Tagged Questions
0
votes
0answers
24 views
Display posts on a separate page from certain authors?
I've been working on this for days. I've tried the WP codex, Google searching, etc, and I know I'm not doing something right but my patience has run out :( .
I have 3 authors. I am trying to display ...
1
vote
0answers
36 views
Change base URL of pages created by certain users
Currently on wordpress all pages are created under the base URL (example.com/{PAGE}). Currently I am aware you can change the permalink of posts to example.com/{author}/{POST} but can this also be ...
0
votes
1answer
39 views
Create pages for authors
I have a pretty good question here. I would like to create a hidden page on my wordpress blog for each user as they are registered. I already have most of the code of what needs to be put on the page ...
-1
votes
1answer
68 views
One author not showing in Author drop down list while editing page
USER01 is not showing in Author drop down list while editing a Page if he's in the my custom ROLE "mycustomrole".
If I change his role as an AUTHOR, and add the very same custom and non custom ...
1
vote
0answers
15 views
Enable comments for author.php [duplicate]
Possible Duplicate:
Commenting in user profile page?
Question
I have an author.php page and I need to enable comments so when other users come to that authors page they could leave a short ...
1
vote
1answer
107 views
Show different badge based upon the user role
Problem
I have authors page and I need to display a different badge for Authors and Subscribers. Authors on the site have certain abilities that differ from Subscribers and I would like to display a ...
1
vote
1answer
428 views
How do I create a separate page for each author?
I am working on a website where I have authors listed on a custom-made author's page using code adapted from this site: http://bavotasan.com/2011/an-even-better-author-list-in-wordpress/.
When you ...
0
votes
1answer
38 views
Authors posts on a author created page
Any suggestions/ideas on how to get posts made by certain author to be displayed on a page that same author has created without using author.php?
To clear this up a bit, I have a site where author ...
0
votes
1answer
726 views
Prevent 404 of Author pages without posts
How do I prevent author archives without posts from 404ing?
0
votes
1answer
149 views
trying to add a author value in wp page links?
function wp_link_pages_titled($args = '',$name,$author) {
$defaults = array(
'before' => '<p>' . __('Pages:'),
'after' => '</p>',
'link_before' => '', ...
3
votes
1answer
1k views
Diplay a registered user profile page
I have a website where users can register, login and their edit profile, they can comment but not post.
What I am looking for is a way to display a user profile page (where I display the gravatar and ...