Best Portfolio WordPress themes for your Business

Thumbnail image for Best Portfolio WordPress themes for your Business

WordPress themes are used to showcase your products or services or simply your portfolio, you need people to visit your site which is free from errors like long loading time and other disruptions. To create some high end Portfolio WordPress themes, you have to invest money, efforts and time. Moreover, you need sufficient experience and [...]

How to Show Parent Page title on sub pages in wordpress

here is the way, that helps you to display parent page title on your vhild page. simply put following code at where you want to display parent page title in wordpress theme code   <?php if($post->post_parent) {     $parent_title = get_the_title($post->post_parent);     echo $parent_title; } else {     wp_title(”); } ?>

How to show Child Page when we click Parent Node in WordPress

Here is the way to redirect parent page to its child page in wordpress You have to create a New Template file for parent page in wordpress   <?php /* Template Name: Redirect To First Child */ if (have_posts()) { while (have_posts()) { the_post(); $pagekids = get_pages(“child_of=”.$post->ID.”&sort_column=menu_order”); $firstchild = $pagekids[0]; wp_redirect(get_permalink($firstchild->ID)); } } ?>   [...]

WordPress 3.0.5 Available for Download/upgrades

Thumbnail image for WordPress 3.0.5 Available for Download/upgrades

WordPress had released a new upgrades-fixes for some security bugs that was in wordpress 3.0.4. So, new release is known as  WordPress 3.0.5 version which is now available for download and upgrades. All webmasters are requested to  upgrades to this new version of wordpress 3.0.5. as there were major security holes which were fixed in [...]

Top 5 Must Have WordPress Plugins

After 2+ years experience with wordpress, I realized few Top 5 plugins which are essentials for any blog running on wordpress. We offer WordPress plugin development service to achieve the desired function. Plugins help in optimizing and increasing the productivity of the blog. There are a lot of free and premium plugins available online Those [...]

Page 1 of 3123