kenmontdg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category Loops gone after 3.1.4 updateBeen researching this for hours – still no luck. Anyone have any ideas?
Forum: Fixing WordPress
In reply to: Want to have Unlimited Search Results (ignoring Loop parameters)UPDATE: After hours of tinkering, I solved this myself.
I simply made a loop-search.php file and changed:
<?php
global $query_string;
query_posts($query_string . ‘&cat=-24,-22’); ?>to
<?php
global $query_string;
query_posts($query_string . ‘&cat=’); ?>(hence, removing the excluded categories)
Works great now! Hope this resolution might help someone else.
Forum: Fixing WordPress
In reply to: Want to have Unlimited Search Results (ignoring Loop parameters)Sorry! Here’s my Pastebin: http://wordpress.pastebin.com/juWwG9nc
Forum: Fixing WordPress
In reply to: Bold Parent Categories only?Brill! That totally worked and thank you so much 🙂
Now stumped as to why a couple of my dates are not showing in the loop – but fine in the single… any insight?
Forum: Fixing WordPress
In reply to: Bold Parent Categories only?Thanks for your reply! Here is the page in development:
http://antonycoukos.ipower.com/the_latest/
I am migrating the live site (ExperienceTheWonder.com) to a new server so the domain name is only temporary.
I tried adding the styles to the CSS as recommended above, but no change was affected.
Any further advice would be much appreciated!