atrijitdasgupta / wordpress-java

Automatically exported from code.google.com/p/wordpress-java
Other
0 stars 0 forks source link

Added support for Custom Field #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dear wordpress-java admin, 

I added support for custom fields. Please see attached patch.

Original issue reported on code.google.com by aloksald...@gmail.com on 1 Feb 2010 at 6:42

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch, I'll see to it until the weekend. BTW, can you give me an
example of it? I haven't used a custom field before.

Original comment by can.bican@gmail.com on 3 Feb 2010 at 7:28

GoogleCodeExporter commented 9 years ago
Sure, stealth-publish uses a custom field to identify hidden posts. You can 
easily
add them through the GUI when you post on wordpress 2.9.1 (I haven't used other 
versions)

http://coffee2code.com/wp-plugins/stealth-publish/

Original comment by aloksald...@gmail.com on 3 Feb 2010 at 12:40

GoogleCodeExporter commented 9 years ago
It turns out that your patch only counts for the library, not the command line. 
I
need to change things a bit in Page.java. After that, I'll incorporate the 
patch.

Original comment by can.bican@gmail.com on 9 Feb 2010 at 8:19

GoogleCodeExporter commented 9 years ago
I also added command line support for custom fields. A wiki page is also on the 
way. Thanks for making me 
think about it :)

Original comment by can.bican@gmail.com on 21 Apr 2010 at 7:30