Grazie molte
Gabrio
/*********************/
Hello Fabio,
very interesting plugin. Is there a way to view the list of posts for a single author only? It would be useful to me, using the shortcode, to show their posts on the page of each individual author.
Thank you very much
]]>How can I change the default user settings so that the author’s first and last name are displayed, without changing this manually?
Please check the screenshot to know what I mean: https://goo.gl/V6ssE4
What I found so far: https://codex.www.ads-software.com/Function_Reference/the_author_meta
I understand that I have to edit some php in wp-includes/author-template.php
I don’t know where I should place this line of code :/
Thanks in advance!
– Edwin
]]>How can I ensure that the author’s name and the amount of comments is shown with every post?
I see that I can only show posts from a certain author. However, every post has a different author.
Edwin
https://www.ads-software.com/plugins/ajax-load-more/
]]>In each post, example:
The post title begins with:
HELLO WORLD!
July 23, 2014 // by The JunkYardsNearMe Team // 0 comments
How do I remove the author name (“by The JunkYardsNearMe Team”) from the subtitle? What code would I use to change this function so that the posts will automatically publish to:
HELLO WORLD!
July 23, 2014 // 0 comments
The site is: Junkyards Near Me
Thanks for your help!
]]>I want the company name to show up on the website as the author. But now the name of the manager shows up on the blog as the author. While I write all the posts in my name with the company name as the display name.
There are no users with the name that is being displayed on the site.
Also, when I check the name I want to display as the author name in the edit post part, I still get the personal name of my manager, and not the company name.
So please help me out, I can’t for the life of me figure out why wordpress is showing this author name. Even our wordpress.com subscription is named the company name, and not the managers name!
]]>add_filter( 'parse_query', 'my_pagetemplate_filter' );
function my_pagetemplate_filter( $query ) {
if(!current_user_can('edit_others_posts')){
global $current_user;
set_query_var( 'author',$current_user->id );
}
}
It displays only their authors write, but figures remain the same number of posts. Screenshot
]]>https://www.ads-software.com/plugins/subscribe-to-comments/
]]>We are looking to try this plugin out on our site but we can’t see the option to change the post author in FAQ screen options. This means that either the FAQ posts must be published with an author biog associated to them, or we have to change users to publish FAQs.
Any plans to add this?
Thanks!
https://www.ads-software.com/plugins/arconix-faq/
]]>