Forums

implementing magic fields on static pages (2 posts)

  1. clwdk1
    Member
    Posted 10 months ago #

    Hey,

    I am trying to implement magic fields on a site I am currently developing and am having a few issues. The page with the magic fields is a static page and the fields are jut not showing up.

    I have added the following code to both the single.php and the page.php files but nothing seems to make the fields appear on the page.

    <?php get('steel_roof'); ?>

    (steel_roof being the field name)

    Admittedly I am lost when it comes to php so maybe I am inserting it into the wrong place/line.

    If anyone has any ideas that would be great.

    Thanks!

  2. greencode
    Member
    Posted 10 months ago #

    Try <?php echo get('steel_roof'); ?>

Reply

You must log in to post.

About this Topic