Meta information bar above post title in blog page

  • Author
    Posts
  • #27844
    Bembis

    How to make post meta information bar above post title in blog page? I found how to make that bar above title in single post (edited single.php file). I’ve tried to look in template-blog.php, but could find where meta information is hooked for each post.

    #27893
    Bembis

    I found it. If someone need it, you need to cuztomize content.php(in nirvana/content/ directory).
    You need to cut 26-28 rows and paste it above <header class="entry-header"> (row 19).

    <div class="entry-meta">
    				<?php	cryout_post_meta_hook();  ?>
    			</div><!-- .entry-meta -->
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Meta information bar above post title in blog page’ is closed to new replies.