Multiple Author with link and image
I have a blog with multiple authors. Each author has an image inside the "/ wp-content/themes/mytheme/img/authornamecomeshere.png" directory, and each image has the author's name. I would like to put a...
View ArticleGoogle Authorship on a multi-author blog?
I hav been having some difficulties getting authorship set up for a multi-author blog. Everything appears to be set up correctly, but I am wondering if having multiple rel="author" tags on the home...
View ArticleFind custom post type url by author
In my blog (multi authors) I have posts and a custom post type named (listing_type).In the site an author can have only 1 listing and many blog posts, and I need to find the listing url published by...
View ArticleMultiple versions of RSS feed? One with full content, one with the excerpt
I'm not sure how to word my question and I have been searching all day, to no avail.I am looking for a method to create two versions of my RSS feeds, one with the full content and one with only the...
View ArticleAuthor info does not show up when author has no posts
When author has no posts, it does not display author name or bio (below code).I tried http://codex.wordpress.org/Author_Templates#Custom_Author_Information but it give me Notice: Trying to get property...
View Articleupdate_user_meta add value on the top on existing value
I'm working on a plugin that will allow people to favorite authors on WP site. When you click on Favorite this author button, it will send author ID to below function and save that value in DB.Below is...
View ArticleHow to track all users logged into a site?
I'm working on a project that may have two or three content creators. I would like to be able to notify any of them if the other(s) are logged in. This is to prevent one user from editing a post that...
View ArticleHow to add an inline word after post author commenter name?
I want to add an inline word(s) after comments of post author's name. Suppose, my name is Tiger and i am the post author, so Post author will be printed after my name every time when i add a comment on...
View ArticleBest approach to allow front-end display of posts’ reviewers?
My first question here; please forgive any protocol lapses.I manage an academic journal that publishes on Wordpress. We use Co-Authors Plus to allow collaborative articles. Each article also has two or...
View ArticleMulti user site and image captions
On multi user sites when authors select images from the media library they can choose images that other authors have uploaded.The problem is that they can edit the caption and it changes it for both...
View ArticleMultiple Authors on Single Post
Does anyone know how to assign multiple Users as authors of single individual posts (even single custom post types)? I want more than just displaying as tags the list of authors. I am looking at the...
View Articlehow to show Author group not Author name
i own blog which me and some of my friends write posts on it and i allow guests to write there own postsput under evey post we shows Author name i want to add me and all my friends to a group and every...
View ArticleCo Authoring with different positions
Is it possible to assign many authors to a post and specify the contribution type of each one with some labels like: writer, translator, author, reviewer etc.I tried the plugin Co-Authors Plus, but it...
View ArticleMultiple authors and readers restricted by role [closed]
Is there a feature or plugin that will allow me to have multiple authors on a site. An author must be able to specify which user group they want to be able to read the post. Ideally users will be able...
View ArticlePublish article only if approved by 2 or more authorised author
I want to start a blog with multiple author. But, an article will be published only if it has been approved by 2 or more authorised author(or admins).Which means an author can never publish an article...
View ArticleAdding Author Box Meta Links with Co-Authors
I have a site that has multiple authors for a single post, requiring multiple author box bios after the article. I previously used get_the_author_meta() to pull the user's social media hyperlinks as...
View ArticleAdding An Author Tag To Posts Automatically
I have been researching how to automatically tag a post by author, so if "Peter Parker" authors a post, that post would automatically show up with a tag "Peter Parker." This is because I will have a...
View ArticleHow can I control multiple editing of wordpress posts?
I am managing multiple authors blog, I have issues of editors taking over the stories that someone else is currently editing. The default wordpress warning will display but some of them ignore it and...
View ArticleIs there a way to display multiple authors on a post?
I know I can add users and I already have the Co-Authors plug-in and it's letting met add two authors but only one is displayed on the page.for reference, this is what displays at the top of my post,...
View ArticleUsers with custom roles not showing in post author select box
I am using a function to create new user roles and delete some defaults. However, they are not showing up in the post author box! Only the admin shows up because they are selected as an admin. Any user...
View ArticleWordpress doesn't show all posts of a specific author
I'm running a multi-author wordpress. Recently I've changed username of one of my authors (using Easy Username Updater plugin, and verifying it in the database).Now, in the frontend the author page...
View ArticleHow to query posts from specific authors and categories using WP_query?
I currently have a WP_query where I am getting posts from a specific set of authors. To this, I want to add specific categories as well. $args = array( 'author__in' => $authors, 'posts_per_page'...
View ArticleHow to get post from all Blog Multisite to the Main Site?
How do I display all posts from multisite to the main site? Please help me. thanks.
View ArticleGet top authors for the last 30 days with posts count and avatar
I want to get top authors for the last 30 days ordered by post-count with their avatar image just like the image:How can I achieve this?
View Articleco-authors plugin - inline listing
I'm trying to set up co-authors plugin in order to show articles authorsfunction inl_users() {if ( function_exists( 'get_coauthors' ) ) { $coauthors = get_coauthors(); //array_shift($coauthors);...
View ArticleGuest author - URL, base and custom taxonomy - working but unstable
I've had help here in the forum to create a custom guest-author taxonomy, custom guest-author url base and to redirect the main author's url (logged WP user) to the guest-author's url.It is all working...
View Articleimplement authentication and authorization to user
i want to get authentication to my website like to be the page with name and password as a file reference to log in as visitor with detected authorization to each person want to visit the websitehow i...
View ArticleCan multiple authors be assigned on a single custom post?
I have custom post types that I would like to make editable by several users. I created one custom post type using the Toolset plugin. wp_update_post only allows us to set single author:$user_id =...
View ArticleInclude posts with a specific custom taxonomy term in author page
I created a "co_writer" custom taxonomy with author names as terms. I only use this taxonomy to output their names as co-authors on multi-author posts. As such, posts in which an author's name appears...
View ArticleRecent Posts Listed by Author, Can I exclude authors?
I'm working on a multi-author blog, and I'm trying to produce an authors list with recent posts like this page (site is drupal):http://www.internationalrivers.org/blogsI'm working on a draft...
View Article