Custom template in wordpress theme
One of the most important selling points of WordPress is the idea of themes. A single theme adds great value to the design and functionality of the website. However, there…
One of the most important selling points of WordPress is the idea of themes. A single theme adds great value to the design and functionality of the website. However, there…
In order to add pagination to a WordPress theme, we need to build a function which will output previous and next post links at the bottom of the page, then…
One of the default WordPress functionalities is to show your latest posts on your homepage. However, users often want to differentiate between their homepage and the page that contains the…
It uses the following code to add the class "active" to any links in the header if the user is currently on that page: <style> .current_page_parent a { color:red; }…
The custom logo support should be added first to your theme using add_theme_support(), and then be called in your theme using the_custom_logo(). A custom logo is optional, but theme authors should use…
Post Thumbnail, now Featured Image, is an image that is chosen as the representative image for Posts, Pages or Custom Post Types. The display of this image is up to…
One of the most important selling points of WordPress is the idea of themes. A single theme adds great value to the design and functionality of the website. However, there…