Add "by" before author name

Posted in: Newspaper
Post count: 9

Hello,

How can we add the word “by” before author name on each post ?

Thank you.

Post count: 35449

Hi,

This word should be set by default in our theme -> https://i.imgur.com/6BaoCUa.png and can be change from theme panel for the classic post style -> https://i.imgur.com/CJowURo.png adn form single post template it can be set with tagDiv Composer

Thank you!

Post count: 9

Hello,

The item ‘by’ is already translated and it is not showed in main page -> https://ibb.co/Tkp1x8d

The word ‘by’ is only showed when I click on the post title or inside single post template.

Post count: 35449

Hi,

Sorry, this option is not available on blocks and flex blocks, only inside the posts, if you realy need it, then you can use a custom css like this one -> https://i.imgur.com/TvdgWvT.png
.page .td-post-author-name:before {
content: "By ";
}

The code need to be set in theme panel> custom code> custom css.

Thank you for your understanding!

Post count: 9

Thank you.

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