Show full blog article and Eliminate Read More Button

Discussion in 'Blackriders WordPress Theme' started by mobilitymojo, Sep 24, 2013.

  1. mobilitymojo

    mobilitymojo New Member

    Joined:
    Apr 25, 2012
    Messages:
    12
    Likes Received:
    0
    How can I display the full article on the Blog and on the Article Pages throughout the site? I don't want a Read More button to EVER show up.

    Blackrider Pro Theme
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this open front-page.php file and increase excerpt value as shown in the image.

    940.png

    And for blog and other pages open loop.php file and make changes as shown in the image given below.

    Code:
     <?php the_content(); ?>
    fullpost.png



    After that Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .post .post_content a.read-more {
    display: none;}
    
     

Share This Page