I’m not sure what you mean by that, can you give a more detailed explanation of the question?
I got a section called ‘Albums’. Probably from the theme i’m using right now. But I cant use Attatchments I that sector, albums. The setup/instruction file (pretty old theme by the way) showed that in settings/attatchments it would look like picture 2 but instead it looks like picture 3. Is it possible to customize this? Attachments only appear in Posts and Pages.
I made some print screens, I think it’s easier to understand.
http://postimage.org/image/5bqknrwtx
http://postimage.org/image/5ykvzk4c5
http://postimage.org/image/yphppma5x
Thanks in advance.
Hi Charles, I’m going to suggest you give the documentation a thorough read, but if you’d prefer not to do that you can revert to the old version of Attachments by adding this to your wp-config.php:
define( 'ATTACHMENTS_LEGACY', true );
I’ve tried that but it didn’t work : /
Okay Charles at this point I’d suggest reaching out to a friend that might be able to offer one-on-one help with this. The documentation clearly outlines the steps you should take to set up a custom instance that supports Custom Post Types but I can’t explain it here any better than is done in the docs. If you view the sample snippet there pay particular attention to the line that specifies post_type in the arguments.