Post Meta Below Author Name

Posted in: Newspaper
Post count: 53

Hi,

I need some customization tips.

I want to place the meta info of a post below author name (between the name and the description) but I’m facing some difficulties because of the $buffy string.

For now I have this:

$buffy .= ‘<div class=”td-module-meta-info”>’;
$buffy .= the_time(‘d \d\e F \d\e Y’);
$buffy .= ‘-‘;
$buffy .= do_shortcode(‘[rt_reading_time label=”Leitura de” postfix=”minutos” postfix_singular=”minuto”]’);
$buffy .= ‘</div>’;

The shortcode works well but the time appears above the author box, for some reason. If I try to place the post views and comments it gives me a PHP error.

Tks

Post count: 20688

Hi,

So you want to display some information below the post title in a post template. Edit the post template files
https://www.screencast.com/t/MaRKurZO
Each file highlighted in the image has a corresponding post template style. Edit the file you want and modify or add additional shortcodes.

Post count: 53

I don’t want to display information below the post title……

I want to place the meta info of a post inside the box author, below the author name (between the name and the description).

Post count: 20688

Sorry for misunderstanding. It may not be easy to integrate that information in the author box. If the code works maybe you should consider leaving it as it is and displaying it above the author box. Or maybe create CSS for it if possible, to position it differently.

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