<ul><?php $posts=get_posts( array( 'post__not_in' => get_option( 'sticky_posts' ), 'posts_per_page' => 10, 'orderby' => 'post_date, 'order' => 'DESC' ) ); foreach($posts as $post) : ?><li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li><?php endforeach; ?></ul>
hocam böyle bir hata verdi hocam
Parse error: syntax error, unexpected 'order' (T_STRING), expecting ')' in public_html/wp-content/themes/beyaz/sidebar.php on line 92