alexjamesbrown / JoeBlogs

Wordpress / Metaweblog API Wrapper
53 stars 40 forks source link

How can get post Permalink? #8

Open tareq07 opened 12 years ago

tareq07 commented 12 years ago

How can i get post Permalink? Is there any way?

Thanks Tareq

alexjamesbrown commented 12 years ago

Doesn't look like this is supported: http://codex.wordpress.org/XML-RPC_wp

Has permalink for a Page, but not a post

alexjamesbrown commented 12 years ago

Sorry- ignore last, it's in the metaweblog api- http://mindsharestrategy.com/2010/wp-xmlrpc-metaweblog/

Will implement this at some point.

tareq07 commented 12 years ago

How can solve this issue?

tareq07 commented 12 years ago

i have used ‘link’ – Post permalink ‘permaLink’ – Post permalink

in Mapper, XmlRpcPost and Post class but i got null value. Please help me to solve this issue.

alexjamesbrown commented 12 years ago

for me to help you, you'll really need to learn how to use git, fork this repository, and commit your code.