Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #905827

    It isposible make the author and the date of change ofpublication, appear below each page (not in the blog post sections).

    Sorrry for the english (Google Trasnlator)

    #905919

    Hey Giorgio,

    Go to Plugins > and search for php widget, install and activate PHP Everywhere (or you can use other plugins as well)
    Go to Appearance > Widgets > create a new Widget Area, call it Show Author (or you can name it to something)
    Drag PHP + HTML widget to Show Author widget area and put this code:

    <p>Published by: <?php the_author(); ?></p>
    <p>Last Modified: <?php the_modified_time('F j, Y'); ?></p>

    Save it, go to the page you want it to show, use Widget Area (under Content Elements) and select Show Author. Hope this helps :)

    Best regards,
    Nikko

    #907015

    Niko thank you very much for the idea, actually the php plugin I have to activate it because I have own codes the idea is great, I will prove a million thanks!

    #907190

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.