I need the author is displayed below the title …
I tried to enable it from the panel theme:
http://screencast.com/t/HVabG5hKM
But still not shown:
http://screencast.com/t/iZjFeaKjArBi
Hi,
What theme version do you have? I’ve tested and works fine for me: http://screencast.com/t/tmLFnDsZIej0
Could you provide a link to see the issue?
Thanks!
Marius have the same problem, my version is updated 4.6.1 and updated plugins also. Thanks!
-
This reply was modified 11 years by
Abner Santana.
if i think i know what you’re talking about then try it this way otherwise avoid this post lol:
edit the module file that you’re using located in wp-content>themes>Newspaper>includes>modules
for example I chose module 6:
step 1: open up td_module_6
step 2: find <?php //echo $this->get_author();?>
step 3: remove the // so it looks like <?php echo $this->get_author();?>
save it and refresh, hopefully this works otherwise I took this question the wrong way lol
Thank you for trying, but the problem is in the post single, we want to display the author’s name in the post header. http://screencast.com/t/iZjFeaKjArBi
Hi,
@Abner Santana you have tried the settings from Theme Panel? Can you give us access to your WP to take a look? Send via email at contact@tagdiv.com
Thanks!
I have the same issue, author name is not showing no matter what I do. I need author name to be shown anywhere on the site. since we are two authors. Site is : http://www.windowsfaralimite.ro
Thanks
-
This reply was modified 11 years by
Cosmin. Reason: Adding email notification
Hi,
Having it enabled from theme panel should show it on post pages: http://screencast.com/t/Hhvcz45upixb so please make sure that you have it enabled then empty cache, purge files if you use any CDN host services then try again and also disable all plugins, js/css/html minification.
Also try to remove this condition from post template: http://screencast.com/t/3TPPs6Q7N TYhis is for the default post template for other post template you need to edit other files: http://screencast.com/t/9jTzrTbXiS
Please let me know afterwards!
Thanks