Code for Alphabetising Categories (Archives/Post)
-
Hiyas!
I upgraded to 1.5 and am loving the new them function. My thing is this:
I wanted to create a separate archive page. I did so in by creating a new Page here:
https://www.aigoo-chamna.net/?page_id=326
I selected the Archives layout. In my archives.php this is what I have:
<?php
/*
Template Name: Archives
*/
?><?php get_header(); ?>
<div id=”content” class=”widecolumn”>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
<h2>Archives by Month:</h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
<h2>Archives by Subject:</h2>
-
<?php wp_list_cats(‘sort_column=name’); ?>
</div>
<?php get_footer(); ?>
————
Why will it not alphabetise the categories? I tried everything. x_x;; Thanks in advance!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Code for Alphabetising Categories (Archives/Post)’ is closed to new replies.