Themia Theme, the Read More

Discussion in 'Themia WordPress Theme' started by store2000, May 29, 2013.

  1. store2000

    store2000 New Member

    Joined:
    Feb 28, 2013
    Messages:
    3
    Likes Received:
    0
    Dear Friends: in the First, Second, and Third Feature Content of the Themia Pro theme,
    ALL THE TEXT written into this space are displayed in the Home page. As i understand,
    it suppose to display only a few lines then if the reader wants to read more, he may click
    read more.

    As now, all texts are displayed, clicking read more does nothing

    Any insight is appreciated.

    Bo
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .feature_content .read_more {
    display: none;
    }
     
  3. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Is it also possible to change the text " read more" into another text link??
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    2013-07-09_1739.png


    Use same process for others also.
     
  5. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    thanks for the help.

    What kind of php editor do you use??
    I use dreamweaver but than i have to copy the code from wordpress to dreamweaver.
    Is there a editor in wordpress??
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  7. store2000

    store2000 New Member

    Joined:
    Feb 28, 2013
    Messages:
    3
    Likes Received:
    0
    Hi InkTheme,

    I have struggle with Removing the Comment & Response (at bottom left) and Removing
    The Recent Post, Recent Comments, Archives, Categories, Meta (on the right) of this: http://www.blessvivietnam.com/mass-schedule-and-location/

    How i remove them all. Thank you so much.
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    1.For your first issue

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

    Code:
    .side_content h3 {
    display: none;
    }
    #comment-form {
    display: none;
    }
    
    2.For your second issue

    Go to the
    Appearance > Widgets
    Drag text widgets and add paragraph tag and drop them in the Primary and Secondary widget area.

    Code:
    <p></p>
     

Share This Page