Wordpress

How to Display any External RSS Feed on Your WordPress Site

Do you know how bloggers who display their other blog’s feed on their site. You want to do it too for extra promotion and traffic. Well here is the tutorial for you. Simply paste the following code in anywhere in your theme: <?php include_once(ABSPATH.WPINC.’/feed.php’); $rss = fetch_feed(‘http://feeds.feedburner.com/wpbeginner’); $maxitems = $rss->get_item_quantity(5); $rss_items

Read More...

Wordpress

Taxonomy filter for admin area

While working on custom post everybody struggles while sorting the posts by custom taxonomy, if you add a code for each taxonomy then it will be lengthy. so here is the code for  sort by all taxonomies. Add it on your functions.php then sorting will be available on all posts

Read More...

Wordpress

Creating custom Post Type In WordPress

WordPress big advantage while comparing with other CMS is Custom Post type mechanism. Custom post type allows to create large variety of content. Lets have a look at how to create a custom post type Custom post types are available from WordPress 2.9. Custom post type is nothing more than

Read More...

Wordpress

Correcting wp-admin 404 error for wordpress under IIS

If your server is on IIS  and   running WordPress and experiencing an issue where navigating to /wp-admin results in either a blank page or a 404 error, you may need an additional rule in your .htaccess file. Generally you’ll find that, assuming you’re set up properly, you can reach

Read More...

Wordpress

WordPress Trends Infographic

Interesting story about WordPress on elegant themes   View the full WordPress Trends Infographic designed by ElegantThemes.com.  

Read More...

Wordpress

How to Move a WordPress Site from One Server to Another

Step 1: Make a Local Copy of the Existing WordPress Site Files The first thing to do is connect to the FTP server which provides access to the files for the existing WordPress installation. Getting an entire site is time consuming and, with any decent FTP client, it’s automated, so

Read More...

Wordpress

WordPress web Server requirements

About the installation of WordPress everybody says that you need a minimal configuration but its not that much simple here are the list of server requirements with version number Lnux PHP 5.2.9 or greater MySQL 5.0 or greater The mod_rewrite Apache module Windows Windows Server® 2008 operating system IIS 7 PHP

Read More...

Wordpress

Whats New in wordpress 3.5 – Elvin

WordPress, has released new version wordpress 3.5, the 80th version of WordPress. it brings with it some changes to help maintain its dominant position as the CMS of choice for bloggers and developers all over the world. There are some obvious changes that we will all notice immediately and then

Read More...

Wordpress

Why I love WordPress

It’s no secret that WordPress is the #1 blogging platform.  If you’re still sweet on Blogger, here’s why you should reconsider. Benefits and Limitations of WordPress i will explain those in my next post. 1. Themes Where Blogger has a few ways you can change the layout of your blog,

Read More...

Wordpress

Speed Up Your WordPress Site

WordPress is used by millions as an open-​​source blogging platform. Many use it to share their thoughts and experiences online. However, WordPress offers a lot more than just blogging tools; it’s actually a robust, customizable content management system, and a lot of businesses use WordPress to develop great business websites

Read More...

Wordpress

Deploy WordPress From Localhost To Your Web Server

There are times when you need to move WordPress around within your server, and times when you need to move WordPress from one server to another. You don’t need to re-install. WordPress is flexible enough to handle all of these situations. Steps to Deploy WordPress From Localhost To Your Web Server

Read More...

Wordpress

Create a Page that Displays Random Posts

Hi WordPress has an inbuilt option to show the recent posts as an home page. but not the random posts what if you want the same look on other pages ? here we have solution for the problem. How to Create a Page that Displays Random Posts Have you ever

Read More...

Wordpress

Benefits and Limitations of wordpress.com and wordpress.org

Everyone wants to blog and with a host of popular free blog hosting solutions available, WordPress.com is a popular choice. However, everything that comes free has its limitations, and it is better to know the benefits and limitations before starting a WordPress.com blog. With WordPress.com Blogs First I will highlight

Read More...