Comment creation date

  • unnamed

    #3943

    Hello,

    I´m using the graphene theme but I have still a problem.

    I want that the creation time of a comment is visible next to the author. e.g(10:50 Admin)

    But I don´t know how.

    Can you help me?

    Is there a possibility to add this?

    Anonymous

    #26616

    Moved to support. Please post in the correct section next time.

    Mod

    Kenneth John Odle

    #26617

    It’s right underneath it, actually. But you can play around with your comments anyway:

    http://blog.kjodle.net/2012/03/23/add-comment-metadata-to-the-graphene-theme-for-wordpress/

    unnamed

    #26618

    thanks for your answer but I explained my problem wrong.

    I don´t mean comment but article.

    If somebody write an article than I want to see the creation date.

    I hope you understand my problem(bad english :-/ )

    Anonymous

    #26619

    Go to Graphene Options –> Display –> Posts Display Options And select Inline or As an Icon date type in Post date display

    unnamed

    #26620

    i know this option but i need the TIME not the Date. With the Date is everything fine. I want to see the creation time, at what time the user has written the post.

    Anonymous

    #26621

    Install PHP-Widget plugin. Then enable graphene_post_meta action hook in Graphene Options –> Advanced –> Action Hook Widget Areas. Go to Appearance –. Widgets and drag PHP Widget to Graphene Post Meta block. Paste this code and save changes.

    &nbsp; Posted at <?php
    the_time()
    ?>

    You can see the live action at my test site – http://test.prasannasp.net/multiple-paragraph-post/

    Ypgmk.png

    Function Reference – Post Meta Data Section

Viewing 7 posts - 1 through 7 (of 7 total)

  • You must be logged in to reply to this topic.