Posts Tagged ‘CSS’

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 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 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 »