Hi
Thanks for good plugin.
I try to wp_insert_post when creating category by this plugin.
But I can’t get new category id.
If you know plz tell me. T.T
1) I try get category again. And insert that code into post category id (array($new_cat_ID2)). But it doesn’t work.
$new_cat_ID2 = get_cat_ID($category);
2) And I try below code after wp_insert_post. But it doesn’t
$newpost_id=wp_insert_post($my_post);
wp_set_post_terms( $newpost_id, array($new_cat_ID2), ‘category’ );
There is no Response after submitting category and category is not added to category list
]]>I had a page with text then the shortcode, and the controls always displayed above the text, even thought it was the opposite way in the page definition.
Accordring to :
https://codex.www.ads-software.com/Shortcode_API#Output
I changed the echo to be return and it displayed correctly.
Might help for the next version ??
]]>Hi,
thanks for the plugin.
There is a way to show the global category on a page with a shortcode or something else?
Another question: Is it possible that during the creation of a site there is a dropdown button to chose from existing categories?
Thanks.
Pat
Hi
Thanks for a nice plugin, works just fine.
Unfortunately, I am having trouble with centering it and placing a couple of lines above, as well. I have tried to put the short code inside div and table, both failed. Any Ideas?
Thanks again
Migo5
https://www.ads-software.com/extend/plugins/front-end-categories/
]]>