Quantcast
Viewing all articles
Browse latest Browse all 11471

maxxdesign on "Polylang and CPT"

I use the Ego theme and Polylang recognize the Portfolios cpt, but the Homepage Slides and Homepage Sections were not visible in the plugin admin. So I added this code

add_filter('pll_get_post_types', 'my_pll_get_post_types');
function my_pll_get_post_types($types) {
return array_merge($types, array( 'Homepage Slides' => 'Homepage Slides', 'Homepage Sections' => 'Homepage Sections'));
}
Now I see two new checkboxes in the admin but without label and the cpt have no more the language box in the edit section.
Any suggestion?


Viewing all articles
Browse latest Browse all 11471

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>