| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 months |
| seen | yesterday | |
| stats | profile views | 4 |
|
Apr 28 |
comment |
Changing taxonomy term by slug (wp_update_term) Since you're altering the results of another plugin, you'll probably want to use the appropriate action and priority to make sure your code is called after the other plugin's code. |
|
Apr 28 |
answered | Changing taxonomy term by slug (wp_update_term) |
|
Apr 3 |
comment |
Custom column working problem You could always use the built-in HTTP API: http://codex.wordpress.org/HTTP_API |
|
Apr 2 |
revised |
Multiple custom fields with the same name Adding example code to question. |
|
Apr 2 |
awarded | Custodian |
|
Apr 2 |
reviewed | No Action Needed Is it possible to activate page template without manually selecting it in wp-admin? |
|
Apr 2 |
awarded | Analytical |
|
Apr 2 |
suggested | suggested edit on Multiple custom fields with the same name |
|
Apr 2 |
comment |
Multiple custom fields with the same name The third parameter needs to be false if you want an array of all values returned. I've added an actual answer below. |
|
Apr 2 |
revised |
Multiple custom fields with the same name Formatting. |
|
Apr 1 |
comment |
Multiple custom fields with the same name You can have multiple custom field values using the same key. Using get_post_meta( get_the_ID(), 'your-key' ) should return an array containing every value using that key. Can you post the actual get_post_meta() code you're using? |
|
Apr 1 |
answered | Multiple custom fields with the same name |
|
Mar 29 |
awarded | Editor |
|
Mar 29 |
revised |
Child Pages Loop Another typo in code. |
|
Mar 29 |
answered | Child Pages Loop |
|
Jan 30 |
awarded | Supporter |
|
Jan 26 |
awarded | Teacher |
|
Jan 26 |
answered | How can i listing current category and Featured Category post list? |