Tagged: read more
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.
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
WOW. Worked. Thanks.
I can put too, share links bellow read more or above ?
PS: Social Media
Hey!
Have you tried using a plugin like this?
https://wordpress.org/plugins/socialize/
Regards,
Josue
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
Hey!
Not with the tools built into the theme at the moment no.
Regards,
Devin