Posts Tagged ‘PHP’

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 »

13 Best Free Blogging Platforms

This is my thirteenth post in this series. It is a handy list, a one stop shop if you like, of the best free blogging software platforms available nowadays.

There are many blogging platforms available and it can get confusing and difficult to figure out the best ones. But after an extensive research, reviews and trying few of them, below are the best free blog publishing tools. Continue Reading »

26 Best Free Content Management Systems (CMS)

And you thought there are only three. This is my Twelfth post in this series. It is a convenient list, a one stop shop if you like, of the best free self-hosted Content Management Systems available these days.

There are many Content Management Systems available and it can get confusing and difficult to figure out the best ones. Continue Reading »

17 Best Free PHP Frameworks

This is my eleventh post in this series. It is a convenient list, a one stop shop if you like, of the best free PHP frameworks available today for your next Web project.

There are many PHP frameworks available and it can get confusing and difficult to figure out the best ones. But after an extensive research, reviews and personally trying couple of them, below are the best free PHP frameworks available nowadays. Continue Reading »

How To Add Related Posts to WordPress Without a Plugin

Displaying “Related posts” is a popular feature and an excellent way to keep visitors longer on your WordPress blog and help them discover other related content. One way to keep them interested is to display a list of related posts; otherwise, they might just leave.

The picture below shows an example of Related Posts generated for this blog. Continue Reading »

How To Customize WordPress Tag Cloud Without a Plugin

For a WordPress blog, a Tag cloud displays a list of tags. Tags are usually single words, and the importance of each Tag is shown with different font size. The size of each Tag is determined by how many times that particular Tag has been assigned to posts. Tags are links that lead to a list of posts associated with each Tag. Continue Reading »

How To Add Custom WordPress Pagination Without a Plugin

For a WordPress blog, pagination is used to display a limited number of posts per page. Compared to the default WordPress page navigation, numbered pagination allows users the ability to navigate much easier and deeper into the archives, like numbered pages of a book. Pagination is used in almost every Web application to display returned data on multiple pages. Continue Reading »