I have a feeling that there aren’t many clear and simple tutorials containing information on how to quickly get started
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 readingAllowing HTML within WordPress excerpt
Allowing HTML within WordPress excerpt is a very common request. Therefore, I am providing likely the most complete solution available
Continue readingActions do stuff, filters change stuff
This post is going to be a bit different – it will summarize actions and filters that exist within WordPress ecosystem.
Continue readingAdding CSS transition on Bootstrap drop-down menu
If you implemented bootstrap into your WordPress template and want to add CSS transitions to drop-down menu, you can use
Continue reading