| bio | website | cssinspired |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | Mar 13 at 15:30 | |
| stats | profile views | 34 |
I am a developer and i want learn each and every thing about it
|
Dec 13 |
answered | Post Bulk Update |
|
Dec 13 |
answered | Assign a tag to custom post type using a query |
|
Dec 7 |
answered | Remove parent slug for child pages |
|
Dec 7 |
answered | How do I allow users to sort posts? |
|
Dec 4 |
answered | How to show list of posts by author and category? |
|
Dec 4 |
accepted | Form to post new post with custom taxonomies |
|
Dec 4 |
comment |
Form to post new post with custom taxonomies yes excellent thanks for your cooperation |
|
Dec 4 |
comment |
Form to post new post with custom taxonomies i have the problem you were forgeting two commas value="'. $industryterm->term_id .'" |
|
Dec 4 |
comment |
Form to post new post with custom taxonomies i making it in localhost |
|
Dec 4 |
comment |
Form to post new post with custom taxonomies same problem exist |
|
Dec 4 |
awarded | Custodian |
|
Dec 4 |
reviewed | Approve suggested edit on Form to post new post with custom taxonomies |
|
Dec 4 |
comment |
Form to post new post with custom taxonomies same problem here |
|
Dec 4 |
revised |
Form to post new post with custom taxonomies added 1035 characters in body |
|
Dec 4 |
comment |
Form to post new post with custom taxonomies now i am getting .$industryterm->id. in the taxonomy |
|
Dec 4 |
comment |
Form to post new post with custom taxonomies i am just getting word array in the taxonomy |
|
Dec 4 |
comment |
Form to post new post with custom taxonomies and what will be the label |
|
Dec 4 |
comment |
Form to post new post with custom taxonomies this is the form <div class="catBox"> <a href="#" class="show">Select Industry</a> <div class="slidingDiv"> <?php $industryterms = get_terms('industries'); foreach ( $industryterms as $industryterm ) { echo '<div class="clearfix"><input type="checkbox" />'."<label>".$industryterm->name."</label>".'</div>'; }?> |
|
Dec 4 |
comment |
Form to post new post with custom taxonomies yes i am using wp_inser_post(); |
|
Dec 4 |
asked | Form to post new post with custom taxonomies |