Support » Theme: Duena » Lost post date

  • While changing some aspects of the theme to adequate it to my needs, i was able to lost the post date below the post format icon, the only php change i’ve made was to have full content post on home, with this code on standard.php

    <?php the_content(”); ?>
    <?php
    wp_link_pages( array( ‘before’ => ‘<div class=”page-links”>’ . __( ‘Pages:’, ‘duena’ ), ‘after’ => ‘</div>’, ‘link_before’ => ‘<span>’, ‘link_after’ => ‘</span>’ ) );
    ?>
    <?php if ( ‘false’ != of_get_option(‘post_button’)) { ?>
    ” class=”more_link”><?php _e(‘Leia mais’, ‘duena’); ?>
    <?php } ?>

    I dont know if it realy was that, but i need help to get post date back

Viewing 1 replies (of 1 total)
  • Try to replace the changed file with the original file from the downloaded theme folder.

    If you want to show full contents of posts instead of excerpts then Go to Admin panel >> Settings >> Reading and choose Full Text For each article in a feed, show.

Viewing 1 replies (of 1 total)
  • The topic ‘Lost post date’ is closed to new replies.