ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
| الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
|---|---|---|---|---|---|
|
How to translate custom link menu text
بدأه: bhavani-shankarS-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، 1 شهر
|
|
|
Remove automatically added parameters to pagination URLs (custom permalinks)
بدأه: bhavani-shankarS-2 في: English Support |
|
3 | 12 | قبل 1 سنة، 1 شهر | |
|
trashed urls it should be setup redirects
بدأه: bhavani-shankarS-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، شهرين
|
|
|
how to removed __trashed on internal pages dynamically
بدأه: bhavani-shankarS-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، شهرين
|
|
|
how to removed __trashed on internal pages dynamically
بدأه: bhavani-shankarS-2 في: English Support |
2 | 2 | قبل 1 سنة، شهرين | ||
|
_trashed added in internal pages
بدأه: bhavani-shankarS-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، شهرين
|
|
|
How to Remove automatically added parameters to pagination URLs (custom permalinks) we are getting l…
بدأه: bhavani-shankarS-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، شهرين
|
|
|
[Assigned] slug in the URL called ***_trashed
بدأه: bhavani-shankarS-2
في: English Support
Problem: functions.php file and remove or comment out the specific code that might be causing this issue. Here is the code you should look for:
function aryaka_archive( $query ) {
if (!is_admin()) {
$query->set( 'post_status', array( 'publish') );
}
if ( !is_single() ) {
if (! is_admin() && $query->get( 'post_type' ) == 'press_release' && get_query_var('year') == 0 ){
$query->set('date_query', array( array( 'after' => 'January 1st, 2017', 'inclusive' => true,)) );
$query->set( 'post_status', array( 'publish') );
}
}
if (! is_admin() && $query->get( 'post_type' ) == 'news_article' && get_query_var('year') == 0 ){
$query->set('date_query', array( array( 'after' => 'January 1st, 2017', 'inclusive' => true,)) );
}
return $query;
};
add_filter('pre_get_posts', 'aryaka_archive');
If this does not resolve the issue, try switching to a default WordPress theme to see if the problem persists. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket at WPML support forum. |
|
2 | 10 | قبل 1 سنة، شهرين | |
|
url also translating which i don't want
بدأه: bhavani-shankarS-2 في: English Support |
|
2 | 10 | قبل 1 سنة، شهرين | |
|
slug in the URL called ***_trashed
بدأه: bhavani-shankarS-2 في: English Support |
|
2 | 2 | قبل 1 سنة، شهرين | |
|
slug in the URL called ***_trashed
بدأه: bhavani-shankarS-2 في: English Support |
|
2 | 16 | قبل 1 سنة، شهرين | |
|
url also translating which i don't want
بدأه: bhavani-shankarS-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، شهرين
|
|
|
URLs with the addition
بدأه: bhavani-shankarS-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، شهرين
|
|
|
URLs with the addition
بدأه: bhavani-shankarS-2 في: Chat Support |
|
1 | 2 |
قبل 1 سنة، شهرين
|
|
|
WPML Cache
بدأه: bhavani-shankarS-2 في: English Support |
|
3 | 7 | قبل 1 سنة، 3 أشهر |