Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    I needed to add the category in the slider. Perharps it might help you, I edited the file advanded-post-slider.php and added the following lines :

    <h1 class="advs-cat"><?php $category = get_the_category();echo $category[0]->cat_name;?></h1>

    just before

    <<?php echo $optset['advps_ttitle_tag'];?> class="advs-title" style="font-size:<?php echo $optset['advps_titleFsize'];?>

    Note that this is a temporary solution until the author plugin adds this feature. If you update the plugin it will go.

    Thread Starter dcsenterprise

    (@dcsenterprise)

    Thank you much!

    Thread Starter dcsenterprise

    (@dcsenterprise)

    Thank you much!

    Thank you so much! Perfect!

    Thread Starter dcsenterprise

    (@dcsenterprise)

    I went ahead and marked this resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding the category’ is closed to new replies.