Results 1 to 9 of 9
Hybrid View
-
19th Dec 2011, 01:57 PM #1MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comreplace the set_custom_fields funtion from wp-includes/class-wp-xmlrpc-server.php with:
PHP Code:function set_custom_fields($post_id, $fields) {
$post_id = (int) $post_id;
foreach ( (array) $fields as $meta ) {
if ( isset($meta['id']) ) {
$meta['id'] = (int) $meta['id'];
if ( isset($meta['key']) ) {
update_meta($meta['id'], $meta['key'], $meta['value']);
}
else {
delete_meta($meta['id']);
}
}
else {
$_POST['metakeyinput'] = $meta['key'];
$_POST['metavalue'] = $meta['value'];
add_meta($post_id);
}
}
}
t3od0r Reviewed by t3od0r on . PHP XML-RPC Posting (Need Help) Hi, I'm using XML-RPC to make post at wordpress, the problem is I can't find the right field to insert data for "All-In-One SEO Pack". I tried using fields '_aioseop_title', '_aioseop_description', '_aioseop_keywords' and 'aiosp_title', 'aiosp_description', 'aiosp_keywords' but still didn't working. Anyone in here know the right field for "All-In-One SEO Pack"? <3 Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Bug in Posting
By mastercho in forum WordpressReplies: 1Last Post: 23rd Dec 2011, 09:36 PM -
Posting Thanks
By EnCiPh3r in forum Feedback and SuggestionsReplies: 1Last Post: 12th Sep 2011, 11:51 AM -
posting for SHIT?????Make money even by posting now.........
By berrycorp in forum Webmasters, Money MakingReplies: 24Last Post: 7th Mar 2011, 12:15 AM -
Help posting
By barcodenation in forum Community CooperativeReplies: 1Last Post: 20th Mar 2010, 06:10 AM
themaLeecher - leech and manage...
Version 5.06 released. Open older version (or...