Hello,
I am having issues with block 7, because I want to use it for displaying “opinions category”. But I want to include and First and last name of the author in the home page.
For example check the following screenshot: http://prntscr.com/8bd8sr
Can you tell me any way how I can do that?
Thank you for your friendly support. 🙂
Hi,
You can create a custom field and write the name – http://screencast.com/t/koHeldvHu and you have to modify the code for module 6(this module is used on block 7) – http://screencast.com/t/kt5lY4gi – http://pastebin.com/pCf2f9QT
Use css to customize it – http://screencast.com/t/MYqDqb8a6r
.td_block_7 .td-module-meta-info .td-post-category {
display: table;
}
.td_block_7 .td-custom-author {
display: inline-block;
}
Please note that changing module 6 will affect also other blocks where it is used – http://screencast.com/t/Lbsn3hylgz1B
This is an example and require custom modifications, I suggest to hire a freelancer to do this for you if you don’t have basic experience as we cannot provide custom work.
Thanks!
Hi,
Try to paste this content in td_module_6.php(all the content) – http://pastebin.com/9GBGiJwH
In td_block_7.php please modify like this – http://screencast.com/t/VU7kN0RLr
Thanks!