steneub
Forum Replies Created
-
Still messing around… I decided to experiment with $post_count, but this didn’t seem to have any effect.
I placed it as the WP_Query_counter in my previous “example” as both ++ and — and neither had an effect. No infinte loops, so that’s good I guess!
Forum: Fixing WordPress
In reply to: Visible LinkI do have ‘Private’
Setting this tick, resolves the issue. Thanks!
A note though: the terms visible, invisible, shown, hidden, public, and private are not clear. Being ‘Private’ implies that the link is not shown publicly, but if logged-in users could still see it.
Forum: Fixing WordPress
In reply to: wp_list_pages depthEDIT: I wish I could read! The previous poster had the exact problem and solution. Oh well.
Using Otto’s widget also worked for me, but I wasn’t done. My widgets below the Otto block were all displaying as list items justified all strangely.
In order to fix it, I had to wrap the wp_list_pages code with un-numbered lists:
<?php echo '<ul>'; wp_list_pages('depth=1&title_li= '); echo '</ul>'; ?>I hope this helps someone else out there who’s had a similar problem.
Forum: Plugins
In reply to: Automatic posts for days where no post already existsHey wow, this is 99% of what I wanted! Thanks!
Forum: Plugins
In reply to: Automatic posts for days where no post already existsbump? Is there no interest in this feature?
Forum: Plugins
In reply to: Automatic posts for days where no post already existsbump