Title: Data are not displayed
Last modified: August 19, 2016

---

# Data are not displayed

 *  Resolved [Burger69](https://wordpress.org/support/users/burger69/)
 * (@burger69)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/data-are-not-displayed/)
 * Hello,
 * I’ve got a problem with my blog dates. The problem is that if the entry was added
   on the same day as the previous one in the previous data is not displayed. Please
   help!
 * [http://demo.oskarstrasburger.pl/news/](http://demo.oskarstrasburger.pl/news/)
 *     ```
       <?php get_header(); ?>
       <?php get_sidebar(); ?>
       		<div id="content">
       			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
       			<div class="event">
       				<a href="<?php the_permalink(); ?>"><h2><?php the_title(); ?></h2></a>
       				<div class="entry">
       				<?php the_content(); ?>
       					<div class="clear">
       					<span class="date"><b>Dodano:</b> <?php the_date('d/m/Y'); ?></span>
       					</div>
       				</div>
       			</div>
       			<?php endwhile; endif; ?>
       				<h2>Sponsorzy WiterCamp 2011</h2>
       				<div class="entry">
       					<?php wp_list_bookmarks('title_li=&categorize=0&orderby=ID&category=19'); ?>
       				</div>
       		</div>
       	</div>
       	<div id="container_bottom"></div>
       </div>
       <?php get_footer(); ?>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/data-are-not-displayed/#post-1766160)
 * Try changing `<?php the_date('d/m/Y'); ?>` to `<?php the_time('d/m/Y'); ?>`
 *  Thread Starter [Burger69](https://wordpress.org/support/users/burger69/)
 * (@burger69)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/data-are-not-displayed/#post-1766170)
 * It’s working. Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Data are not displayed’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Burger69](https://wordpress.org/support/users/burger69/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/data-are-not-displayed/#post-1766170)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
