Author: Aurovrata V.
-
Modify a Custom Post Type Registration with the registered_post_type Hook
via Use registered_post_type Hook to Modify Post Type Registration – WP Smith.
-
Totally Offline Local WordPress
I have been looking for this for a long time and finally found an interesting plugin, Airplane Mode for WordPress.ย This plugin allows you to install WordPress on your local desktop/laptop and stop it from trying to load fonts, icons, gravatars, or javascript libraries of any sort. Without this you will notice that a local…
-
Suppress Deprecated Notices
In your wp-content folder create a new folder called mu-plugins and in that folder create a php file with the error level you want, for example: If you are using PHP 5.5 +, you will get deprecated noticed for WordPressโs mysql_* functions, you can turn them off using: Or for something really robust, which happens to…
-
Boosting Registration forms
In a recent project we had to make a custom registration form with a various dynamic categories loaded on the form from which a new user can select using a radio button. Simpler Registration Form Plus We discovered the wonderful plugin which is the Swiss-army plugin for registration forms. Why do I call it the…
-
How to Disable Comments on WordPress Media Attachments
A lovely little piece of code to disable comments on Media Attachment pages which is a source of irritating SPAM… Just paste the following in your functions.php file. How to Disable Comments on WordPress Media Attachments.
-
Manage user profile and credentials
We recently required to force our newly registered users on a project to change their password on their first login. This is handled by default in the WordPress core with the default password nag meta field, However, upon the first login the user is redirected to the wordpress default profile.php page which is not very…
-
What is a good website?
A good website is one that goes beyond the need to serve information, but rather plays an integral role in the enterprise’s development and growth.
-
Managing a development and live site
As is often the case when developing a new site for a client you have to work with a beta site to show-case the work to its stakeholders and in parallel deploy updates to a live site. In such a scenario one ideally wants the live site to be searched and indexed by search engines,…
-
Fixing Custom Post breadcrumbs
When using a ready made theme such as one of the excellent Elegant Themes one is confronted to small issues of broken sections of the page templates when introducing custom post and getting them to display properly in the page templates One such issue is the breadcrumbs link not working properly as a result of…