Even though it may seem like a small thing, one of the things we sometimes add to our WordPress sites is a simple fade-in or fade-out animation when a user moves their mouse over an image. It’s a subtle yet effective way to make our sites more engaging and interactive. …
Read More »How to Add Numeric Pagination in Your WordPress Theme
Do you want to add numeric pagination in your WordPress theme? By default, WordPress themes add a Next / Previous links at the bottom of archive pages. The challenge is that those aren’t very user friendly. This is why many popular blogs use numeric pagination to make it easier for …
Read More »How to Style Your WordPress Comments Layout
Recently we showed you how to style the WordPress comment form, and we thought it would be incomplete if we did not write about styling WordPress comments layout. In the past, we have discussed that there are default WordPress generated CSS classes and IDs to help make it easier for …
Read More »How to Display Round Gravatar Images in WordPress
Recently, we showed you how to style your comments layout and how to style your comment form. One of our users emailed us and asked “how did you make your gravatar images round? Are you storing gravatar images locally to get them to be round?” In this article, we will …
Read More »How To Customize Blockquotes Style in WordPress Themes
Quotes are often the most memorable part of your article. They are also the most shared part of any blog post or page. This is why newspapers and mainstream media sites customize their blockquote style to make it stand out. We have added blockquote styles to highlight valuable quotes and …
Read More »How to Add RSS Subscription for Tags and Custom Taxonomy Archives
Anyone who’s run a blog for a while knows that sometimes, a general RSS feed just doesn’t cut it. Some bloggers have asked if it was possible to let readers subscribe to tags or custom taxonomies, so they can stay updated on the content that matters most to them. Unfortunately, it was …
Read More »How to Get the Post Thumbnail URL in WordPress
When creating WordPress themes and child themes, developers can become frustrated when the post thumbnail is not displayed. This can be a real roadblock during development. What they need is a simple way to get the image URL so they can use it in their code. Luckily, this is something …
Read More »How to add Dynamic Widget Ready Sidebars in WordPress
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 drop in your sidebars or any other widget ready area in your theme. Many of our readers utilize widgets to …
Read More »How to Create Category Templates in WordPress (4 Methods)
Creating unique templates for category pages in WordPress is a great way to organize content and improve the user experience. This is especially helpful if you have various post categories like we do at WPBeginner. Custom category templates let you tailor how content is displayed for each category. You can …
Read More »How to Exclude Sticky Posts from the Loop in WordPress
Do you want to exclude a sticky post from the loop in WordPress? You’re in the right place. Sticky posts are a great way to highlight your featured content. However, in our opinion, there are certain places on your website where you don’t need sticky posts to be on the …
Read More »