Browsing Category
wp-themes
How to Style WordPress Navigation Menus
Do you want to style your WordPress navigation menus to change their colors or appearance? While your WordPress theme handles the appearance of your navigation menus, you can easily customize it using CSS to meet your requirements. In this…
How to Display Blog Post Meta Data in Your WordPress Themes
Do you want to learn how to display post meta data in WordPress blog posts? Post meta data are relevant information about your blog post such as published date, category, author name, etc. In this article, we will show you how to display…
How to Style Each WordPress Post Differently
Have you ever come across a site that style their blog posts differently? Some sites have sticky posts highlighted with a custom background whereas others may have each category post styled with a unique look. If you ever wanted to learn…
How to Add Numbers to Your WordPress Comments Layout
Earlier on WPBeginner, we showed you how to style your WordPress comments and the comment form. In this article, we will show you how to further customize the comment layout by adding numbers to your WordPress comments. Final results:…
How to Add a Parallax Effect to Any WordPress Theme
Recently, one of our readers asked us how to add a parallax effect to any WordPress theme? Parallax effect is a web design trend where a background image scrolls slower than foreground content. In this article, we will show you how to…
How to Add RSS Subscription for Tags and Custom Taxonomy Archives
Recently on WPBeginner, we wrote an article about how to allow users to subscribe to categories in WordPress. We briefly mentioned that WordPress offers RSS subscription for all taxonomies: categories, tags, and custom taxonomies. In this…
How To Customize Blockquotes Style in WordPress Themes
Quotes often are the most memorable part of your article. They are also the most shared part of any post or presentation. This is why newspapers and main stream media sites customize their blockquote style to make it stand out. In this…
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…
How to Display Custom Fields Outside The Loop in WordPress
Do you want to display custom fields outside the loop in WordPress? Normally, custom fields are displayed inside the WordPress loop along with other post content and metadata. In this article, we will show you how to display custom fields…
How to Add Menu Descriptions in Your WordPress Themes
WordPress menu system has a built-in feature where you can add descriptions with menu items. However, this feature is hidden by default. Even when enabled, displaying them is not supported without adding some code. Most themes are not…