Tagged Questions
0
votes
1answer
503 views
pagination in author.php template returns 404 error
Hi to the community!!!
I need some help with pagination in author.php template.
I have pagination working in all my loops except in authors.php that i get a 404 error.
In my settings/reading i have ...
3
votes
1answer
734 views
Help to condense/optimize some working code
WordPress by default shows ALL posts to users who are Authors. I wanted Authors to only be able to see their own posts so I came up with the following code which works well.
Any suggestions to ...
0
votes
1answer
162 views
Get author total post votes from post meta
In author.php, i have the list with the posts written by the author.
I'm trying to get the total number of votes, from the author posts.
All posts have a post_meta with a numbered value. i need to ...
0
votes
1answer
168 views
Query posts in a category and include only one post per author?
I'm attempting to list posts from a category (a random selection). However, I only want to display one post per author. Thoughts? Appreciate the help.
0
votes
1answer
2k views
How to display posts by current user/author in a custom page template?
I am a trying to create a dashboard like custom page template that list post of of the current logged in user. I've tried to find a solution on the net. but none were appropriate
0
votes
1answer
938 views
Showing only posts from the current user who is logged in?
I'm using the following code to get ONLY posts with the post_type question and the current user who is logged in.
But if no use is logged in all the posts are displayed anyways.
Any suggestions?
...
1
vote
2answers
205 views
Showing Post Counts of One's (Author) Own in the admin post list
How can I show user's post counts of one's (Author) own in the admin post list (edit.php) instead of all post count of the system? like published (10), Draft (5) ... of his own or logedin user.
...
3
votes
1answer
399 views
the_author() returns empty string
I have created a page template for the front page of a site I am building using WordPress. I am displaying the 3 latest posts on this page and all works fine except for the display of the author of ...