Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Read More button
Tagged: read more
- This topic has 18 replies, 3 voices, and was last updated 12 years, 1 month ago by
Raghavendra.
-
AuthorPosts
-
January 25, 2014 at 9:04 pm #3893
ten12design
MemberI notice in your theme I didn’t see a read more button in the blog I am concerned that clients will not know what to do. Any ideas?
http://kbmfc.com/wordpress/blog/
Thank you
January 27, 2014 at 1:11 pm #3921Raghavendra
ModeratorThere is an option in the theme options under ‘General’ tab named “Display Read More button in Blog” which needs to be checked in order to enable the Read More button. Pls enable the same and you should see a read more button in the blog.
January 27, 2014 at 1:29 pm #3923ten12design
MemberI did what you ask and I still don’t see the button.
January 29, 2014 at 5:06 am #3958Nexus
ModeratorPls reply as a private message here with the site URL and a temporary login to the WordPress dashboard and I can take a look. Thanks!
January 29, 2014 at 1:09 pm #3972ten12design
MemberThis reply has been marked as private.January 31, 2014 at 4:52 am #4013Raghavendra
ModeratorPls paste the following code into the file framework/functions/blog-content.php at line number 159 –
$enable_read_more = mo_get_theme_option('mo_display_read_more_button') ? true : false; if ($enable_read_more) { $more_text = mo_get_theme_option('mo_read_more_text', __('Read More', 'mo_theme')); echo '' . $more_text . ''; }I do not want to edit the PHP files without FTP access and hence I would request you to do this yourself being aware that you may have revert this through FTP if you see errors. If you see some errors with the above pasted code and site goes down, pls use the one in the attachment (won’t get formatted by WordPress).
January 31, 2014 at 1:44 pm #4030ten12design
MemberThis reply has been marked as private.January 31, 2014 at 2:08 pm #4031ten12design
MemberThis reply has been marked as private.February 1, 2014 at 11:25 am #4038Raghavendra
ModeratorThanks for your suggestions. We will surely keep that in mind for our upcoming themes.
February 23, 2014 at 3:31 pm #4766ten12design
MemberThis reply has been marked as private.February 24, 2014 at 1:11 pm #4791Raghavendra
ModeratorThis reply has been marked as private.February 26, 2014 at 11:15 pm #4872ten12design
MemberI purchased the same theme and it’s not working. I tried to copy the coding from the attached file above and place it where you said and nothing happened.
March 1, 2014 at 7:56 am #4926Nexus
ModeratorCan you please reply back with the login and ftp credentials so that I can take a look. Thanks!
March 1, 2014 at 2:27 pm #4935ten12design
MemberThis reply has been marked as private.March 3, 2014 at 1:17 pm #4976Nexus
ModeratorWhich one is the blog page? Thanks!
-
AuthorPosts
- The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.