• Hi,

    I need some help and I’ll be very glad if you can “save me”.

    It’s possible to remove the date and the category on the top of each post?

    Another one…How can I remove the “last post” and “next post” in the end of the post page?

    Ty in advance.

    Best regards,
    Marcel Maranhão.

    PS: sorry about my english.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi engen139,

    1) For remove the date and the category on the each post you should apply below changes:

    In your current theme content.php file, please apply below changes:

    <div class="entry-meta">
    			<?php //twentythirteen_entry_meta(); ?>
    			<?php //edit_post_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); ?>
    		</div><!-- .entry-meta -->

    2) For remove the “last post” and “next post” in the end of the post page apply below changes on your current theme single.php file:

    <?php //twentythirteen_post_nav(); ?>

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s possible to remove the date and the category on the top of each post?

    1. Create a Child Theme
    2. Copy the ‘content.php’ file from your Stork theme and paste it into your Child Theme folder
    3. Edit the ‘content.php’ file within your Child Theme folder
    4. Replace all of the code with the code from this PasteBin page: http://pastebin.com/mcL9j2DA

    Another one…How can I remove the “last post” and “next post” in the end of the post page?

    Make sure you link us to the page you’re referring to.

    Thread Starter engen139

    (@engen139)

    Thank you, Andrew and Multidots.

    Andrew,
    Here is the page:
    http://engenheiroconcurseiro.com/aula-2-selecionar-materiais-perfeitos/

    I want to remove the options “post anterior” and “post seguinte” at the bottom of every post page (near the comments).

    Thank you very much for the help.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry I can’t see the text “post anterior” or “post seguinte”.

    Thread Starter engen139

    (@engen139)

    It’s because I just did it. Sorry.

    The last question (I swear): How can I chance the color of the title of the post to orange, as in the link bellow:

    http://engenheiroconcurseiro.com/aula1-memorizacao-e-produtividade/

    Ty very much for all help.

    Good weekend.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which page doesn’t have an orange post title?

    Thread Starter engen139

    (@engen139)

    This page is with two titles: one in the title area (black) and another in the post text area (orange).

    The orange one is there just to show you the color I want. After change the color of the first title I’ll remove the second.

    Ps: sorry about my bad english.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, I think I can’t recognise the black titles (against the black text) because of a language barrier.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove date, category and "next post"’ is closed to new replies.