| bio | website | deficitas.lt |
|---|---|---|
| location | Vilnius, Lithuania | |
| age | ||
| visits | member for | 4 months |
| seen | May 13 at 18:26 | |
| stats | profile views | 2 |
|
Mar 24 |
awarded | Scholar |
|
Mar 24 |
comment |
wp_update_user doesn't update and update_user_meta does You are gold Johannes! Thank you for clarifying all the details. |
|
Mar 24 |
accepted | wp_update_user doesn't update and update_user_meta does |
|
Mar 24 |
comment |
wp_update_user doesn't update and update_user_meta does Thanks for your comment. That makes sense, but I'm also curious how "twitter" and "facebook" fields are saved? Also Codex says wp_update_user() - This function updates a single user in the database. This update can contain multiple pieces of user metadata as an array. To update a single piece of user metadata, use update_user_meta() instead. |
|
Mar 24 |
asked | wp_update_user doesn't update and update_user_meta does |
|
Feb 23 |
answered | Woocommerce custom emails without header and footer |
|
Feb 23 |
asked | Woocommerce custom emails without header and footer |
|
Feb 3 |
answered | Twenty-Eleven Theme and Automatic Picture Resizing |
|
Feb 2 |
comment |
HTML in WooCommerce settings Thanks @Stephen. That's how I did it (added required text into the template). My concern with this solution is that shop manager will not be able to change that text easily and that's why I'm trying to make it editable through admin interface. |
|
Feb 2 |
revised |
HTML in WooCommerce settings added 39 characters in body |
|
Feb 2 |
comment |
HTML in WooCommerce settings Yes, it's the same for all products. |
|
Feb 2 |
asked | HTML in WooCommerce settings |
|
Jan 23 |
revised |
author.php shows profiles of all users not authors only added 717 characters in body |
|
Jan 23 |
awarded | Supporter |
|
Jan 23 |
awarded | Teacher |
|
Jan 23 |
answered | Quest and filter posts by author ID on author page |
|
Jan 23 |
awarded | Editor |
|
Jan 23 |
revised |
Can i show items based on the day with php? added 8 characters in body |
|
Jan 23 |
answered | Can i show items based on the day with php? |
|
Jan 23 |
comment |
author.php shows profiles of all users not authors only Thanks for your answer and solution. It works alright, but page title still says "welcome to non-author profile"... so basically WP think that it shows user profile, just the template is 404. I appreciate that it's possible to change page title as well, but I'm wondering whether it's possible to amend the initial query (SELECT * FROM wp_users WHERE user_nicename = '$author_name') I believe that would be the proper solution for my issue... |