View previous topic :: View next topic |
Author |
Message |
joan
Joined: 22 Dec 2003 Posts: 9
|
Posted: Fri Dec 26, 2003 6:34 pm Post subject: Two Stupid Questions. |
|
|
1) Can I change the admin name to my own?
2) Can I get rid of categories? Or at least not display them? |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Sat Dec 27, 2003 2:37 am Post subject: |
|
|
Change your name in your profile.
Edit your index.php and remove this or something like it.
Code: | <a href="?cat=<?php the_category_ID() ?>" title="category: <?php the_category() ?>"><span class="storyCategory">[<?php the_category() ?>]</span></a> |
_________________ Please, no PMs.
Do a search before posting a question.
We're not mind readers, provide URLs and/or source code. |
|
Back to top |
|
 |
|