Viewing 1 replies (of 1 total)
  • Thread Starter AntonioFajdiga

    (@antoniofajdiga)

    Also i want to see Post time next to post title

    Here is that code

    <?php if ( in_category( _x('gallery', 'gallery category slug', 'thirdstyle') ) ) : ?>
    		<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    			<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'thirdstyle' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    
    			<div class="entry-meta">
    				<?php thirdstyle_posted_on(); ?>
    			</div><!-- .entry-meta -->

    How to put time on the same line with title

Viewing 1 replies (of 1 total)
  • The topic ‘how i can see timestamp’ is closed to new replies.