wp-admin/post-new.php redirects to blog index
WordpressAfter I upgraded the blog to wordpress v 2.9 I noticed something went wrong, both my post-new.php and edit.php pages were redirecting to the blog index with a 302 redirect (HTTP/1.x 302 Moved Temporarily). The first thing I did was to check the htaccess file from the index and from the wp-admin directory but the [...]
Remove Wordpress version tag from header
WordpressSince version 2.5 Wordpress inserts the version meta tag <meta name=”generator” content=”WordPress 2.5″ /> automatically without you having the possibility to remove it from the header file. Wordpress now uses <?php wp_head(); ?> a function that if you remove you’re removing more than just the wordpress version. So the solution is to add something to [...]
WordPress 2.6.3 is available!
WordpressWordpress just launched a new version, thank god i have the automatic upgrade plugin because they launch new versions every month. I’m just a click away of the new wordpress. Hmmm lets see what this new wordpress brings to the table.
late update: I’ts curious though that my other wordpress blogs think their up to date [...]
WordPress 2.5 launched
WordpressFinally wordpress 2.5 was launched. I haven’t made the upgrade yet, since i’m not in the mood for upgrading 12 blog’s but i will do it tomorrow for sure. I think the most interesting features of the new wordpress are : the dashboard widgets, the multi-file upload with progress bar and the few click plugin [...]
Change your permalink structure and keep the old one too
WordpressAfter researching a bit i made up my mind to change the permalinks structure on my Electronics Blog. I ran the blog for about 8 months with the default permalinks structure which is /%year%/%monthnum%/%day%/%postname%/ . The reason i wanted to change the permalinks structure is pure SEO. I noticed that many other blogs are using [...]