WordPress Theme Development author.php

Posts by: jonniegrieve

Enhancing content in single.php with Custom Fields

This has been a technical challenge worth making some time for while I’m building the theme that goes with this subdomain. In this 4th post in this series, I want to talk about using Custom Fields. These are sometimes necessary when you need to make unique content that can’t be part of the main post. […]

Working with Post Authorship and Custom Page Templates in WordPress

In Blog 5, we will explore how to work with Post author tags and utilise the author template. Additionally, we will discuss custom page templates and explain why they are sometimes useful in replicating subtle differences in your page templates. Let’s start by focusing on Authorship in WordPress. Whenever you use an author tag in […]

Post List Pagination

In this blog, we’re going to make blog lists in WordPress “home” pages more user-friendly by adding pagination to them. To do this we will introduce category and archive templates into the project and also customise the home.php template further. By default, WordPress gives us a limited set of blog links on the home.php template. […]