We just discovered a cool plugin called Restricted Site Access. As the name suggests, the plugin helps you to restrict site access to certain IP. According to the author, this plugin will be a great solution for Extranets, publicly hosted Intranets, or parallel development / staging sites. The settings page for this plugin isn’t so obvious. Once activated, […]
Tutorials
Using Conditional Tags With WordPress Menu
Conditional tags is a powerful “tool” to control the layout of your WordPress theme. It helps you to control what content is displayed on a particular page that matches the conditions you’ve set. Previously, we’ve shown you how to create conditional menu based on user roles. However, in today’s tutorial, we’ll show something better, where we’re going […]
How to Create an Archives Page in WordPress
In today’s post, we’re going to show you how easy it is to add an archives page to your WordPress site. An archives page is a page that lists your recent articles, categories, tags and some archives page also list all public pages of your site. While some themes such a Genesis Framework provides a page template for […]
How to Add Click to Tweet Feature in WordPress
In this tutorial, we’re going to show you how to add a “click to tweet” feature in your WordPress site. You may have seen this feature before – when you click on the button or link, you’ll be tweeting some part (probably quote) from the article. Click to Tweet Plugin If you’re more into a […]
How to Show Notification in Old Post
As a developer, it’s important for me to keep up to date with latest technology and code. Using depreciated functions while developing a WordPress site is really a bad idea. As WordPress keeps updated for bug fixes and improvement, some functions and hooks get deprecated and therefore it should no longer be used. If you’re a blogger […]
How to Disable WordPress Theme Update Checks
If you’re building a WordPress theme for a client, it’s good to disable WordPress theme update checks to the theme. Mark Jacquith, one of WordPress core developers clearly explains the reason behind it: Because WordPress (the software) doesn’t know whether a theme or plugin is listed in the WordPress.org repositories, it has to check them all, […]
How to Remove HTML Allowed Tags in WordPress Comment Section
WordPress introduced HTML allowed tags in comment form since WordPress 3.0. This is the text you will see after the comment box that reads: You may use these HTML tags and attributes: <a href=”” title=””> <abbr title=””> <acronym title=””> <b> <blockquote cite=””> <cite> <code> <del datetime=””> <em> <i> <q cite=””> <strike> <strong> We’ve seen lots […]
How to Add Numbers to WordPress Comments
Have you ever seen a WordPress site with a number beside the comments form? This is an example of a site we did for a client recently. Personally, we believe there’s no real benefit of having the numbers beside your comments but adding the numbers probably will make your site looks more unique. To add […]