New version for you (2.0.3)
-
Hello
This is not a support request. I’m using your plugin, but i did not want to recreate posts, i already have my custom post type.
So, i just added a filter on “content_block” post type string.
So now, you can do this :add_filter( 'cpt_for_cpw', 'baw_cpt_cpw' ); function baw_cpt_cpw() { return 'my_custom_post_type'; }To get all my own posts in your widget.
So the filter is ‘cpt_for_cpw’, it stands for “custom-post-type_for_custom-post-widget” 😉Link to .zip (check viruses before open) :
https://dl.dropboxusercontent.com/u/45956904/custom-post-widget.2.0.3.zipSee you !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘New version for you (2.0.3)’ is closed to new replies.