Hey Guys,
I'm trying to create
I tried to create a small script where users can add posts,
but I found a problem in categories
I used this script to select category::
<input value="categorie_id" type="radio" name="categories"<?php if( isset($post_args['categories']) && categorie_id == $post_args['categories'] ) { ?> checked="checked" <?php } ?>/> categorie_name
but, users can select only one category
I'm asking for a script when users select one (radio_button), post should be posted in three or four.
thanks! :)