Posts Tagged ‘plugin killer’

How To Add a Dropdown Navigation Menu To WordPress Without a Plugin

In this tutorial, I will show you how to dynamically add a Multi-Level(up to 3-level deep) Dropdown Navigation Menu to your WordPress blog without the need of a plugin. This tutorial is NOT about creating custom Menu widgets but rather a native theme support for Page or Custom multi-level navigation menu. The navigation menu can range from a single top level and up to 3 level deep. Continue Reading »

How To Put Your WordPress Website in Maintenance Mode Without a Plugin

In this tutorial, I will show you how to easily redirect your visitors to a temporary maintenance page without the need of a plugin. The custom maintenance page lets your visitors know that your WordPress Website (or blog) is down for maintenance. Logged-in administrators will still have full access to the Website while visitors see a customized maintenance message. Continue Reading »

How To Add a Dynamic HTML Sitemap in WordPress Without a Plugin

WordPress HTML sitemap.In this tutorial, I will show you how to dynamically display an HTML sitemap for your WordPress blog without the need of a plugin. Dynamically means that the sitemap updates automatically with every new post and other blog changes. Yes, there are plugins that add an HTML sitemap to your blog. But I encourage you to read my previous post about unnecessarily adding plugins to your theme. Continue Reading »

How To Turn Your WordPress Blog From NoFollow to DoFollow Without a Plugin

DoFollow In this tutorial, I will show you how to easily turn your WordPress blog from the default NoFollow to a DoFollow blog without the need of a plugin. Why not turn your blog into a DoFollow blog and get more visitors, more traffic and eventualy more recognition in the Online community. Probably you already have seen some blogs displaying the DoFollow image and you wonder how it is done and what it really means. Continue Reading »

How To Display the Author Profile Box in WordPress Without a Plugin

In this tutorial, I will show you how to easily develop and display the Author´s Bio box in your WordPress posts without the need of a plugin. Probably you already have seen some Websites displaying the Author´s profile at the end of each post and you wonder how it is done.

Are you putting a face to your articles? Continue Reading »

How To Display Word Count of WordPress Posts Without a Plugin

In this tutorial, I will show you how to easily display the word count of a WordPress post without the need of a plugin. Admittedly, this is probably not very common to see the word count displayed in a Blog. However, in case you need to display the post´s number of words, this tutorial will show you how. Continue Reading »

Completely Remove WordPress Generator Tag Without a Plugin

In this tutorial I will show you the right way to completely remove the WordPress generator meta tag from the header section of your WordPress Website´s source and from your feed. Also I will show you the full code for removing other default tags generated in the header of your WordPress Website.

By default WordPress leaves its footprint on your Website. Continue Reading »

How To preserve HTML Tags in WordPress Excerpt Without a Plugin

WordPress Excerpt is a summary of your content. In this tutorial I will show you how to preserve HTML formatting for the automatically generated excerpts without the need of a plugin, and also choose what HTML tags to keep. For a manually typed excerpt, WordPress will keep all HTML formatting you have included in the excerpt. Continue Reading »

How To Improve WordPress Excerpt Without a Plugin

In this tutorial I will show you how to enhance WordPress Excerpt by using simple functions and without the need of a plugin. WordPress Excerpt is an optional summary of your content.

The relationship between the Manual Excerpt, Automatic Excerpt, and Teaser is this: When a post has no manual excerpt and the post template uses the the_excerpt() tag, WordPress automatically generates an excerpt by selecting the first 55 words of the post followed by the unlinked ellipsis “[...]”. Continue Reading »