| bio | website | velvetblues.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | Apr 12 '12 at 8:16 | |
| stats | profile views | 10 |
Web Developer, Blogger, and WordPress enthusiast @ Velvet Blues
|
Dec 29 |
awarded | Yearling |
|
Jun 8 |
awarded | Caucus |
|
Jan 25 |
awarded | Quorum |
|
Jan 8 |
answered | Remove Wordpress.org Meta link |
|
Jan 8 |
answered | Custom Post Type with has_archive ignores my custom archive and single template |
|
Jan 8 |
answered | Register a custom post type as public = false, but have content appear in search engines? |
|
Jan 6 |
awarded | Commentator |
|
Jan 6 |
comment |
post custom values Based on the above, your code should work. Perhaps you should consider get_post_meta() as Geert suggested, since you are only interested in one value anyway, and there is only one value returned. |
|
Jan 6 |
comment |
post custom values<?php var_dump($site); ?> This won't solve your problem, but will give all info necessary to solve the problem. ie. Once I see the info outputted by var_dump, I know exactly how to work with an array. |
|
Jan 6 |
answered | post custom values |
|
Jan 6 |
answered | Custom field being erased after autosave |
|
Jan 6 |
comment |
Looking up WordPress account information from Host or php files This WordPress Codex article on resetting your password my also be useful. It lists numerous ways to do so. codex.wordpress.org/Resetting_Your_Password |
|
Jan 5 |
answered | I am looking for a specialist WordPress host |
|
Jan 5 |
answered | Looking up WordPress account information from Host or php files |
|
Jan 4 |
answered | How do you remove the ability for a user to make a comment or post on a page? |
|
Jan 4 |
revised |
child_of not working in wp_dropdown_categories deleted 104 characters in body |
|
Jan 4 |
comment |
child_of not working in wp_dropdown_categories Why is wp_dropdown_categories outside of php tags? I've updated my code. |
|
Jan 4 |
revised |
child_of not working in wp_dropdown_categories deleted 21 characters in body |
|
Jan 4 |
comment |
child_of not working in wp_dropdown_categories What did you do var_dump on? On $book_term_id? If not, do an echo on $book_term_id and see what it returns. (I assume there are child categories.) |
|
Jan 4 |
revised |
child_of not working in wp_dropdown_categories added 102 characters in body |