Posts Page

Discussion in 'BlackBird WordPress Theme' started by peterkhumalo, Nov 9, 2014.

  1. peterkhumalo

    peterkhumalo Member

    Joined:
    Sep 25, 2014
    Messages:
    35
    Likes Received:
    0
    On the Posts Page how do I remove the following text:
    1)


    • [​IMG] Oct, 20, 2014

    as well as the open and closing lines surrounding that section of text.

    2) Previous Post Next Post → - to remove

    3) Leave a Reply - To translate and edit to "Faka Umbono"

    4) Logged in as Peter. Log out? - To not show / to remove

    5) Comment - To Edit text to "Umbono"

    6) Post Comment Button - to edit button text to "Thumela"
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    1 ) and 2)
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bar .post .post_meta{
    display:none;
    }
    #nav-single {
    display: none;
    }
    4)Logged in as Peter. Log out?
    This show because You are admin and you are login. User cannot see it.
    You can remove-
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    p.logged-in-as {
    display: none;
    }
    3) & 5) & 6)
    For translation use any plugins because these cannot be manually changed these comes from wordpress files.

    Thanks & Regards
    Pramod
     

Share This Page