Will there be support for custom post types? I am running a cellphone news site where we have various articles such as news, reviews, product listings and I am converting each section to fall under a custom post type for easier management (for me and my writers)...so will AIO support these?
http://wordpress.org/extend/plugins/all-in-one-seo-pack/
I am also interested in this. I am looking to find out how I can add the All in One SEO box to my custom post types at the bottom (same way they are added to regular posts)
dannisbet
Member
Posted 1 year ago #
I suppose this isn't exactly the best way to do it (as it'll break if you upgrade) but here's a quick hack.
In /all-in-one-seo-pack/all-in-one-seo-pack.php find line 734. It should have something like this:
add_meta_box('aiosp',__('All in One SEO Pack', 'all_in_one_seo_pack'),'aiosp_meta','page');
Copy and paste that to a new line below, changing 'page' to the name of your custom post type.
As far as I know, SEO Ultimate is the only WordPress SEO plugin out there that supports custom post types.
http://wordpress.org/extend/plugins/seo-ultimate/
@dannisbet: You could also try copying/pasting that line into your theme's functions.php file. Perhaps that would let it remain even AIO is upgraded.
All in One SEO Pack supports custom post types.
I have been living in a cave for the last few months - would someone mind telling me what custom post types are and what AIOSEOP is? Googleing either yields unhelpful results.
I do not understand this new feature in the latest SEO Pack.
oriolesprospects
Member
Posted 1 year ago #
How does one enable this plugin for a custom post type?
@oriolesprospects - Dashboard > Settings > All in One SEO > Look through the settings, you'll see it there, as a checkbox :)
jaumesala
Member
Posted 1 year ago #
Thank for bring to All In ONE SEO PACK support for Custom Post Types!!!