| bio | website | gplus.to/maxyudin |
|---|---|---|
| location | Riga, Latvia | |
| age | ||
| visits | member for | 1 year, 4 months |
| seen | May 8 at 11:48 | |
| stats | profile views | 69 |
|
Dec 14 |
answered | Showing posts from 2 categories only on category.php |
|
Dec 14 |
answered | WordPress 3.5 how to determine if user is on category listing or category edit screen? |
|
Dec 14 |
comment |
Filter by custom Field for Custom post type Admin Listing I think it's because [cat] => 18 does not have any article with issue == 171. |
|
Dec 13 |
answered | Filter by custom Field for Custom post type Admin Listing |
|
Nov 29 |
answered | How to set up conditionals in page templates? |
|
Nov 28 |
comment |
How to store foreign language characters in wordpress? Try to force your form to send data in UTF-8: <form accept-charset="UTF-8">. I think it's user's browser issue. Have you tried to replicate the problem in different browsers? |
|
Nov 28 |
comment |
Show content after the first and second paragraph @Michael, one more solution version added based on your code to use in template. |
|
Nov 28 |
revised |
Show content after the first and second paragraph Better solution added |
|
Nov 28 |
comment |
Show content after the first and second paragraph @Michael, does it have to be the same content after one paragraph and the same after other(s)? And do you use it in functions.php or template? |
|
Nov 28 |
comment |
Show content after the first and second paragraph @Michael, do you want to use it on per post basis? |
|
Nov 28 |
answered | Show content after the first and second paragraph |
|
Sep 26 |
comment |
Dynamically assign same page template to child page as parent If the code is working, please mark it as the accepted by clicking on the check box outline to the left of the answer. |
|
Sep 26 |
answered | Stop WordPress from showing images on non post pages |
|
Sep 26 |
answered | Dynamically assign same page template to child page as parent |
|
Sep 26 |
comment |
wp_logout logging everyone out instead of just the user that clicked the logout link! After update: It's impossible to force somebody to logout because logout happens in current user browser only (by deleting browser cookies). Session information is not stored somewhere else, e.g. database. |
|
Sep 26 |
comment |
wp_logout logging everyone out instead of just the user that clicked the logout link! Have you cleaned browser cache? Or refresh that page using Ctrl+F5 after code change. Also, wp_logout destroys only current user session as it just cleans up cookies in user browser. |
|
Sep 26 |
comment |
wp_logout logging everyone out instead of just the user that clicked the logout link! Have you tried my updated code? And also have a look into logout link url in both versions. It should contain .../wp-login.php?action=logout&redirect_to=... |
|
Sep 26 |
awarded | Citizen Patrol |
|
Sep 26 |
comment |
wp_logout logging everyone out instead of just the user that clicked the logout link! @Rob, I've changed the code above. Sorry, I've missed the point in the beginning. |
|
Sep 26 |
revised |
wp_logout logging everyone out instead of just the user that clicked the logout link! Wrong answer |