I was actually struggling with the title – what I wanted to write about was how to count posts within taxonomy terms.
Continue readingCategory: WordPress
How to count the number of posts in category
If you want to count the number of posts in any category, there are number of ways to perform this check.
Continue readingPreparing WordPress theme (or a plugin) for translation (or internationalization)
In a global world, making sure that WordPress themes or plugins are prepared for easy translation is of the highest importance.
Continue readingListing WooCommerce products by tags
This may not be a frequent request, but few months ago I had a client who wanted to list WooCommerce
Continue readingHow to style and change comment form in WordPress
The WordPress function comment_form() is used for generating commenting form within WordPress theme. The great thing about this function is that
Continue readingEditing wp_list_comments() output
WordPress Codex says that wp_list_comments() “displays all comments for a post or page based on a variety of parameters including ones set
Continue readingHow to change Gravatar size in WordPress
For listing comments in your comments template in WordPress theme, you will use wp_list_comments() function. It accepts several parameters, and one of
Continue readingTransitions between video slides in Revolution Slider
If you want to use transitions between slides where each slide has video background, there is a simple trick that
Continue readingHow to avoid black bars in Revolution Slider
So you have that cool video from YouTube or Vimeo and would like to use it on Revolution Slider? Every
Continue readingAdding CSS3 transitions to WordPress drop-down menu based on Foundation
If you want to add CSS3 transitions to a WordPress drop-down menu on a website based on Foundation framework, you only need to
Continue reading