author e-mails and photo credit

Posted in: Newsmag
Post count: 38

Hi,

As you can see (http://alacatiplus.com/alisveris/be-dest/) we use Author (yazar in turkish) part of the theme. Is it possible to add “e-mail” and “photographer” name for this part of the theme?

Post count: 6535

Hi

I am not realy sure where you want to add those informations so please provide more specifc details about the desired reslt, also a screen pointing to it would be helpsful, and maybe I can help.

Thanks!

Post count: 38

I want to add those informations just near the author. is it possible?

Post count: 6535

HI

To achieve the desired result you will need some customizations in theme’s core files. For author mail add this line of code in td_module_single_base.php file: http://screencast.com/t/EOVNMN3ks1http://screencast.com/t/6wWZCm9eILd

$buffy .= get_the_author_meta('user_email', $this->post->post_author);

For photographer name you will need a new meta added on posts: https://codex.wordpress.org/Function_Reference/add_post_meta After the meta is added use get_the_author_meta() in td_module_single_base.php to display it, you can use the above code as example.
Note that this task involve some codeing skills and customizations in order to be achieved. We can’t offer speed customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

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