whoo
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Video Plus] Instructions for Theme Mods/DevsTry has_post_video(). It worked for me.
A much easier way is to create a ‘featured-page-widget’ folder in your theme (that way if you update the plugin you wont lose all your changes) copy the ‘featured-page-widget.css’ to that folder and comment out or delete the ‘clear: both;’ css command on line 13.
Forum: Fixing WordPress
In reply to: List posts by year (Part 2)Ha, of course you already knew I had missed one category.
I don’t know if you can hear, but there are chants of ‘keesiemeijer is a legend’ resonating from South london.
I salute you!
Forum: Fixing WordPress
In reply to: List posts by year (Part 2)Really close, thanks!
It has removed the categories very neatly – great!
It has removed the latest/ first post (singular) but the next 2 are still showing up. Any ideas?
Forum: Fixing WordPress
In reply to: List posts by year (Part 2)I’ve managed to exclude the categories using:
if(!in_category( array( 'websites', 'videos', 'identities', 'infographics-our-work', 'case-studies' ))):Forum: Fixing WordPress
In reply to: List posts by year (Part 2)Just the most recent, current year.
I am also trying to exclude certain categories now?
Forum: Fixing WordPress
In reply to: List posts by year (Part 2)Unfortunately that just displays 3 posts from each year. I have tried various numbers with the ‘posts_per_page’ but it doesn’t seem to fix it.
i’m sure there are more than one solution to this problem, and the:
$posts_to_exclude = array(4305);seems the most likely to do it. I just can’t figure out how to create the array of the 3 latest posts.
if(!in_array($post->ID, $posts_to_exclude)):Thanks for the response though.
Forum: Fixing WordPress
In reply to: List posts by year (Part 2)Anybody fancy a crack at this?
Forum: Fixing WordPress
In reply to: Add an Image Not Working Since 3.1 Updatechanging the permissions to 777 (recursive) of the ‘upload’ folder in ‘wp-content’ via ftp, worked for me