Wordpress

Wordpress get_posts without the current post

Tuesday, March 2nd, 2010 | No Comments »

Displaying links to other articles of the same category is pretty easy in Wordpress. get_posts function accept a category parameter. So you can use
to get the the latest five post of the current category.
If the current posts one of the latest five, you can sort it out in this way:
Update: Read update below!
Note: With this read more …

Errors and warnings from Broadcast MU

Tuesday, February 16th, 2010 | No Comments »

I just downloaded Broadcast MU Version 1.1.1. This great plugin allows you to have the same post on multiple blogs in your Wordpress MU environment.
If you install it, do not forget to deactivate ‘post revisions’. Your wp-config.php needs
define(‘WP_POST_REVISIONS’, false);.
However, in edit mode and while submitting the post there are some errors and warnings like
Warning: Invalid read more …