The registered tag has no wiki summary.
9
votes
3answers
4k views
User registration then auto login
I am using a plugin modified for my purposes. What I am after is after the user has registered for it to automatically log them in and return the to the current page. At the moment it sends them an ...
3
votes
2answers
709 views
Is it possible to change the attributes of a registered style or script before it fires?
I'd like to modify the properties of a registered style(or script - same applies) before it's been loaded.
Right now i'm trying to modify a registered style just before it gets enqueued, so i can ...
2
votes
1answer
116 views
Allow guests comments on single post
I would allow guests comments who are not registered yet to comment only one single post. Other posts have to be commentable just for registered users.
0
votes
2answers
770 views
How do I show a different homepage to logged in and non-logged in users?
Basically, I want to show non-logged in users a page that says 'register or log in.' But I want to show logged in users a standard homepage will all my posts.
0
votes
1answer
34 views
Highlight comments made by registered users of the site
How can I highlight comments that have been made by registered users of my blog?
0
votes
1answer
147 views
Display additional user fields
A theme is in development that echo's fields from the users account on their themed account page. This is the standard format.
<?php echo $current_user->user_lastname;?>
Thats all well ...
-1
votes
1answer
69 views
How to create a cumulative posts and members count
I need to show my users cumulative posts and members registered count by date.
It has to be displayed in an array format like this
for posts
array(array(2011,08,02), 500)
array(array(2011,08,03), ...