If your WordPress website has hundreds of posts, it is better to disable WordPress post revisions. You should also get rid of posts revisions to significantly lower the number of records in the database. Run the following MySQL query to delete all post revisions as well as all associated meta data such as custom fields. It will reduce the size of the database and speed up the website.
The contact methods available in WordPress user profile page needs a major overhaul. Yahoo, AIM and Jabber are no longer the preferred social messaging services. You can remove some contact methods from WordPress user profile data and include more popular messaging services and social media profiles.
Once you stop using a plugin or the shortcode, you will still have it littered across blog posts and pages. This means you will have [shortcode] visible in posts and hurting the website’s aesthetics. Deleting unused shortcodes from each blog post is a long and tedious process.
Shortcodes can have make blogging fast for advanced users, but what if you have a shortcode that you want to disable on a specific pages, say, the homepage.
When you log in to WordPress, you get an admin bar at the top. This admin bar is useful mainly for the blog administrators. If you have multiple authors and contributors for your WordPress website, you might want to hide this admin bar.
Breadcrumbs are used by most big websites. It helps in navigation as well as search engine optimization or SEO. WordPress has a several plug-ins to show breadcrumbs in blogs and websites. How to add a simple breadcrumb to your WordPress website without using a plug-in?
Do you want to add a copyright link in the footer of your WordPress website? You can edit the footer.php file of the theme and add the text by wrapping it within a paragraph, division or span HTML tag. However, it will be a static text. You can add an auto-updating footer text that can be used for any website.
Do you want to add any code such as Google Analytics within head tag in your WordPress website or blog? You can easily add codes in the header of your WordPress website without editing the header.php file and by adding the same in the functions.php file of the theme.
Do you want to add any code or HTML to the footer of your WordPress website without editing the theme file? You can easily add Google Analytics or other code in the WordPress footer by editing the functions.php file of the theme.
Do you want to add an image icon with all email address entered in your blog or website? You can easily add an email icon with all email links with the “mailto” tag.