• Resolved hotdogreen

    (@hotdogreen)


    Hello,

    I’m pretty new to wordpress but I really like to work with your Thema.

    My question…:

    Is it possible to add a “Read more” Button/link at the Home Featured Category articles?

    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    open lib/templates/feat-cat-meta-top.php and feat-cat-meta-bottom.php and edit this code

    <?php echo dez_get_custom_the_excerpt($post_custom_excerpt,''); ?>

    to

    <?php echo dez_get_custom_the_excerpt($post_custom_excerpt,'Read more'); ?>

    Thread Starter hotdogreen

    (@hotdogreen)

    *thumbs up*

    Thank you Richie KS, it works fine!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Read more" @ Home Featured Category?’ is closed to new replies.