Not pulling values
-
Ok, I’m having some trouble calling the value of my fields to the front end. Here’s my code:
<?php $title = get_post_meta( get_the_ID(), 'rw_title', true ); ?> <li> <div class="clearfix"> <div class="folio-desc"> <h3><?php the_title(); ?> | <?php echo $title; ?> </h3>
I tried reading through the tutorials with no luck. Can anyone tell me what I did wrong?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Not pulling values’ is closed to new replies.