Remove sticky posts from the main loop function mtly_remove_sticky_posts_from_main_loop( $query ) { if( $query->is_main_query() && ! is_admin() ) { $query->set( …Continue Reading about Remove sticky posts from the main loop
What is and how to install WP-CLI WP-CLI is command line tool specifically made for WordPress (WP) which provides a command-line interface (CLI) for many actions …Continue Reading about What is and how to install WP-CLI
Change post date format to time ago in WordPress Time ago format used on popular social networks could be a good alternative to default WordPress post date format for websites …Continue Reading about Change post date format to time ago in WordPress
Customize the Credits Text in Genesis themes You may use snippet below to customize the credit text in the site footer of your Genesis theme. Code should be placed into your …Continue Reading about Customize the Credits Text in Genesis themes