• Resolved scotter

    (@scotter)


    Not sure if this is a theme or basic WP support Q. Sorry if its in the wrong place.

    I was able to add the comments include into the page.php file (I am using K2 theme) and now there are comments and it seems to be working like on a regular front page post.

    What I would like, is the ‘pubished by, date, category,’ line below the headline of the page or at the end of the aritcle at least (above where the comments start).

    I look at page.php and it seems like it should be showing up natively

    <?php the_title(); ?></a></h2>
    						<?php edit_post_link(__('Edit','k2_domain'), '<span class="entry-edit">','</span>'); ?>

    is where I think the title is getting echo’d to the page and I would think the the other items mentioned above – looking again however, I think the second line of code there is for editing the post/page if you are admin? Hmm..

    Anyway, I would like the published by meta info put into the each page as described above. Does anyone have any idea?

    Published By doesnt bring up very good search results.

    Thanks
    -s

The topic ‘‘Published by’ info on Pages…’ is closed to new replies.