- BackInBlack
- StaszekGGG
- Hezychazm
- matkaPewnegoMirka
- Bill_Kilgore
- +108 innych
function artist_list($query) {
if ( is_admin() || ! $query->is_main_query() ) {
return;
}
// Target the artists page
if (is_tax('artist-category')) {
$query->set('orderby', 'meta_value');
$query->set('meta_key', "artist_sort_name");
$query->set('order', 'ASC');
}
}
add_action('pre_get_posts', 'artist_list');$post_type = $query->query['post_type'];
if ( $post_type == 'POST_TYPE') {
// tu ustawienie sortowania
}wp_options, szukaj siteurl oraz home. Może być także zapisane na sztywno w wp-config.php. No i ewentualnie w .htaccess jeśli ktoś coś tam ręcznie grzebał.
$data = new StdClass();
$data->name = 'Test';
$data->desc = 'Test';
$tmp['send'] = $data;<send>
<name>Test</name>
<desc>Test</desc>
</send><send name="Test" desc="Test"></send>Komentator
od 11.05.2014
Rocznica
od 07.03.2023
Mikroblogger
od 05.09.2017
Wykop.pl
#it #wordpress #webdev