I am using the plugin Sobek'posts in category.
Unfortunatly, after having put the following code on my page :
- <?php sobeks_posts_in_category(6) ; ?>
Please, do you know why ?
I am using the plugin Sobek'posts in category.
Unfortunatly, after having put the following code on my page :
Please, do you know why ?
Please provide a link to download the plugin so volunteers might duplicate the problem.
here it is : http://wordpress.org/extend/plugins/sobeks-post-in-category/
thank you for your help
Did a clean 2.3.1 install, installed/activated that plugin, created a new Category, wrote two posts and assigned that Category, put <ul><?php sobeks_posts_in_category(3) ; ?></ul> code in wp-content/themes/default/sidebar and it displayed the two posts.
There is one thing I noticed: being in a different country and having set another timezone in the blog settings the plugin may delay displaying the posts until the time where server time equals the time your blog assumes.
It's the server time versus blog time offset.
If you change post date in the SQL query in line 76 from
AND {$wp_tp}posts.post_date < NOW( ) to AND {$wp_tp}posts.post_date != '0000-00-00 00:00:00'.
After that it should work fine.
/ Hami
thanks for this! Solved my problem, too! This is a great plugin for making WP a CMS.
This topic has been closed to new replies.