Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #284479

    Hi all,

    we are using the magazine shortcode to show our blog posts on the home page. we would like to change the link titles (they don´t make sense) but it is not clear where do they come from. screenshot with the titles attached. null

    Cheers
    Katharina

    #284482

    Hi Katharina!

    Please go to Enfold/Config-templatebuilder/avia-shortcodes and open Magazine.php file and find

    $titleAttr		= "title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."'";

    and change it to

    $titleAttr		= "title='".get_the_title($entry->ID)."'";

    Regards,
    Yigit

    #285143

    Hi Yigit,

    it works. Tanks!

    #285194

    Hey!

    You are welcome, glad it does work fine! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Magazine shortcode link titles’ is closed to new replies.