Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #184502
    jaybird
    Participant

    How can I set the title Featured Content’s title text to link to the content page?

    Thanks

    #184512
    Skandha
    Participant

    @jaybird: Hello there,
    For that you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    #184585
    jaybird
    Participant

    Thanks, I got it figured out.

    This seems like something that should be in the theme as an option, maybe consider adding it in the future?

    For anyone in the future with this issue:

    I edited “inc/catchadaptive-featured-content.php”

    line 306: $catchadaptive_page_content .= the_title( '<header class="entry-header"><h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '">','</a></h2></header>', false );

    #184930
    Skandha
    Participant

    @jaybird: Hello there,
    I suggest you not to directly edit core theme files as those edit will be lost when you update the theme to the latest version. So if you have to edit core theme files create a child theme and override the code in the child theme. You can use Generate Child Theme Plugin to create a child theme.

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Featured Content Title as Link’ is closed to new replies.