Creating an error 404 page in wordpress custom theme
While you work hard to make sure that every link actually goes to a specific web page on your site, there is always a chance that a link clicked will…
While you work hard to make sure that every link actually goes to a specific web page on your site, there is always a chance that a link clicked will…
Custom Backgrounds is a theme feature that provides for customization of the background color and image. Theme developer needs 2 steps to implement it. Enable Custom Background – add_theme_support() Display Custom…
Widgets are such an integral part of WordPress themes that it is hard to imagine a WordPress theme without widgets. Widgets are executable scripts that you can simply drag and…
Do you want to display recent posts from a specific category on your WordPress site? Filtering posts by category allows you to show more relevant recent posts, which can help…
The comment form in WordPress, which you can customize, is a very useful tool. Not only does a WordPress comment form encourage your website users to participate in a discussion.…
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…