| bio | website | iamzachreed.com |
|---|---|---|
| location | Indianapolis, IN | |
| age | ||
| visits | member for | 1 year, 4 months |
| seen | May 12 at 22:20 | |
| stats | profile views | 21 |
|
Mar 9 |
accepted | How do I update a specific object in an array, in user meta? |
|
Mar 9 |
comment |
How do I update a specific object in an array, in user meta? Thanks Christopher for the advance. That works perfect! And based on what I'm doing they do all make sense together so I think this is the best route to go. Thanks again! :D |
|
Mar 8 |
awarded | Supporter |
|
Mar 8 |
asked | How do I update a specific object in an array, in user meta? |
|
Mar 7 |
comment |
Hook to See if Comment got a Reply? Do have any code Jorge Israel Peña, where you did this. I want to do this same thing but need a bit of help with starting snippet or something. Thanks! |
|
Feb 28 |
comment |
WordPress Caching - Transients API or “update_user_meta ” Cronjob? Cool! I will check that out! Thanks for the link, I must have missed that! |
|
Feb 28 |
comment |
WordPress Caching - Transients API or “update_user_meta ” Cronjob? Yeah, various queries on the author to check like the amount of posts, comments, etc that they have. |
|
Feb 28 |
asked | WordPress Caching - Transients API or “update_user_meta ” Cronjob? |
|
Feb 10 |
comment |
Plugin that would allow WordPress Authors to “follow” other Authors and query “Activity Info” from that That is what I was thinking. Thanks for the step by step on the concept, Toscho. Exactly what I was looking for. Thanks! |
|
Feb 10 |
comment |
Plugin that would allow WordPress Authors to “follow” other Authors and query “Activity Info” from that I also have not seen too many good examples of BuddyPress being used on non forum style sites so I'm not sure how it would be done with the current setup we have. |
|
Feb 10 |
comment |
Plugin that would allow WordPress Authors to “follow” other Authors and query “Activity Info” from that Because the site is too far developed to switch everything to BuddyPress. Plus, we are thinking this would be more of enhancement then "essential" so we would rather try to build it on what we already have done. I'm also not too familiar with how BuddyPress works so there is a bit of a time constraint in that aspect, as well. |
|
Feb 10 |
asked | Plugin that would allow WordPress Authors to “follow” other Authors and query “Activity Info” from that |
|
Feb 6 |
comment |
Include Drafts or Future posts with count_user_posts? Done and done! Thanks! :) |
|
Feb 6 |
awarded | Scholar |
|
Feb 6 |
accepted | Include Drafts or Future posts with count_user_posts? |
|
Feb 6 |
comment |
Include Drafts or Future posts with count_user_posts? Yeah. This is what I ended up doing that worked, based on what you said... $num = $postcount_query->post_count; echo $num; |
|
Feb 6 |
awarded | Student |
|
Feb 6 |
asked | Include Drafts or Future posts with count_user_posts? |