Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m having the same problem. I’m new to PHP and WP. And neither site is helpful for a complete newbie like me.

    It says to call function c2c_get_custom within loop. That’s cool…only I have no idea how to do that.

    Should it be:
    <?php c2c_get_custom (sqft, $before=”, $after=’Sq.Ft. | ‘, $none=”, $between=”, $before_last=”) ?>

    Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    The plugin’s site has some examples that should aid you in your usage (or if not, please indicate how they are unclear!). For instance, to do what you seem to want done above, you would use:
    <?php echo c2c_get_custom('sqft', '', 'Sq. Ft. |'); ?>

    Notice you have to quote the first argument, and you don’t specify argument by doing something like $before=.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Fields?’ is closed to new replies.