shiola
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 Error on browsing category pageGreat shout Kailash, you just solved my little issue too.
Forum: Plugins
In reply to: How to stop spam in wordspewThanks for the extras here.
Akismet didn’t make any difference actually, but I’ve signed up to honeypot, added the plugin and also made BB stricter so I’ll see how that goes.
Forum: Plugins
In reply to: How to stop spam in wordspewI’ve just activated Akismet and the last 10 hours have resulted in no spam, so I may have sorted it.
Forum: Themes and Templates
In reply to: Template file drop down not appearingGood call Scraster. Just switched to Classic theme then switched back to my custom theme and hey presto I’m back business.
Forum: Plugins
In reply to: [Plugin: WP-FacebookConnect] Help with hooksForum: Plugins
In reply to: Related Posts – Ignore for First Post Only?Thanks for the reply.
Yeah, you got the related posts off the first post but it seems to be repeating every post on the homepage about 3 or 4 times, plus the related posts for the other posts are slightly messed up. I had a play with your code but it’s not fixed.
<?php $count = 0; if (have_posts()) { while (have_posts()) : the_post(); $count++; if ($count <= 1) { the_content(); } else { echo '<div style="margin: 40px 0 0 0;"><h6>Related Items »</h6>'; the_content(); wp_related_posts(); echo '</div>'; } endwhile; } ?>This isn’t vital but if you have any simple ideas then let me know.
Thanks again.
Forum: Fixing WordPress
In reply to: Putting an ad under just the FIRST post?How would I do this without the logging in feature? I want to show ads to everyone – mainly me, cause if I’m logged in I’ll forget about them in a months time 🙂
Forum: Fixing WordPress
In reply to: Comments Not Working on a pageThanks for your help and diagnosing the problem, I took a closer look at the page and compared it to an original and found I missed 2 lines of code;
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> and <?php endwhile; endif; ?>Thanks again.
Forum: Plugins
In reply to: Error in markup preventing validationCould do with this in the recent updates as my anal retentive side forces me to make this change by hand.
Forum: Plugins
In reply to: Adding Next/Previous Under Each Post On Home PageNo, that’s for a next/previous link at the bottom of the home page. I need a next/previous after every post on the home page.
tx
Forum: Everything else WordPress
In reply to: Intense Debate vs. DisqusI’ve been checking out Disqus. Intense Debate does not mention Open ID which was the main reaosn I was looking at Disqus, have I missed something or is this one of the differences with them?