Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter 65monroe@

    (@65monroe)

    Ah understandable.

    I actually just went through and replaced all the get_permalink with get_post_meta($post->ID, ‘share’, true)
    and get_post_title with get_post_meta($post->ID, ‘share_title’, true)

    So it is getting the info from the custom fields.

    As it is only being used on a few pages have not noticed any speed differences.

Viewing 1 replies (of 1 total)