A place to talk about the Rin and Manji themes
You are not logged in.
hi! i´m a total noob and i need some help with my blog, i have a few questions?
1. How do i change the about section?
2. Is there a way to change the login and registrer window to match the rin theme?
3. How do i put Register in the top menu nest to login?
4. i need to get rumwall to work, heres the link, its in norwegian but you will understand: www.philip.hotserv.dk/wall.php
i know its a few, but if tou have the answer for one of them just type the number, i'll be happy for any replies
Regards Philip
www.philip.hotserv.com
Offline
1. Go to Presentation/Theme Editor and select "About".
2. There may be a way, but you will have to build it from scratch by editing the wp-admin.css file. You can find more help for that by searching through the WordPress Support Forums.
3. Go to Presentation/Theme Editor and add this to the "top" ul in the "Header Template":
<?php wp_register(); ?>
Ex:
<ul id="top"> <li><a href="#bottom" title="search in previous posts">search</a></li> <li><?php wp_loginout(); ?></li> <?php wp_register(); ?> </ul>
4. You should be able to find help for that by searching through the WordPress Support Forums.
Last edited by MacManX (28-11-2005 18:14:29)
Offline