Updated time on frontpage modules

Posted in: Newspaper
Post count: 11

Hi.
This code
Updated: <?php the_modified_date(); ?>
works fine on a post but if I modify a block module with the same code I get the updated time of the page that holds the module. How can I get the posts updated time to be shown here instead?

Thanks

Post count: 22421

The function is made for posts but we have not tested it on modules. It probably needs further modifications to the function to work on our custom modules. Since it;a a wordpress function and our modules and blocks are custom, it will require custom implementation most likely.

Thanks.

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