March 10th, 2008 at 1:32pm |
Fatal error: Cannot redeclare pclziputilpathreduction() (previously declared in /home/edutecha/public_html/wp-content/plugins/wordpress-automatic-upgrade/lib/pclzip.lib.php:5421) in /home/edutecha/public_html/wp-admin/includes/class-pclzip.php on line 5489
The problem is related to wordpress-automatic-upgrade plugin. You have to manually upgrade it to version 1.0 in order to have plugin upgrade functionality properly work. To download the updated version click here: http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/
Read the rest of Wordpress 2.5 automatic plugin upgrade error
February 27th, 2008 at 8:40pm |
Trying to use the WP-Sticky v 1.10 wordpress plugin from
http://lesterchan.net/wordpress/readme/wp-sticky.html can be a bit disappointing since setting the posts as ’sticky’ don’t actually stick them on top.
The problem, however, basically lyes in a misunderstanding:
- sticky posts stay on top just for the day
- announcement posts are those that stay on the top forever
The bottom line [...]
Read the rest of wp-sticky does not stay on top
January 11th, 2008 at 5:07pm |
Creating a link within the same HTML document or to a specific fragment of another document is a two-step process. The first step is to make the target fragment; the second is to create the link to the fragment.
Use the <a> tag with its name attribute to identify a fragment. The value of the name [...]
Read the rest of Linking Within an HTML Document