Read More button

Tagged: 

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #3893
    ten12design
    Member

    I 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

    #3921
    Raghavendra
    Moderator

    There 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.

    #3923
    ten12design
    Member

    I did what you ask and I still don’t see the button.

    http://www.kbmfc.com

    #3958
    Nexus
    Moderator

    Pls 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!

    #3972
    ten12design
    Member
    This reply has been marked as private.
    #4013
    Raghavendra
    Moderator

    Pls 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).

    #4030
    ten12design
    Member
    This reply has been marked as private.
    #4031
    ten12design
    Member
    This reply has been marked as private.
    #4038
    Raghavendra
    Moderator

    Thanks for your suggestions. We will surely keep that in mind for our upcoming themes.

    #4766
    ten12design
    Member
    This reply has been marked as private.
    #4791
    Raghavendra
    Moderator
    This reply has been marked as private.
    #4872
    ten12design
    Member

    I 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.

    #4926
    Nexus
    Moderator

    Can you please reply back with the login and ftp credentials so that I can take a look. Thanks!

    #4935
    ten12design
    Member
    This reply has been marked as private.
    #4976
    Nexus
    Moderator

    Which one is the blog page? Thanks!

Viewing 15 posts - 1 through 15 (of 19 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.