该用户没有最喜欢的主题。
最喜欢的论坛主题
创建的论坛主题
状态 |
主题
|
支持者 | 声音 | 文章 | 新鲜度 |
---|---|---|---|---|---|
Custom post type slug redirects
发起人: matejK-16
中: English Support
Problem: Solution: - Add the following code to your child theme functions.php add_filter('parse_request', 'parse_test_fix'); function parse_test_fix($values){ if (isset($values->query_vars["error"]) && $values->query_vars["error"] == "404"){ $types = get_post_types(); foreach ($types as $key => $value) { $resolve = get_page_by_path( basename( untrailingslashit( $values->request ) ), OBJECT, $value ); if ($resolve){ unset ($values->query_vars["error"]); $values->query_vars["p"] = $resolve->ID; break; } } } return $values; } Relevant Documentation: |
2 | 15 |
1 years, 8 months前
matejK-16 |
||
WPML chat support ticket by matejK-16 – 1683286081
发起人: matejK-16 中: English Support |
1 | 1 |
1 years, 9 months前
|
||
ACF field labels
发起人: matejK-16
中: English Support
Problem: Solution: However, we have found a solution that excludes the Field Groups strings from translation, please try the workaround described in our errata page: https://wpml.org/errata/advanced-custom-fields-multilingual-the-group-fields-title-and-labels-are-translatable-by-default/ (after making sure to have a backup). Relevant Documentation: |
2 | 10 |
1 years, 10 months前
matejK-16 |
||
WPML chat support ticket by matejK-16 – 1678194848
发起人: matejK-16 中: Chat Support |
1 | 2 |
1 years, 10 months前
|
||
WPML switching status of translations
发起人: matejK-16 中: English Support |
2 | 2 | 2 years前 | ||
When saving 100% translation loading icon shows and nothing happens
发起人: matejK-16 中: English Support |
2 | 8 | 2 years, 3 months前 | ||
Display
发起人: matejK-16 中: English Support |
2 | 2 |
2 years, 6 months前
matejK-16 |