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)
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
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!