| bio | website | hungrycoder.xenexbd.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | Mar 30 at 11:24 | |
| stats | profile views | 21 |
|
Aug 19 |
comment |
No first_name or user_firstname property in WP_User object First make sure the user has something in those fields that means user has firstname and lastname fields filled. I've also seen those two properties are not listed when you var_dump the user object but they are clearly shown when you use the property var_dump($new_user->first_name); |
|
Aug 16 |
answered | No first_name or user_firstname property in WP_User object |
|
Aug 11 |
comment |
Add class to Categories Widget how you are generating the category drop down list? using wp_dropdown_categories or something else? or it is the default category widget? |
|
Jul 19 |
comment |
the_category() doesn't working in wp_query loop hello, i've edited and improved code formatting for better readabilities. |
|
Jul 19 |
suggested | suggested edit on the_category() doesn't working in wp_query loop |
|
Jul 19 |
answered | How to display subcategories after click on parent |
|
Jul 12 |
answered | clean wp_options table unused rows |
|
Jul 7 |
revised |
Remove custom posts that match taxonomy value removed duplicate word |
|
Jul 7 |
suggested | suggested edit on Remove custom posts that match taxonomy value |
|
Jul 4 |
revised |
Getting a “404 Not Found” error when “Preview Changes” is clicked some minor texts update and formatting |
|
Jul 4 |
suggested | suggested edit on Getting a “404 Not Found” error when “Preview Changes” is clicked |
|
Jul 1 |
awarded | Critic |
|
Jul 1 |
comment |
use wp_get_theme() to get theme author name I just upgraded to 3.4.1 to check this issue but i got just author's name and no hyperlink $theme = wp_get_theme();
var_dump($theme->Author);
this is what i got:
> string 'the WordPress team' (length=18) |
|
Jun 28 |
answered | How to format the first line of a post differently? |
|
Jun 28 |
answered | shortcode outputs first before the page content |
|
Jun 25 |
comment |
retrieve the oldest post id glad to know that you sorted it out |
|
Jun 25 |
answered | retrieve the oldest post id |
|
Jun 25 |
answered | Fields in register page is pre-filled out with name and email |
|
Jun 25 |
revised |
Save post meta foreach loop deleted 78 characters in body |
|
Jun 25 |
answered | Save post meta foreach loop |