Hi, I am using cloud template for post. Below the post title, I successfully added author name and last modified date. I am wondering if there is a way to add the editor name followed by the writer name? An example can be seen here: https://www.innerbody.com/dna-testing-privacy. I’d like to add the “Reviewed by” followed by the editor name.
Thanks.
Hi,
If you are using a single post template from tagDiv Cloud Library, then you can edit it with tagDiv Composer and set an inline text or column text where to set the editor name.
-> https://i.imgur.com/2xjSffi.png ->https://i.imgur.com/ZNLy8Jg.png also you can set a link on names like this -> https://i.imgur.com/bWXJvUS.png all you need to do is to replace the # with the complete url.
Also if these editors have an account on your website you can use the authors element -> https://i.imgur.com/bJzlSw2.png
Hope this will help you!
Thank you!
Hi Calin,
As above solution is not working.
Could you please help me as well. As we wanted to add ‘edited by’ field, as soon as post get published. It should appear the by (Author name) and then Edited by (Editor name) as editors have an account on our website.
Kindly suggest.
Hi transcontinentaltimes, unfortunately there is no option for this, the author will be take but to set the ‘edited by’ field and the editor name, you need to make some custom functions in the theme files to can trigger the right editor and display it.
If you want, you can make a request for custom work on our platform from here -> https://tagdiv.com/web-development-services/
Thank you for your understanding!
Thanks for your response. Could you please guide us, which file we have to customize and update in the child theme.
If you have some code, kindly share.
Your support is appreciated.
Hi, if you are using a single post template from tagDiv Cloud Library, the on of files that need to be edited is -> wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author.php unfortunately I do not know what code need to be use to store the name or editor, I take a look and you can duplicate these lines -> https://i.imgur.com/HFKiZpH.png -> https://i.imgur.com/YUyB9ts.png -> https://i.imgur.com/e55W5ot.jpg but you still need to get some how the editor of post name and store it in database to can display it.
Thank you!