Tuesday, March 20, 2007

todaytest 03/20/2007

Changing The Site URL « WordPress Codex  Annotated

    WordPress stores two addresses inside the database. These determine where your blog files are, and where the main index is. On a normal install, these addresses are the same.

    There are two occasions where you will need to access the database to alter one or both of these settings:


    1. If you have tried to alter the Blog URI or WordPress URI in Options and an error has occurred.
    2. If you have moved to a

      WPDesigner WordPress Themes » Red Matrix Pill  Annotated

      • I would like the about link and the rabiitHole or blogroll link pages to be listed. I do know where the style section is but do not have any idea where to place the links in order for them to be at the bottom of the page or seperately under the header. I did it a couple of times but the image disappeared and the whole blog moved to the right.


        If you have time it would be great if you could tell me exactly where to put the links but if not I’ll work on it over the next few days.










      • You can go into the style.css file. Find #footer, #footer a, and #footer p.


        Copy and paste it wherever you like, in the same file. Now change the newly pasted #footer, #footer a, and #footer p to another name. For example: #toplinks, #toplinks a, and #toplinks p.


        Next, open the footer.php file. Find the id=”footer” area, copy that whole section and paste it in the header.php. Within the header.php file, make sure you paste it underneath all the codes that are already in the header.php file.


        - After pasting, change the id=”footer” to id=”toplinks”

        - Edit the pasted links to match the pages that you’d like to link to.

        • No comments: