• I have made use of the plugin “more-fields.2.1” and added new textboxes and one textarea.

    Now the problem is that the options or the data that is entered in these new textboxes is not getting displayed in the post. data are showing in admin side but not showing on front side..

    for example this site used more field plugin for Features of and Specification of Click Here

    http://wordpress.org/plugins/more-fields/

Viewing 3 replies - 1 through 3 (of 3 total)
  • What do you mean by not showing on frontside? Does the data get displayed on other pages? (ex. View post)

    22nds

    (@maja-kraljic)

    Use more_fields() function and custom field key. Here is an example of my field where I have defined the price in euros:

    <?php
    more_fields(‘euros’);
    ?>

    akshayroongta

    (@akshayroongta)

    @marja where do I put that snippet of code??

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to display more field boxes ?’ is closed to new replies.