How to show Author at All Blocks

Posted in: Newspaper
Post count: 13

I want to show author at block 7 and etc. How can i do for setting it?

Post count: 20688

Hi,

Some modules do not display the author name. In this case, if you would like to display then author name for block 7, it would require a modification to the module that this block uses.
Edit this file from the theme and remove the comment disabling the author name
https://www.screencast.com/t/atPdwYB8e
https://www.screencast.com/t/h52b3quypd
The author name will be visible for this module, after making this modification.

Thanks

Post count: 13

I have remove comment from this code: newspaper/include/modules/td_module_7.php to be:

<div class=”td-module-meta-info”>
<?php if (td_util::get_option(‘tds_category_module_7’) == ‘yes’) { echo $this->get_category(); }?>
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php //echo $this->get_comments();?>
</div>

But author still not show on that module as like screenshot:

https://prnt.sc/gjq373

Post count: 22421

Please make sure you edit the correct file. Here is a list of what module is used for which block: https://forum.tagdiv.com/theme-blocks-modules/
Block 7 uses module 6, not module 7

Thanks.

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