• I want to show [pp-tabs field=meta_key] in php file to show this field in another page ,is this possible?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author PlusPlugins

    (@plusplugins)

    Hi Lisith5,

    Thanks for reaching out to us here.

    Yes, you can use the short-code [pp-tabs field=meta_key] to display the profile field values inside code. Please check the code below as an example:

    <?php 
    echo do_shortcode( '[pp-tabs field=first_name]' );
    ?>

    Please let us know if you need any further assistance.

    Thanks !!

    Thread Starter lisith5

    (@lisith5)

    I tried but it is not showing

    Plugin Author PlusPlugins

    (@plusplugins)

    Can you please tell us where exactly you are adding this code snippet and what is the meta_key for the profile field ? Are you using any hook to display the value ?

    Thanks

    Thread Starter lisith5

    (@lisith5)

    Meta field is zip, i am not using hook to display value
    I am using at single-company.php in wp job manager company profile

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I want to show [pp-tabs field=meta_key] in php file to show this field in anoth’ is closed to new replies.