Best Premium and Free WordPress Themes › Forums › AcmeBlog › 'Continue Reading' link to appear with More Tag at category page.
- This topic has 5 replies, 2 voices, and was last updated 8 years, 8 months ago by acmethemes.
-
AuthorPosts
-
March 29, 2016 at 4:03 pm #5105TheTravellingFreelancerMember
Hello,
I hope someone can help me because I’ve spend over 4 hours googling and I can’t figure it out. I’m building my website with WordPress and chose the AcmeBlog theme. I wrote my first two blogs (two different categories) and added the category pages to the menu at the top. In both blogs I used the ‘More’ tag.
On both category pages, the posts are indeed shown until the break line, however, there is no ‘continue reading’ link. Only the photo and title seem to link, but I’m afraid that’s not obvious enough for most visitors.
Is there any way the More tage will automatically place a ‘Continue Reading’ link? Is there some kind of code I can insert and if so, could you please explain me step by step where to do that?
Thank you so much,
ThalassaMarch 30, 2016 at 5:18 am #5110acmethemesKeymasterHello TheTravellingFreelancer,
Thank you so much for using our theme AcmeBlog. As your requirements, there is no any options to enable disable it.
You have to write a line of code on the file to enable it.
Please paste the below code on ‘template-parts/content.php’ below the line 43. i.e. below the codeacmeblog_blog_content_layout();
This code help you to make it read more and gives the way to single page.
<p><a href="<?php the_permalink();?>">Read More</a></p>
Best Regards,
Acme SupportsMarch 30, 2016 at 8:30 am #5109TheTravellingFreelancerMemberHello,
Thanks for your reply. I did that and the link did appear, however, it was right below the image instead of at the end of the text. At the end of the text it now automatically shows three dots that aren’t linked. So, I’d like to see ‘Read More’ linked to the full article, instead of or right after the three dots.
Thanks,
ThalassaMarch 30, 2016 at 10:54 am #5108acmethemesKeymasterHello TheTravellingFreelancer,
You want to make the whole content clickable ? Already the image and Title is clickable and we are not focusing on the readmore button. If you are familiar with WordPress code, please edit the code with reference link. https://codex.wordpress.org/Function_Reference/the_permalinkIf you need customization you need to hire for the customizer for the dedicated customization.
https://codex.wordpress.org/Function_Reference/the_permalinkBest Regards,
Acme SupportsMarch 30, 2016 at 5:01 pm #5107TheTravellingFreelancerMemberNo not the entire content, just something that says ‘continue reading’ at the end of the text, where you actually want to continue reading. But nevermind, I’ll find something. Thanks.
March 31, 2016 at 4:27 am #5106acmethemesKeymasterNice to hear that. Please try yourself and if any problem arise regarding our theme, let us know. We will give our best to solve your problems.
Thanks
-
AuthorPosts
- The topic ‘'Continue Reading' link to appear with More Tag at category page.’ is closed to new replies.