Best 8 upgrades in wordpress 3.0
There are some great new features coming, including custom post types, a new default theme, and a menu manager. Read on to find out what to expect in version three! 1. Choose your Username and Password...
View ArticleRedirecting from home page to post/pages error in WordPress 3.0 – [Solved]
Before a week, I upgraded my word press blog from version 2.8.4 to 3.0 versions. After upgrading, i faced some 301 redirection issues i.e., once I publish new post or page, home page will automatically...
View ArticleWordPress Rich Text Editor not Appearing – Solved
Having problem with rich text editor in WordPress dashboard? Tried reloading the files from the .zip up to your FTP site, but with no luck?. Here is the solution, i hope it may fix your issues faced in...
View ArticleWordPress 3.0.2 Released, Mandatory Upgrade
WordPress 3.0.2 is available and is a mandatory security update for all previous WordPress versions. Haiku has become traditional: Fixed on day zero One-click update makes you safe This used to be hard...
View ArticleHow All in One SEO Pack Helps
WordPress is a very recommendable platform for blogging. No doubt about it! Yet, there are some measures that you can take to improve your search engine rankings and get even better search engine...
View ArticleShow related posts without a plugin
<?php $tags = wp_get_post_tags($post->ID); if ($tags) { echo ‘Related Posts’; $first_tag = $tags[0]->term_id; $args=array( ‘tag__in’ => array($first_tag), ‘post__not_in’ =>...
View ArticleHow to remove linkwithin widget in WordPress Multisite
As i am a WordPress developer, customizing more themes even plugins to my clients with specified features. Before a month, i had a affection with Multisite Development. Just had a research with it...
View Articleecho the_post_thumbnail url [Solved]
This article tells how to echo the value of URL of the image which defined as <?php the_post_thumbnail() ?>. So far, <?php the_post_thumbnail() ?> executes the complete image. But, most of...
View ArticleWordPress SEO Tips: 7 Deadly Mistakes You Want to Avoid
Your WordPress website may not be set up correctly to give you the best chance to get the most traffic from Google. With the WordPress SEO tips below this will help you improve your traffic. If you...
View Article