HI, i had done this before but i added the same code as before to the child theme and its not seeming to work. Nothing is showing up
I’m just trying to add a banner to the news category of my blog.
i used this
function add_my_slider() {
if(is_category( ‘31’ )) {
echo do_shortcode(’[rev_slider alias=“news-slider”]’);
}
}
add_action( ‘action_name’, ‘add_my_slider’, 5 );
Also how can I make the revolution slider on that page be the same size on my top banner on another page
I want to have news header/slider be the same size as the top banner i have on my contact page.
thanks