pash 502 Posted December 27, 2014 Report Share Posted December 27, 2014 Advanced WordPress Management posts / pages / comments / category. Websites built with wordpress Command & Function wordpress new post : create new post on you word press sitewordpress edit post : edit post by post idwordpress get post : create new post on you word press sitewordpress delete post : delete post by post idwordpress new page : create new page on you word press sitewordpress edit page : edit page by page idwordpress get page : get post on you word press site by page idwordpress delete page : delete page by page idwordpress new category : by namewordpress get category : by namewordpress delete category : by namewordpress new comment : by namewordpress edit comment : edit comment by comment idwordpress get comment : get comment by idwordpress get comments : get comments all in post idwordpress delete comment : by namewordpress upload file : upload you file to word press sitewordpress get authors : by namewordpress get user blog : by namewordpress get posts: get all postwordpress get pages: get all pagewordpress xml new file : create new xml filewordpress xml new post : add post to xml filewordpress xml new comment : add comment to xml file$wordpress xmlrpc status : check xmlrpc open/user and password correct or notwordpress connect : connect wordpress sitewordpress settings discussion: by namewordpress settings permalink: by namewordpress settings media: by namewordpress settings reading: by namewordpress settings writing: by namewordpress settings general: by namewordpress theme control: theme activated/delete/updatewordpress plugin control: plugin activated/deactivate/delete/updatewordpress export: export wordpress xmlwordpress import: import wordpress xml$wordpress update names: get wordpress theme or plugin update namewordpress update: update wordpress corewordpress user delete:delete userwordpress user add: add new userwordpress settings get: get setting discussion/permalink/media/reading/writing/generalwordpress user get: get user in wordpress site$wordpress update check: check wordpress core update is available or notwordpress theme upload:upload theme (zip file) to wordpresswordpress plugin upload: upload plugin (zip file) to wordpresswordpress setup: setup new wordpress site setup site database and site infowordpress themes get: get theme name and activated statuswordpress plugins get: get plugin name and activated statuswordpress attachment uploadwordpress attachment editwordpress attachment getwordpress user update: update exist user info5.0.0.0 (BETA)Add new commandwordpress rest deletewordpress rest edit commentwordpress rest edit pagewordpress rest edit postwordpress rest edit settingwordpress rest edit userwordpress rest get authorswordpress rest get categorywordpress rest get commentwordpress rest get commentswordpress rest get pagewordpress rest get pageswordpress rest get postwordpress rest get postswordpress rest get settingwordpress rest get user$wordpress rest new category$wordpress rest new comment$wordpress rest new page$wordpress rest new post$wordpress rest new tags$wordpress rest new user$wordpress rest upload file Please download new "Advanced WordPress Config.txt" file too Require ".NET Framework 4.5.2" LIMITED TIME DISCOUNT! http://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif *** I will send you a link to your email within 8 hours. If you do not receive, please let me know at support email poweredscript[at]gmail.com *** Link to post Share on other sites
Chris M 55 Posted December 29, 2014 Report Share Posted December 29, 2014 Pash does this plugin allow you to use an html editor to format your posts? Link to post Share on other sites
pash 502 Posted December 29, 2014 Author Report Share Posted December 29, 2014 Pash does this plugin allow you to use an html editor to format your posts?If you mean the posts using HTML CODE.You can post Link to post Share on other sites
pash 502 Posted December 29, 2014 Author Report Share Posted December 29, 2014 1 Day Remaining Discounts Link to post Share on other sites
pash 502 Posted December 31, 2014 Author Report Share Posted December 31, 2014 V2.0.1.0Add C/Fwordpress get posts: get all postwordpress get pages: get all page Goodnight everyone . Link to post Share on other sites
a2mateit 395 Posted January 1, 2015 Report Share Posted January 1, 2015 Not sure how I missed this. Gonna pick this one up for sure. Link to post Share on other sites
pash 502 Posted January 2, 2015 Author Report Share Posted January 2, 2015 Not sure how I missed this. Gonna pick this one up for sure. Link to post Share on other sites
SaHiN 14 Posted January 13, 2015 Report Share Posted January 13, 2015 idea ; -add new user / editor ...-delete user / editor ... Link to post Share on other sites
pash 502 Posted January 14, 2015 Author Report Share Posted January 14, 2015 idea ; -add new user / editor ...-delete user / editor ... Thanks for the advice.I will examine the possibilities. Link to post Share on other sites
fastlinks 16 Posted January 23, 2015 Report Share Posted January 23, 2015 Hi pash, can you add:- get installed plugins- activate / deactivate plugins- get theme- change themegoing to buy this soon Link to post Share on other sites
pash 502 Posted January 24, 2015 Author Report Share Posted January 24, 2015 V2.0.1.1Fixwordpress new page : fix report not return dataAdd Optionwordpress new category : add "Report Id Only" report return id onlywordpress new comment : add "Report Id Only" report return id onlywordpress new page : add "Report Id Only" report return id onlywordpress new post : add "Report Id Only" report return id only Link to post Share on other sites
pbsolution 4 Posted January 26, 2015 Report Share Posted January 26, 2015 Hello,i want to Load my URL´s with Posts from my Blog, this was not the Problem. Then i want to get my URL´s which are in the 3rd Column what happened!But i want exclude the Title of the Column! How to do that?Here`s my Code: plugin command("Advanced WordPress.dll", "wordpress get posts", "http://www.myURL.com", "User", "Pass", &Blog1, "True") set(#URLs,$plugin function("TableCommands.dll", "$list from table", &Blog1, "Column", 3),"Global") ThanksPete Link to post Share on other sites
pash 502 Posted January 26, 2015 Author Report Share Posted January 26, 2015 Hello,i want to Load my URL´s with Posts from my Blog, this was not the Problem. Then i want to get my URL´s which are in the 3rd Column what happened!But i want exclude the Title of the Column! How to do that?Here`s my Code: plugin command("Advanced WordPress.dll", "wordpress get posts", "http://www.myURL.com", "User", "Pass", &Blog1, "True") set(#URLs,$plugin function("TableCommands.dll", "$list from table", &Blog1, "Column", 3),"Global") ThanksPete Method 1 plugin command("Advanced WordPress.dll", "wordpress get posts", "http://localhost/wp1", "asdfz", "asdfz1", &Blog1, "True") clear list(%Urls) add list to list(%Urls,$plugin function("TableCommands.dll", "$list from table", &Blog1, "Column", 3),"Delete","Global") remove from list(%Urls,0) set(#URLs,%Urls,"Global") Method 2 plugin command("Advanced WordPress.dll", "wordpress get posts", "http://localhost/wp1", "asdfz", "asdfz1", &Blog1, "True") plugin command("Advanced Data Text File.dll", "remove table option", &Blog1, "Remove Row Begin", 1) set(#URLs,$plugin function("TableCommands.dll", "$list from table", &Blog1, "Column", 3),"Global") Link to post Share on other sites
steven.cross 0 Posted January 27, 2015 Report Share Posted January 27, 2015 Hi Pash I'm trying to post to my wp blogs but I see a bug on the Post Publish Date. I tried with $date function in the field or lots of other formats like mm/dd/yyyy dd/mm/yyyy...and so on. All my posts are in this date:http://content.screencast.com/users/serbyy/folders/Jing/media/1df97090-9dca-4539-aaaf-1d6f9233ba1b/2015-01-27_2251.pngCan look over it and tell me the correct format - I just want to post the current date. Thx Link to post Share on other sites
pash 502 Posted January 27, 2015 Author Report Share Posted January 27, 2015 Hi Pash I'm trying to post to my wp blogs but I see a bug on the Post Publish Date. I tried with $date function in the field or lots of other formats like mm/dd/yyyy dd/mm/yyyy...and so on. All my posts are in this date:http://content.screencast.com/users/serbyy/folders/Jing/media/1df97090-9dca-4539-aaaf-1d6f9233ba1b/2015-01-27_2251.pngCan look over it and tell me the correct format - I just want to post the current date. ThxI found a mistake in the libraries.I will try to fix it. May have to take time for the job. Link to post Share on other sites
pash 502 Posted January 27, 2015 Author Report Share Posted January 27, 2015 V2.0.1.2Fixwordpress new post : fix Post Date is not valid. Link to post Share on other sites
steven.cross 0 Posted January 27, 2015 Report Share Posted January 27, 2015 Just tested again with the new version and still the same bug. The date is still 2001/01/01 Published Link to post Share on other sites
pash 502 Posted January 27, 2015 Author Report Share Posted January 27, 2015 Just tested again with the new version and still the same bug. The date is still 2001/01/01 PublishedYou have to restart every time Ubot for any updates. Link to post Share on other sites
steven.cross 0 Posted January 27, 2015 Report Share Posted January 27, 2015 Awesome thank you very much for the fast fix Pash! Link to post Share on other sites
pash 502 Posted January 27, 2015 Author Report Share Posted January 27, 2015 Awesome thank you very much for the fast fix Pash! I am happy to have solved the problem for you.For problems or other questions.I would like to answer you tomorrow morning.Now is the time the country my bedroom.Goodnight. Link to post Share on other sites
pash 502 Posted February 4, 2015 Author Report Share Posted February 4, 2015 Because there are people trying to attack me by cheating. Then complaints that PayPal payment without permission.I need to stop using the distribution system automatically. To prevent this problem.Contact me via this forum only available for purchase. I will send the plug and the bill by email. Link to post Share on other sites
SaHiN 14 Posted February 22, 2015 Report Share Posted February 22, 2015 Hi pash, new idea - check update wp/plugin/themes- new user create Link to post Share on other sites
pash 502 Posted March 2, 2015 Author Report Share Posted March 2, 2015 V2.0.2.2 (Beta) (Warning. This amendment makes a difference to the previous version. File a previous version of the plugin will not work correctly.)wordpress new post : add "Custom Fields" Link to post Share on other sites
dankass 52 Posted March 4, 2015 Report Share Posted March 4, 2015 Couple of questions... 1. Can this now fill out custom fields... say for example on a woocommerce site for a product that uses a custom post type? 2. Is it using XMLRPC to post, where we need to enable XMLRPC on our site, or it uses some other method? (http post?) Link to post Share on other sites
dankass 52 Posted March 4, 2015 Report Share Posted March 4, 2015 I went ahead and bought this... can you please add the same "custom field" options to the "$wordpress new page" like you did for new post? Link to post Share on other sites
Recommended Posts