I want to put publish time on single post [Version 4.1]

Posted in: Newspaper
Post count: 199

Tagdiv Team hi.

On 3.5 version, i have made mod on loop-single.php and near on the date of the article, i put and publish time.

I have made it with this code

<?php echo $td_mod_single->get_date(false);?> , <?php the_time('H:i'); ?>

and the result is this: http://grab.by/z7km

today, i update the theme to 4.1 version, and i make the same mod but the result is that: http://grab.by/z7kG

can you tell me how to fixed it?

Post count: 6600

Hi,

Add this custom CSS in Theme Panel > Custom CSS:

header time {
margin-right: 0px !important;
}

Thanks

Post count: 199

thank you!!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.