Get primary menu
‘primary’,
‘items_wrap’ => ‘
‘
)
);
?>
Remove the ” <p></p> “ on the footer Default functions
Override rtMedia media-gallery.php template into current WordPress theme is now not a problem. For example you have artist role in your users and you want different template for the artist role. This apply in `http://www.sample.com/members/artist/media/music/` page. Then create a folder inside the `/public_html/wp-content/themes/current-theme/rtmedia/media`. Create your `media-gallery-artist.php` file or simple clone the `media-gallery.php` and renamed it…
Add Woocommerce product category image using GeneratePress WordPress theme in few steps. You need to access your functions.php. Either on a parent theme or a child theme. In my case I’m using a child theme so gonna paste the codes below on child themes functions.php Please copy the code below and paste it into your…
How Convert string with unwanted character to slug, proper name, etc.? Try this code using http://phptester.net/. Happy Coding 🙂
How to remove primary side include the ‘ ‘ tags. Copy this code and paste into your functions.php