| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 7 months |
| seen | Feb 4 at 23:15 | |
| stats | profile views | 13 |
|
May 6 |
awarded | Revival |
|
Dec 17 |
awarded | Revival |
|
Jun 17 |
revised |
Display password protected posts to logged in users improved formatting, add real use case |
|
Jun 16 |
revised |
Display password protected posts to logged in users Added 2 tags: publish and members |
|
Apr 14 |
answered | Style custom columns in admin panels (especially to adjust column cell widths) |
|
Apr 14 |
comment |
Style custom columns in admin panels (especially to adjust column cell widths) I have a column named "clicks" and this code placed in my childtheme styles.css file have no effect in the admin posts list! .column-clicks { width:60px; } |
|
Mar 20 |
revised |
Unified login page for a Multisite/BuddyPress site improved title request |
|
Mar 18 |
comment |
Display password protected posts to logged in users I think "password protected posts" has nothing to do with BuddyPress. Just give me an example of how to implement this script on the default twentyeleven single.php template... pastebin.com/zUJbyHqe |
|
Mar 18 |
awarded | Commentator |
|
Mar 18 |
comment |
Display password protected posts to logged in users This is my single.php: pastebin.com/nSDAjdfZ. My theme templates has no "post_password_required"... can you please give me a more explicit example, thanks |
|
Mar 18 |
revised |
Unified login page for a Multisite/BuddyPress site improved request |
|
Mar 17 |
revised |
Unified login page for a Multisite/BuddyPress site correcting examples |
|
Mar 17 |
comment |
Unified login page for a Multisite/BuddyPress site I don't want all my subdomains to redirect to the mainsite, I just want all the login pages to redirect to my mainsite login page... [ *.mysite.com/login.php => mysite.com/login.php ] If you know WP has a mysite/wp-admin for every blog/site in a network/multisite installation... and I don't want to customize every login page for every blog, just the one in the mainsite :) ... your code doesn't work for me, I need to customize it when I'll understand .htaccess scripting. |
|
Mar 17 |
revised |
Unified login page for a Multisite/BuddyPress site all sites login pages redirect to mainsite login page |
|
Mar 17 |
awarded | Scholar |
|
Mar 8 |
asked | Display password protected posts to logged in users |
|
Mar 8 |
comment |
Unified login page for a Multisite/BuddyPress site Thank you I will test it, and get back to you, thanks :) |
|
Mar 8 |
awarded | Editor |
|
Mar 8 |
comment |
Print a message if excerpt is empty after posts have been publish/update! Where should I put this code?... this looks like a frontend function for themes, I need it in the backend, in wp-admin/new page panel :) |
|
Mar 8 |
comment |
Unified login page for a Multisite/BuddyPress site Is this gonna redirect all my subdomains? I ask because this line looks strange: "RewriteCond %{HTTP_HOST} ^subdomain.mysite.com/login.php [OR]"! Maybe I din't make myself clear, I want all, like *.mysite.com redirect to... |