Hello, I want to add an author box to the bottom/below my pages. I don’t want to have to do this manually as I have hundreds of pages of content. I need some way to do it globally and restrict certain pages from having it e.g. the homepage.
Can anyone suggest a suitable plugin that may work? Or some other work around?
Hi,
I think you can edit the theme files in order to achieve your desire, but this will require some skills.
Also you can read this topic Add custom text at bottom of every page? , maybe you can edit the plugin for author box on pages.
Thank you for your understanding.
Hi,
If this is what you want to achieve https://www.screencast.com/t/IJgU1p7z , then you can do it yourself.
1. Make a page with tagDiv composer and insert the below code in text.
https://www.screencast.com/t/ttbgAwPPY9v
[vc_row][vc_column][td_block_author][/vc_column][/vc_row]
2. You need to go in theme file go in wp-content>theme>newspaper> and search for page.php open the page and set the code from here like in screenshot
https://www.screencast.com/t/8YyuuDXMUCM
Also you can add the code just in all template page ( those are the template pages ) or just in dose you want to have the author box.
In all example:
https://www.screencast.com/t/TBH7jFN17
https://www.screencast.com/t/4Q3xNwRdLyeO
https://www.screencast.com/t/BCDXIfDc0T
https://www.screencast.com/t/BCDXIfDc0T
https://www.screencast.com/t/r1b79g4G
Also if you want to do not loss this change in theme files you can make this in child theme
Hope this will help you.
Thanks.