Hello, I would like to have show more link right under each category list of video on homepage and when a user click on the 'show more link', it should go to the category page of the video. See image attached of what I want. here is the link to the site - oak.tv Thank you.
Hello ! PHP: <?php echo '<h4 class="titlenext"><a href="' . get_term_link($term->slug, 'video_cat') . '">Show More</a></h4>'; ?> You have to add given php code in front-page.php. Please follow below image. Thanks & Regards Pramod
Hello Afuyemedia, Paste the code given below in Custom CSS section (Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: h4.titlenext { text-align: right; } Thanks & Regards Pramod