Support

Account

Home Forums General Issues Two Part thread: Dealing with Query count and global options Reply To: Two Part thread: Dealing with Query count and global options

  • Hi @markbloomfield,

    The reason I am not using get_field('fieldname'); is due to the amount of custom fields I am using. I do not want to use a DB every time I need to display the field. Using get_post_meta($post->ID); allows to me to only call the data once.