Support

Account

Home Forums General Issues Value not loading on Posts page Reply To: Value not loading on Posts page

  • You need to use get_field. the_field echos the content of the field

    
    <?php if(get_field('publication', get_option('page_for_posts')))
    		{
    		 echo ' / '.get_field('publication', get_option('page_for_posts'));
             }
    	?>