• Hey there –

    the website for this plugin appears to be down completely – therefore I can’t get my hands on any of the code snippets or instructions for using the fields I created. Does anyone happen to have instructions for this plugin saved someplace? Hoping the website will go back up soon and that it’s not down forever.

    Thanks.

Viewing 1 replies (of 1 total)
  • Yeah I think the author mentioned that he is moving web servers, so the site may be down for a little while. Here is my understanding of some of the basic functionality (from memory):

    Return a field:
    get_field('field_name')

    Echo a field:
    the_field('field_name')

    Those are the very basics – is there something specific you need to do? It’s also worth noting that uploaded images are just stored as a URL, so you’d call them like:

    <img src="<?php the_field('field_name'); ?>" alt="" />

    Hopefully that helps! It’s really a great plugin, and once the site is back up you shouldn’t have any problems learning how to use it.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin Site is offline’ is closed to new replies.