Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #318928

    I want config, blog for just a resume and link > read more.
    How i can config theme for this?
    I config in Config > Reading > Text resume, but doesn’t work.

    #319415

    Hey Billy!

    Try adding this at the very end of your theme functions.php file:

    function change_blog_archive_style() {	
    	global $avia_config;
    	if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; }
    }
    add_action('get_header', 'change_blog_archive_style');

    Cheers!
    Josue

    #319418

    WOW. Worked. Thanks.

    I can put too, share links bellow read more or above ?
    PS: Social Media

    • This reply was modified 10 years, 2 months ago by Billy.
    #319447

    Hey!

    Have you tried using a plugin like this?
    https://wordpress.org/plugins/socialize/

    Regards,
    Josue

    #319518

    Enfold comes with share. but in post.
    if have some config i can do on enfold theme for stay together with read more without plugin

    #321639

    Hey!

    Not with the tools built into the theme at the moment no.

    Regards,
    Devin

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.