I just downloaded a simple wordpress theme for my blog (In my sig), under the categories section it is going from old to new, so my first ever post will always be at the top and at the bottom will be my new posts. What piece of code would I have to use to change that so my new post go at the top and old ones get pushed down the page. This is the code from my sidebar.php file. (No functions in the theme do this from what I can see.) PHP Code: <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar1') ) : ?>
Solved
3
I just downloaded a simple wordpress theme for my blog (In my sig), under the categories section it is going from old to new, so my first ever post will always be at the top and at the bottom will be my new posts. What piece of code would I have to use to change that so my new post go at the top and old ones get pushed down the page. This is the code from my sidebar.php file. (No functions in the theme do this from what I can see.)
Thanks.
PHP Code:
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar1') ) : ?>
<li>
<h2>Categories</h2>
<ul>
<?php wp_list_categories('show_count=0&title_li='); ?>
</ul>
</li> - mywebwork
- [ 1 ] Thanks
- chaos69
- [ 1 ] Thanks
Next Topics on Trending Feed
-
3