Tag Archives: Plugins

How To Archive WordPress Plugins For Future Review?

You can archive WordPress plugins and save them for future use, within your WordPress installation. You might have used email archiving feature and sometime back we have discussed about archiving WordPress posts to remove them from your website without really deleting them. Now in this lesson you will learn archiving plugins.

Continue reading How To Archive WordPress Plugins For Future Review?

How To Export & Import Individual WordPress Posts?

You can individually export and import WordPress posts, pages and other custom post types. By default WordPress exporter in Tools menu allows you to bulk export posts using XML file format. It allows you to export posts by selected date range, categories, tags, authors and post types but has no option to export single content type.

Continue reading How To Export & Import Individual WordPress Posts?

How To Improve Loading Time Of WordPress Menus?

Increased loading time means less-good and long code. In simple words less code gives you less page loading time. Same is with WordPress menus, you can easily improve its loading time by removing unnecessary classes of CSS, which are actually not required inside the navigation of any website.

Continue reading How To Improve Loading Time Of WordPress Menus?

How To Archive & Un-publish WordPress Posts/Post Types?

You can archive any WordPress post, page or any other custom post type in order to unpublish it without sending it to trash. The feature is quite popular on email inboxes but now you can use same type of function on your WordPress website too.

Continue reading How To Archive & Un-publish WordPress Posts/Post Types?

How To Use Custom Color For Each Post Title In WordPress?

You can use a custom title color on each and every post of your WordPress website. Earlier we have discussed about overriding default title color of WordPress posts and custom post types sitewide. Now this lesson is about doing same thing but on per post basis.

Continue reading How To Use Custom Color For Each Post Title In WordPress?

How To Keep Only One Active Session Per User In WordPress?

You can set WordPress to destroy other sessions and keep one active session per user at a time. WordPress already allows you to logout from all other session in a click from user profile page on admin area. Now today, in this lesson you will learn about automating this process to allow only one login at a time on your website.

Continue reading How To Keep Only One Active Session Per User In WordPress?

Enable Clients To See Ongoing Website Development In WordPress

There are various maintenance mode and under construction plugins available in WordPress plugin repository. Today in this lesson we will show you how you can disallow visitors to access an under development WordPress website and at the same time allow clients i.e. the actual owner of website to access website in order to check ongoing work in progress.

Continue reading Enable Clients To See Ongoing Website Development In WordPress

Speed Up Your WordPress Website With jsDelivr, Free CDN Service

jsDelivr is a free CDN service that allows any webmaster to host website files including JavaScript, CSS, PNG, fonts, and jQuery plugins etc. It is also compatible with popular WordPress plugins such as W3 Total Cache, WP Super Cache plugins and this CDN can even host JavaScript files of plugins like WP SlimStat etc.

Continue reading Speed Up Your WordPress Website With jsDelivr, Free CDN Service

How To Use Google AJAX Libraries CDN To Speedup WordPress?

You can make your WordPress website to use common JavaScript libraries from Google AJAX Libraries CDN in order to make it fast as it enables users to download jQuery faster than before.

Continue reading How To Use Google AJAX Libraries CDN To Speedup WordPress?

How To Hide WordPress Dashboard Widgets By User Capabilities?

WordPress dashboard widgets like ‘At a Glance’, ‘Recent Activities’ and ‘WordPress News’ etc, you can easily hide them by user capabilities in your WordPress website. Great for simplify dashboard on client websites.

Continue reading How To Hide WordPress Dashboard Widgets By User Capabilities?

How To Copy Content From One Website To Another In WordPress Multisite?

Earlier we have discussed about copying complete WordPress websites with all theme options and settings to new ones. Now in this lesson you will learn about copying content of one website to another in a WordPress multisite network.

Continue reading How To Copy Content From One Website To Another In WordPress Multisite?

How To Clone WordPress Websites In Multisite Network?

You can easily clone existing WordPress websites to completely new ones in just a few seconds with all content, theme option and plugin configurations etc.

Continue reading How To Clone WordPress Websites In Multisite Network?

How To Disable WordPress Posts Or Limit It To Admin Only?

If you are not using default WordPress posts functionality and using only pages or custom post types then you can easily remove the posts section from your admin area dashboard or limit it to website admins.

In this lesson we will provide you PHP fucntions you can either use in your theme’s function.php file or via Code Snippets plugin to limit or disable posts features in WordPress.

Continue reading How To Disable WordPress Posts Or Limit It To Admin Only?

How To Create Photo Albums Post Type In WordPress?

You can create and manage photo albums on your WordPress website just like posts but on a new custom post type. In this lesson you will learn about creating and managing photo albums without installing any photo-blogging theme or customizing CSS and other code files, the album displays nice right away.
Continue reading How To Create Photo Albums Post Type In WordPress?

How To Activate/Deactivate Plugins From WordPress Admin Bar?

If you more frequently test plugins on your WordPress website or working on some client website, testing plugins for your new how-to tutorial or may be if you are a developer wanting to quickly see something before and after any plugin is activated.

Continue reading How To Activate/Deactivate Plugins From WordPress Admin Bar?