Questions about block 7

Posted in: Newspaper
Post count: 7

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. 🙂

Post count: 7909

Hi,

Please edit module 6 and uncomment the author – http://screencast.com/t/mzlqHPMcj

Thanks!

Post count: 7

Hello,
You have misunderstood me. I want to show the author name who I will provide, not the “wordpress author name”. So does have any way for example to write the name in the post and then will be shown in the homepage.

Thank you.

Post count: 7909

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/kt5lY4gihttp://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!

Post count: 7

Hello,
Thank you for your support. I know that this will affect and other blocks and I use the other blocks, so does have any way to modify only block 7 without affecting the other blocks?

Thank you.

Post count: 7909

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!

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