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 […]
How to add additional HTML after the page title using Visual Composer Fancy title (the7 WordPress theme).
I have a search form to add below page title using Visual Composer Fancy title (the7 WordPress theme) page editor. I look for alternative solutions that I can insert my additional HTML content. Lucky me to found it, and here’s the code on how to add additional content. Add this code on your functions.php, can […]