| bio | website | |
|---|---|---|
| location | Denver, CO | |
| age | ||
| visits | member for | 2 years, 1 month |
| seen | Mar 13 at 19:33 | |
| stats | profile views | 27 |
|
Jan 9 |
comment |
Woocommerce - Add a product to cart programmatically via JS or PHP @GHarping Thank you for asking this question, even though you got a bunch of crap for it. :) |
|
Nov 2 |
comment |
How to edit a user profile on the front end? @Nicola, I had the same problem. it's because the email and website URL are not user meta; they are stored in the wp_users table (vs. the wp_usermeta table). To update the email and URL, you need to use wp_update_user(), rather than update_usermeta(). |
|
Oct 18 |
comment |
Wordpress get current user data from external php page FWIW I'm not sure why the original poster had issues... I was able to include wp-load.php and get the user info just fine. See Sagive SEO's answer below. |
|
Oct 16 |
comment |
How to add a custom URL placeholder to author archives? I also have this question, though in my case, the /%list% won't always be a custom post type. Did you ever figure this out? |
|
May 17 |
comment |
Permalinks Question: Adding a prefix ONLY in front of the posts I think I had the same question a while ago: wordpress.stackexchange.com/questions/13411/… |
|
May 17 |
revised |
What option do I check to enable a user role to be able to see all plugins? added a screenshot for clarity |
|
May 17 |
answered | What option do I check to enable a user role to be able to see all plugins? |
|
May 17 |
comment |
Add Class to Specific Paragraph of the_content() @PolvanRijn I could be having a daft moment, but yes, the answer I left above lets you target the first paragraph of the_content(). |
|
May 17 |
comment |
Add Class to Specific Paragraph of the_content() @m0r7if3r I realized that, but it led me to wonder why one would have classes on the paragraphs to begin with, vs. targeting them with a more general CSS declaration. I can see having classes on a paragraph via jQuery, but I think the OP implied that jQuery was not being used here. I was just curious. |
|
May 11 |
comment |
Add Class to Specific Paragraph of the_content() @m0r7if3r, can you help me understand when that would be an issue? |
|
May 9 |
revised |
Add Class to Specific Paragraph of the_content() improved formatting and grammar |
|
May 9 |
comment |
How to login with email only no username? Are you trying to do away with usernames entirely? Why won't the Email Login plugin work for you? |
|
May 9 |
answered | Add Class to Specific Paragraph of the_content() |
|
May 8 |
revised |
Archive by Year Added a working code example. |
|
May 8 |
answered | Archive by Year |
|
Aug 23 |
comment |
Pagination not working with custom loop This solution worked for me. I had another loop before this one, so I had to add a wp_reset_query() before the code in the example. |
|
Apr 5 |
answered | What are the pros and cons of using a custom front-end to retrieve content from a Wordpress back-end |
|
Apr 5 |
comment |
What are the pros and cons of using a custom front-end to retrieve content from a Wordpress back-end One consideration: is your custom implementation for your own personal project, or for a client? If the latter, I think you do them a great disservice by building a custom front-end that only you understand. One of the benefits of WP is its portability: there is a large community of developers and freelancers that can maintain code if the initial developer goes AWOL. |
|
Apr 4 |
comment |
page template for attachement page? Good answer ;) +1 |
|
Apr 4 |
awarded | Commentator |