Editor vs Author

Posted in: Newsmag
Post count: 38

Hi

You have an area that shows Author automatically with no option to disselect for specific posts.

And you don’t have an area where it just puts a name/nickname of an editor, as many news will just have an editor that posts news from a specific partner source, indicates the source but also has his name/nickname there for quick ref purposes. Please advice how to address this.

Please also advice how can we pull out stats per editor how many news in specified period (day, week, month or custom) he/she has posted?

Post count: 6535

Hi

Unfortunately the theme does not have an option to remove the author from specific posts. However this can be achieved by editing the code and adding a proper condition. You can target posts by their’s ids or category. For example you can include all posts where you want to hide the author name in hide-author category then add this condition in td_module_single_base.php:
– to remove author name: http://screencast.com/t/JP8bJXfFH
– to remove author box: http://screencast.com/t/Il8bBcCrV7

The theme displays post author following the default implementation from wordpress and there is no option to add a co-author or an editor to a post. A post can have a single author by default. To change that you’ll need a plugin with a specific functionality or a piece or a piece of code which will change the default implementation.
I can’t provide a solution for this at the moment as it is a very complex task which require lot of time and many customiations in order to be achieved. If you really need this and 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.

The theme does not have any features which refers to statistics. However you can use a plugin with a similar functionality to achieve that. Here I found some informations which may help you in this regard: https://allbloggingtips.com/10-best-statistics-plugin-for-wordpress/https://jetpack.com/support/wordpress-com-stats/

Hope this helps.
Thanks!

Post count: 280

if you want add custom Author name, i can help you with thatm becouse i did it in my site.

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