Simple Page Sidebars for custom posts
-
Hello.
I have just downloaded and installed your plugin. First of all WOW I like it (Great work).
But…..
I am having a small issue.You mention that your plugin can even be configured to work with Custom Post Types by adding a couple lines of code:
function myprefix_init() {
add_post_type_support( ‘{{post_type}}’, ‘simple-page-sidebars’ );
}
add_action( ‘init’, ‘myprefix_init’ );I kind of figured that this code goes into the functions.php file of my theme… I did that and still can’t see the selector for simple page sidebars.
Please give me a hint on where I am going wrong.
Thanks in advance for your help.
Just in case this may help.
I am using toolset plugins Types and Views to create custom posts.
- The topic ‘Simple Page Sidebars for custom posts’ is closed to new replies.