Chris Rault
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove WINDOW._SE_PLUGIN from WP_HEADHi Parazi7u,
That is coming from the Search Everything plugin, so to remove it you would add the following to your themes functions.php:
remove_action(‘wp_head’, ‘se_global_head’);
That should do the trick 🙂
Cheers,
ChrisForum: Plugins
In reply to: [SEO Ultimate] Z-index css causing issues with thickboxGreat, thanks Jeffrey!
Forum: Plugins
In reply to: [SEO Ultimate] Z-index css causing issues with thickboxNo probs Jeffrey! Thanks for your positive response 🙂
Forum: Fixing WordPress
In reply to: Latest posts list with category id as a class on list itemsAwesome dude! That works like a charm!!!! I adjusted it a wee bit to apply the class on the LI instead of the A to give a bit more control, but apart from that its super sweet 🙂 This will definitely come in handy!
Forum: Fixing WordPress
In reply to: Latest posts list with category id as a class on list itemsI managed to get this working (to some extent) using this plugin – http://www.dagondesign.com/articles/latest-post-from-each-category-plugin-for-wordpress/. I would still prefer the normal latest posts list as in my first example (as it serves as a nice clear way to see what kind of activity has taken place on the site). If anyone has any pointers i would really appreciate it 🙂
Cheers,
ChrisForum: Fixing WordPress
In reply to: Category Posts Filters & Tag Filters via dropdown menuHowdy folks 🙂
I am trying to do the same as Jason, but in a way that is automated. IE, if a user selects category x they can refine the results by filtering the relevant tags that have been used for those posts.You guys know if anything like this exists? I’ve searched the forums/web and this is all i was able to come up with.
Any suggestions would be much appreciated!
Thanks,
Chris