themaManager
http://manager.themasoftware.com/forum/

Wordpress custom field.
http://manager.themasoftware.com/forum/viewtopic.php?f=4&t=6558
Page 1 of 1

Author:  Crackpot [ October 3rd, 2017, 1:47 pm ]
Post subject:  Wordpress custom field.

this is the view source:

Code:
<td class="left"><label class="screen-reader-text" for="meta-357767-key">Key</label><input name="meta[357767][key]" id="meta-357767-key" size="20" value="view" type="text">


and this is the custom field screenshot:
https://s1.postimg.org/5rguk71pv3/6_TWf ... YLX812.jpg

and this is the settings i used:
https://s1.postimg.org/1my0m9mmq7/6_TWf ... _JSb_T.jpg

but text info not fetching, am i doing anything wrong?

Author:  Freddy [ October 3rd, 2017, 5:05 pm ]
Post subject:  Re: wordpress custom field

I will URL with login details to take a look.

You have HTML from wrong place here and the "name" is differentially not "view". It must be textarea name from HTML source.

Author:  Freddy [ October 5th, 2017, 9:55 am ]
Post subject:  Re: Wordpress custom field.

Here is the correct HTML:
Code:
<textarea name='meta[357767][value]' id='meta-357767-value' rows='2' cols='30'>4955</textarea>


The textarea name is
Code:
meta[357767][value]


That's what you need to add in the program.

Then remove and add user again to re-fetch the posts correctly.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/