Broken Kode Discussion Forums

A place to talk about the Rin and Manji themes

You are not logged in.

#1 28-11-2005 07:27:00

philiphotserv
New member
Registered: 28-11-2005
Posts: 1

multiple q´s

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

 

#2 28-11-2005 18:13:03

MacManX
Moderator
Registered: 28-03-2005
Posts: 80
Website

Re: multiple q´s

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":

Code:

<?php wp_register(); ?>

Ex:

Code:

<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)


Disclaimer: I am a forum volunteer.  I only represent Rin as a user and reserve the right to refuse service to anyone at anytime.  The opinions stated in my postings are not necessarily those of Khaled Abou Alfa or his affiliates.

MacManX.com

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson