Support » Themes » Apostrophe theme child change date to cathegory

  • Dear all,

    I have moved my blog to an own server and created a child theme for the original apostrophe theme.
    Now I wanted to change the boxes on the main page on the thumbnails to show the cathegory instead of the date. How can I achieve that?
    I have tried to change the content.php in my own folder, which said before:

    <div class="entry-meta">
    		<?php apostrophe_posted_on(); ?>
        </div><!-- .entry-meta -->

    to:

    <div class="entry-meta">
    		<?php get_the_category(); ?>
        </div><!-- .entry-meta -->

    but nothing happened.

    I also don’t seem to be able to add a function in my function.php …

    Another problem is that since I moved, the thumbnails are not all squared anymore but according to image dimensions. How can I get that square back other than resizing the image files?

    Can somebody help?

    Thanks so much!
    Anke

    Moderation Note: I’m closing this thread as you posted your question in English, while this is a German support forum. If you want to ask your question in English, please visit https://wordpress.org/support/ If you want to ask in German, please feel free to open a new thread. Thank you for understanding. Best regards, Bego

    • Dieses Thema wurde geändert vor 7 Jahren, 6 Monaten von Bego Mario Garde. Grund: Wrong Forum
    • Dieses Thema wurde geändert vor 7 Jahren, 6 Monaten von Bego Mario Garde.
  • Das Thema „Apostrophe theme child change date to cathegory“ ist für neue Antworten geschlossen.