• Resolved daninthemix

    (@daninthemix)


    Can anyone help me with this:

    I have some standard code in a theme:

    <div class="entry-date">
    				<span class="month"><?php the_time( 'M' ); ?></span>
    				<span class="day"><?php the_time( 'j' ); ?></span>
    			</div><!-- .entry-date -->

    That pulls the date of the post. I want to replace that with a custom text field I have created called ‘Released’.

    How do I do that?

    Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘How to pull custom field?’ is closed to new replies.