Category Archives: WordPress

How To Scan Your WordPress Themes For Threats?

Theme Authenticity Checker (TAC) allows you to easily scan all of your theme files for potentially malicious or unwanted code. The plugin searches source files of every installed theme for any signs of hidden malicious code or injection etc.

And if such code is present on your WordPress theme, the plugin will display you the path to that specific theme file, the line number, and snippet of the suspected code to be removed.

Continue reading How To Scan Your WordPress Themes For Threats?

What Are WordPress Transients? How To Manage Them?

WordPress Transients works like a basic built-in cache system used by WordPress core and theme. Transients API is used by theme developers, it offers a simple and standardized way of storing cached data in database temporarily by giving it a custom name and a time-frame after which it will expire and be deleted.

Continue reading What Are WordPress Transients? How To Manage Them?

How To Add BuddyPress Menus On WordPress Navigation?

By default BuddyPress menus such as personal activity, notifications, profile, settings and messages are automatically added to WordPress admin bar.

But now there is no need to stick with WordPress admin tool bar on frontend just because it shows BuddyPress networking menus. Because now you can easily add BuddyPress’s personal and account menu items to any menu location using built-in WordPress navigation settings.

Continue reading How To Add BuddyPress Menus On WordPress Navigation?

Configuring WP Super Cache Plugin To Speedup Your WordPress Website

WP Super Cache is a popular and featured cache plugin, officially developed by WordPress core programmers and Automattic team. The plugin can be used everywhere such as on shared hosting plans, VPS and dedicated servers.

It powers WordPress with a very fast caching engine that produces static HTML files to better your loading time and reduce resource usage.

When HTML files are generated, your webserver starts to serve those files instead of processing PHP queries. Hence, less resources are used and website loads faster than before.

These static files are served to majority of your visitors, but when a user’s details are shown in the comment form, as they leave a comment then in that case requests are handled by the legacy caching engine.

Continue reading Configuring WP Super Cache Plugin To Speedup Your WordPress Website

Limit Users Access To Their Respective Website In WordPress

A few hours back, we have discussed about automatically redirecting users to their specific website, as soon they login to your WordPress multisite network.

But once a successful login is made, it won’t get called again with that code and thereafter if any user attempts to get access to other’s website, he will easily get it.

So how to enforce redirection to logged-in user’s respective website? In this lesson you will learn about getting this job done with an easy PHP function.

Continue reading Limit Users Access To Their Respective Website In WordPress

How To Login Redirect WordPress Users To Their Subsite?

You can automatically redirect users to their respective sub-site after login in your WordPress multisite network. This can easily be done either by adding some code in your theme’s function.php file or via Code Snippets plugin.

Continue reading How To Login Redirect WordPress Users To Their Subsite?

What WordPress Cache Plugin To Use? WP Super Cache Or W3 Total Cache?

WP Super Cache and W3 Total Cache are two most popular cache plugins for WordPress websites. Both plugins are designed to generate cache of your website in order to make it fast and perform better on world wide web.

Continue reading What WordPress Cache Plugin To Use? WP Super Cache Or W3 Total Cache?

How To Add SMS Sharing Button In WordPress?

There are various plugins that allows your users to share posts on social networking websites. Earlier we have discussed about adding Whats App sharing button in WordPress, read:

  1. WhatsApp Sharing For WordPress Can Increase Your Website Traffic
  2. Enable WhatsApp Sharing Button In Jetpack Powered WordPress Site

Now you may also activate SMS sharing button so that your users would be able to share your content by sending links to mobile numbers via SMS.

Continue reading How To Add SMS Sharing Button In WordPress?

How To Clear “Briefly Unavailable For Scheduled Maintenance” Message In WordPress?

Core automatic upgrade feature was introduced in WordPress Version 2.7. While doing automatic upgrade WordPress places a file named .maintenance in your website’s root directory.

The file is shown during automatic and manual updates made from WordPress admin section. But sometimes when WordPress fail in completing the update process (especially when your PHP memory is hitting its resources or during some communication error etc), it keeps showing, “Briefly unavailable for scheduled maintenance. Check back in a minute.” message on every page of your website.

Continue reading How To Clear “Briefly Unavailable For Scheduled Maintenance” Message In WordPress?

Autoptimize Your WordPress Website Minimizing JS, CSS & HTML

When it comes to optimizing your WordPress website, the question comes, how to? Now no worries, in this lesson you will learn about automatically optimizing your website and minifying JavaScript, CSS and HTML files which are pushed into header when you activate new plugins and themes in your WordPress installation.

Continue reading Autoptimize Your WordPress Website Minimizing JS, CSS & HTML

Remove Query Strings From Static Resources In WordPress

Google uses page speed to rank any website on its search results page. Hence, removing query strings from static resources improves the performance of your website.

This not only betters your performance on SERPs but also enhances user experience, because no one wants to visit a website that takes lots of seconds to load.

Continue reading Remove Query Strings From Static Resources In WordPress

How To Remove Built-in User Roles In WordPress?

Subscriber, editor, author and contributor are built-in WordPress user roles. In case you have already created new user roles using popular User Role Editor or any other plugin and now you don’t need default WordPress user roles on your website. You can easily remove them by creating a new PHP function.

Continue reading How To Remove Built-in User Roles In WordPress?

What WordPress Should Do Next To Overcome Security Flaws?

WordPress is the most popular website designing and publishing platform written in PHP. It is becoming better from update to upgrade but there are some very important functions; Automattic (the company behind WordPress) must work out and provide its users in future updates.

Like all other online applications WordPress is also not 100% secure, it can easily be hacked if the user has not implemented any security functions on his website.

There are plugins, apps and online tools that enables you to increase the security of your WordPress site but they are packed with useless and heavy code causing unnecessary load on the resources of your website.

Don’t you think some important security features should be included in WordPress core to make it easier for netizens to secure their websites and save themselves from online threats.

Continue reading What WordPress Should Do Next To Overcome Security Flaws?

Scan WordPress Core, Theme & Plugin Files Against Originals

It is very important to watch your WordPress core, plugin and theme files for injected malware code.

In this lesson you will learn about scanning every single bit of your WordPress website core, themes and plugin files against their original version present in plugin and theme repository at WordPress.org.

Continue reading Scan WordPress Core, Theme & Plugin Files Against Originals

How To Auto-Convert WordPress Post Title Into Proper Case?

Earlier we have discussed about converting post content into proper case. We also posted lessons on automatically converting first alphabet to uppercase after full-stop and beautifying content text by auto-fixing case, punctuation etc.

Now in this lesson you will see how to convert your WordPress blog post title in proper case with a click of a button.

Continue reading How To Auto-Convert WordPress Post Title Into Proper Case?

How To Autofill WordPress Comment Forms?

Blog commenting is one of the popular way of online marketing. Commenting on do-follow blogs gives your better page rank. Even if the blog is a no-follow one, it will give your website some exposure and more netizens would come to know about your web-service.

To comment on a blog you are required to fill some input fields like Name, Email, URL and Message. Wouldn’t it be easier if all such fields get automatically filled up so that you just type your comment message and click the ‘Submit’ button?

Continue reading How To Autofill WordPress Comment Forms?