• I need to remove a category (writings) from the index page, and put it on it’s own page.

    Anyway to do that easily in WordPress 1.5-gamma 2005-02-13?

Viewing 6 replies - 16 through 21 (of 21 total)
  • How about <?php wp_list_cats(0, '', 'name', 'asc', 'writings.php', 1, 0, 1, 1, 1, 1, 0,'','','','','exclude=1,2,3,4,5,6,7,8,9,10,11,12,14,15,16,18,19,20,21,22,23') ?>? – slightly changed from what you had before.

    Thread Starter phoenixd

    (@phoenixd)

    Tried that. It breaks the exclude, and does not add the writings.php into the mix. ??

    Thread Starter phoenixd

    (@phoenixd)

    It looks like it has something to do with get_settings(‘home’) to me… because the links should be index.php?cat=# on the index page, and they aren’t. They all show up like steph.phoenixrealm.com/?cat=#.

    Does that make any sense to anyone?

    Not off hand. maybe your permalinks .htacces rules are off somewhere.

    Thread Starter phoenixd

    (@phoenixd)

    This is turning out to be way more difficult than I had hoped…

    Thread Starter phoenixd

    (@phoenixd)

    How about showing all posts from a category?

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Moving a Topic: index page to new page’ is closed to new replies.