Need help with function

This topic contains 8 reply and 2 voices, and was last updated by towhid 9 years ago
Viewing 8 Posts - 1 through 8 (of 8 total)
Author Posts
March 24, 2015 at 10:47 am 39848
towhid I want to change the way the repeat field and the text box post things. Ive included a picture of what it looks like and what i want it too look like. Basically it displays the fields with the text right beside the title of the field but i want it to drop down a level and indent once to make it more like a list. I dont want all the fields to look like a list. What i want to happen Thank you in advance
March 24, 2015 at 10:48 am 39849
Cameron Cameron

http://imgur.com/Y5ZD1Ja <-- thats the picture.. It didnt seem to work in the post

March 24, 2015 at 12:23 pm 39855
towhid towhid

Hello Cameron,

get_post_meta( $post_id, $key, $single ); function can help you to make filed listing. Use foreach() rules to make repeated field when you get an array value from the get_post_meta function. To customize above work you can do your yourself or you can hire a developer.

Thank you 🙂

March 24, 2015 at 12:25 pm 39857
Cameron Cameron

could you help me a little more. Like where to find that line of code. Or what to put in its place?

March 24, 2015 at 12:32 pm 39860
towhid towhid

Please open wpuf-functions.php file and find function wpuf_show_meta_front( $content ) function. This function is use for “Shows the custom field data and attachments to the post”.

Thank you 🙂

March 24, 2015 at 12:34 pm 39863
Cameron Cameron

how do i change it so that it does the separate line?

March 24, 2015 at 12:44 pm 39865
towhid towhid

Hello Cameron,

I have just sent you a hint. But can not do any customization. Because we do not provide any customization services. Please read our support policy through this link – https://wedevs.com/support-policy/ You need programming Knowledge to work on this. You can try yourself or you can hire a developer.

Thank you 🙂

March 24, 2015 at 12:57 pm 39872
Cameron Cameron

You arent actually doing any of the customizing you are helping me do it

March 24, 2015 at 1:00 pm 39875
towhid towhid

Hello Cameron,

I will request you to please play around with the code. Hope you will be success.

Thank you 🙂

Viewing 8 Posts - 1 through 8 (of 8 total)