All languages show up when calling specific categories
-
Trying to show only the latest post from a category. I specify the english and korean category IDs, but the latest post shows up regardless of language.
Issue is seen here, the latest post is on the righthttps://beta.finalstraw.org/
Code calling the box looks like this:
<?php $wp_query = new WP_Query(array('cat'=>('10,8,9'), 'posts_per_page'=>of_get_option('postnumber_tabber'))); ?>
Sorry, I am totally not a programmer :-/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘All languages show up when calling specific categories’ is closed to new replies.