Shafar
Forum Replies Created
-
Any help/suggestions? BruteForce Attacks still going on!
I’m having the same problem! Changed admin URL and activated Away Mode but too emany mail notifications of site lockouts.
- This reply was modified 7 years, 1 month ago by Shafar.
Forum: Fixing WordPress
In reply to: PHP inside TABS shortcode in a template?For those who are looking for the answer, I found it and it was simple! Add shortcode to the page, view and copy the source code, add php code and create a page template!
Thanks
Forum: Fixing WordPress
In reply to: PHP inside TABS shortcode in a template?Thanks. It’s a general question too! I think a PHP/wordpress expert can help me.
[Moved to How-To and Troubleshooting forum]
Forum: Fixing WordPress
In reply to: PHP inside TABS shortcode in a template?Yes, this one:
http://ww.wp.xz.cn/plugins/wp-shortcode/Oops! Please ignore. It was a problem with the theme!
Thanks if you are seeing this!
Forum: Fixing WordPress
In reply to: Cannot embed Skydrive inside a page?Found something called ‘Frame Buster’ big sites use to prevent iframes. Probably because of that!
Thanks everyone for no replies! 🙂
I removed the plugin (not because of any problems). But you can reply to help others!
ThanksHi, thanks for the quick response and sorry for the late reply!
Site: http://mbabhai.com/
Sitemap: http://mbabhai.com/sitemap.xml
Feed: http://feeds.feedburner.com/mbabhaiThere are only 2 links which I added a week back. These have not yet appeared in the RSS Feed and Sitemap.
Please help!
Got it! It’s in Directory Admin page!
Thanks!
Forum: Fixing WordPress
In reply to: "out of memory at line:1" ERROR in IE8??@james
Thanks for the reply. I have updated my Windows-7 which includes updates for IE. Now the problem is solved!Thanks for your time 🙂
Forum: Fixing WordPress
In reply to: Submit URL like DiggI think we can convert wordpress into digg like site using the following plugins:
- TDO Mini Forms
- Vote It Up
Forum: Fixing WordPress
In reply to: Why is my homepage redirecting to another page?Thanks themovieman! It worked!
Forum: Fixing WordPress
In reply to: How to Display Author-Name on all author posts except admin’s posts?Hey I framed it myself using your loop.
<?php $author = get_userdata($post->post_author); if ($author->user_login != 'admin') { echo '<p>Guest Post by <a href="'.$author->user_url .'">'.$author->user_login .'</a>'; } ?>Thanks for guiding me! 🙂
Forum: Fixing WordPress
In reply to: How to Display Author-Name on all author posts except admin’s posts?My single.php template:
http://pastebin.com/s49gGp3E