Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing images upload option on custom post type #182

Open
bluevisi opened this issue Jun 24, 2018 · 3 comments
Open

Not showing images upload option on custom post type #182

bluevisi opened this issue Jun 24, 2018 · 3 comments

Comments

@bluevisi
Copy link

I have created a cstom post type but problem is that on custom post page the attachments options is not showing up is there any option to do so can you please help me out

@javaa
Copy link

javaa commented Jul 2, 2018

@bluevisi you have to add your custom post type to post type array in functions.php
'post_type' => array( 'post', 'page' , 'your_custom_post_type')

@bluevisi
Copy link
Author

bluevisi commented Jul 2, 2018

At end of all functions or in my custom post type function didn't quite understood

@javaa
Copy link

javaa commented Jul 2, 2018

refer to the documentation https://github.com/jchristopher/attachments/blob/master/docs/usage.md#create-custom-instances copy and paste the whole code to your functions.php file and add your custom post type to the post_type array. Hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants