X_Y
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Polylang conflict with Custom Post Type PermalinksMy version of Polylang is 1.4dev17
Custom post type Permalinks 0.9.5
Wordpress 3.8.1I’ve done two tests, one making a purely clean installation(unzipped from wordpress download, empty database), one making an exact copy of the working site, neither worked. So it can only be a server related issue. I’m wondering if anybody had the similar issue before?
Forum: Plugins
In reply to: [Polylang] PolyLang Error In WordPress 3.81Having the same issue here, disabling all the plugins, and switching back to default theme does not help. Will try Johm92008’s approach
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Exclude Gallery?Can you exclude things with css only?
Forum: Plugins
In reply to: [Polylang] polylang for custom post types stops working in 1.4dev17OK, I hope people will get this point. Thanks a lot!
Forum: Plugins
In reply to: [Polylang] polylang for custom post types stops working in 1.4dev17Ahh I see! That really helps a lot. However the first thing I get from google search is the approach above. And why not have custom post types activated by default?
Forum: Plugins
In reply to: [Polylang] polylang for custom post types stops working in 1.4dev17It would be better if custom post types are detected by default, so you don’t have to go through this step 🙂
Forum: Plugins
In reply to: [Polylang] polylang for custom post types stops working in 1.4dev17I used it as described in the link above, in functions.php
add_filter('pll_get_post_types', 'my_pll_get_post_types'); function my_pll_get_post_types($types) { return array_merge($types, array('my-cpt' => 'my-cpt')); }Where my-cpt is my custom post type.
Forum: Plugins
In reply to: [Polylang] Sub-categories with the same name conflictsYeah it’s fixed, thanks!
Would you mind telling me which lines are fixed? I’m learning wordpress right now 🙂