Maveee
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Polylang] Translating custom post types and taxonomies namesmsolowski, thank you for your reply!
I have added the code that you suggested:
function polylang_translate() { pll_register_string('Name', 'Athletes', 'posttypes'); pll_register_string('Name', 'Athlete', 'posttypes'); } add_action('init', 'polylang_translate');And in my posttypes I have:
'name'=>__('Athletes', 'posttypes'), 'singular_name'=>__('Athlete', 'posttypes'),Good news: the code you provided works, it’s now showing up in “string translations”
-> So I translated the names thereBad news: the custom post type names aren’t actually being updated when they are shown on my website. Any suggestions?
- This reply was modified 9 years, 9 months ago by Maveee.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Filters not working on custom loop? (wpquery)Or is it impossible to make the filters work on a WP_Query loop?
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Automatically submit filters?Marked it as resolved!
Will do a review too.Forum: Plugins
In reply to: [Beautiful taxonomy filters] Automatically submit filters?Thank you for your extended answer!
Viewing 4 replies - 1 through 4 (of 4 total)