Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13717
    alin.stafie
    Member

    Hello,

    I want to thank you for the great help you offered me so far.

    I have some questions about post page.

    At the end of the page apears Posted in category and tagged ….
    Can I delete or move them in another place?

    Can I change at the begining of the post? : Posted on 26 August, 2013 by admin

    Can I change the reply formular?

    Regards,
    Alin

    #13730
    Sakin
    Keymaster

    1. At the end of the page apears Posted in category and tagged ….
    Can I delete or move them in another place?
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it.
    footer.entry-meta { display: none; }

    2. Can I change at the begining of the post? : Posted on 26 August, 2013 by admin
    — To change this, you need to build child theme and create functions.php file in your child theme and then copy function `catcheverest_header_meta()’ from template-tags.php file to your child theme functions.php and edit there.
    This is bit technical so be careful while you edit or hire developer to do that for you.

    3. Can I change the reply formular?
    — I don’t get it what you mean.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘page post question’ is closed to new replies.