Tagged: read more
-
AuthorPosts
-
July 1, 2019 at 4:35 pm #1114922Anonymous
How to insert a “read more” button/link?
Why do I want to do that?
Visitors come from google on the homepage and leave this right back because they can not click on a button.
preview: https://benes.tel/screenshot-benes.tel-2019.07.01-16-29-30.png
July 2, 2019 at 8:40 am #1115078Hey MartinBenes66,
Are you using the Blog Posts element? If not then please try doing so, there is an option to set to show a read more button in the Blog Content length option.
Best regards,
RikardJuly 2, 2019 at 2:16 pm #1115176AnonymousHey Rikard,
Thanks, that helps with the design.
But I have a problem with visitors coming through Google and a search term.
I can not influence that here.
https://benes.tel/tag/lr-5-in-1-beauty-elixir-erfahrungsberichte/Is there still a way to hide the “read more”?
Thank you very much for your help
MartinJuly 3, 2019 at 8:19 am #1115369Hi Martin,
Thanks for the update, do you want to add a read more button on the tag page which you linked to? Please note that both the image and the title link to the actual post.
Best regards,
RikardJuly 3, 2019 at 3:09 pm #1115494AnonymousHello Rikard,
I always want a “read more” button available.The reason is that of 10 visitors only 1 click on the title to read more.
That’s a rather bad evaluationgreetings
MartinJuly 4, 2019 at 8:01 pm #1115873Hi Martin,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJuly 4, 2019 at 10:53 pm #1115932AnonymousHello,
Access was created!
Thank you
MartinJuly 6, 2019 at 12:41 pm #1116258Hi Martin,
That is a category page.
Please have a look at solutions posted here
https://kriesi.at/support/topic/display-excerpt-and-read-more-link-on-archivecategorytype-pages/
https://kriesi.at/support/topic/add-read-more-text-on-grid-blog-archive-page/Best regards,
VictoriaJuly 6, 2019 at 1:45 pm #1116276AnonymousA good start. Thank you
https://kriesi.at/support/topic/display-excerpt-and-read-more-link-on-archivecategorytype-pages/I still want to set the grid layout.
What do I have to enter there?I think I have to change the last line
$ layout = ‘single-small’;
Weis but not on what.Thank you
MartinJuly 6, 2019 at 5:04 pm #1116297AnonymousHello,
After some attempts, I have done it now. The hint helped me with this.
For others who want to solve the problem.
The following lines must be inserted in the php files.
index.php, archive.php, tag.phpSearch:
$atts = array(
‘type’ => ‘grid’,
‘items’ => get_option(‘posts_per_page’),
‘columns’ => 3,
‘class’ => ‘avia-builder-el-no-sibling’,
‘paginate’ => ‘yes’);and replace it
$atts = array(
‘type’ => ‘grid’,
‘items’ => get_option(‘posts_per_page’),
‘columns’ => 3,
‘contents’ => ‘excerpt_read_more’,
‘class’ => ‘avia-builder-el-no-sibling’,
‘paginate’ => ‘yes’);The following line is crucial.
‘contents’ => ‘excerpt_read_more’,Thanks for your help!
MartinJuly 6, 2019 at 8:23 pm #1116331Hi,
Thank you for sharing your solution. We will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘How to insert a "read more" button?’ is closed to new replies.