| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | May 16 at 16:25 | |
| stats | profile views | 8 |
|
Mar 12 |
awarded | Tumbleweed |
|
Mar 6 |
revised |
Display value of custom field not working Found possible solution |
|
Mar 5 |
accepted | How to display different widgets on specific pages, hide from other pages |
|
Mar 5 |
comment |
How to display different widgets on specific pages, hide from other pages ahhh, sorry @ChipBennett - that code really had my head spinning. Thank you again for your help, I finally marked your answer :) |
|
Nov 26 |
answered | How to display different widgets on specific pages, hide from other pages |
|
Nov 20 |
comment |
How to display different widgets on specific pages, hide from other pages Thank you so much, it is starting to come together in my brain!!! |
|
Nov 20 |
comment |
How to display different widgets on specific pages, hide from other pages Oh, sorry I misunderstood you. |
|
Nov 20 |
comment |
How to display different widgets on specific pages, hide from other pages @Chip Bennett - thanks for the info. I'm a little confused why the codex page for dynamic_sidebar() does not mention that it's deprecated. |
|
Nov 20 |
comment |
How to display different widgets on specific pages, hide from other pages @developdaly thank you - that makes great sense to me. But when I try it, I get an error on the elseif line. I tried messing around with it but just messed it up more. Like I said my sytax skills are lacking so it's hard for me to figure these things out. |
|
Nov 20 |
asked | How to display different widgets on specific pages, hide from other pages |
|
Nov 13 |
awarded | Commentator |
|
Nov 13 |
accepted | Display value of custom field not working |
|
Nov 13 |
comment |
Display value of custom field not working thanks, you are awesome. unfortunately with my deadline today i am going to pass on trying that out, but i'm going to mark it as an answer because it sounds like it might help someone else. i decided to switch to the Advanced Custom Fields plugin and now i'm back in business. thanks! |
|
Nov 12 |
awarded | Scholar |
|
Nov 12 |
comment |
Display value of custom field not working Thank you! I'm going to mark this as the answer, even though it didn't fix it for me. I'm ruling my problem as a fluke. Gonna experiment with some other options for custom fields. (btw, diggin' your bootstrap theme!) |
|
Nov 12 |
comment |
Display value of custom field not working @Mridul Aggarwal thank you! |
|
Nov 12 |
comment |
Display custom post type and custom fields within a Bootstrap Carousel I have created a new Question to track everything more clearly for this specific problem. Thank you again for all your help. wordpress.stackexchange.com/questions/72361/… |
|
Nov 12 |
asked | Display value of custom field not working |
|
Nov 12 |
comment |
Display custom post type and custom fields within a Bootstrap Carousel Shoot, that isn't outputting anything either. this does nothing either: <?php get_post_meta( $post->ID, 'authorinfo', true ); ?> |
|
Nov 9 |
comment |
Display custom post type and custom fields within a Bootstrap Carousel thank you - but I think I am going crazy. nothing is working to make the custom field to show up. i attribute it to my bad syntax habits.... and generally not understanding, well, anything. i tried using get_the_ID() instead but without success. I tried writing it a million different ways, here is one example <?php echo get_the_ID($my_post_object->ID, 'authorinfo', true); ?> which doesn't do anything, and also <?php echo get_the_ID($value, 'authorinfo', true); ?> the latter will display the ID# but not the actual value. Also tried using $key instead of $value - same result. |

