Creating wordpress category
Hi
I'm trying to edit the wordpress engine to create a category for wordpress.
I was able to fill the text box, but after filling it you have to click on add button.
What i've dont so far:
newcategory=%category%
but now i have to click the add button. How can i do that? there is no form.
This is the button source code:
<input id="category-add-submit" data-wp-lists="add:categorychecklist:category-add" class="button category-add-submit" value="Add New Category" type="button">
Thanks.
I'm trying to edit the wordpress engine to create a category for wordpress.
I was able to fill the text box, but after filling it you have to click on add button.
What i've dont so far:
newcategory=%category%
but now i have to click the add button. How can i do that? there is no form.
This is the button source code:
<input id="category-add-submit" data-wp-lists="add:categorychecklist:category-add" class="button category-add-submit" value="Add New Category" type="button">
Thanks.
Comments
thats another form that you should see as well and do a submission before the article submission
I was trying to get the article file name and set it as a title, but i couldn't find the macro to do that. Do you know it? its not in the macro guide.
I know this can be done through the article options when importing the article but i need to add it to my engine.
I tried %file_name-C:\output\article.txt% but that didnt work.