Forum Replies Created
-
AuthorPosts
-
Now (Enfold Version 3.4.7) you have change at config-templatebuilder > aviashortcodes > helper-masonry.php
This (line 416):
$this->loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '');
To this:
$this->loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '') . "<br /><span class='masonry-more-link-arrow'>".__('Read more','avia_framework')."</span>";
Thank you! This works!
Thank you for the reply. The excerpt is now correct, but there is no “Read more” link…
or is there a possibility with the “post format link” to make extern links in the search-results, rss-feeds… ?
In the grid-view the links are ok, but in the search results and rss-feeds you come to the single-post. so a user have to click twice to come to the extern site…
I have now added
<meta http-equiv='refresh' content='0; URL=$link'>
to includes/helper-post-format.php ($current_post['content']
).Is it possible to add
<meta http-equiv='refresh' content='0; URL=$link'>
in the head?I have set up the post properly, but I want that the link appears on the category-page, frontpage…
I want that the the post title and thumbnail links not to the post. It should link to the extern link…
I have the same problem. Is there a solution?
-
AuthorPosts