3 column blog – how to place content…
-
…in the column on the right.
I was looking for a way to place contents (links/gifs) in the righthand-side column of my 3 column blog, and Root kindly gave me some advice in the “Once it’s running”-forum. I’ve been looking into it, and have come up with this, by looking at the other code in the index-file:
I tried to put this in the index.php:<br /> <div><br /> <li id="WordPressTop">WordPressTop:</p> <ul> <?php get_WordpressTop(); ?><br /> <a href="https://wp.lat3nt.net/topsites/in.php?id=101"><br /> <img src="https://wp.lat3nt.net/topsites/button.php?id=101" alt="" border="0"><br /> </a> </ul> </li> <p></div><br />
And then I call them (sorry…don’t even know if that is the right expression…I’m not “down with da lingo” yet) in the CSS-stylesheet right?!
I add a #WordpressTop to this list:<br /> #calendar, #search, #archives {<br />
and then
<br /> #WordpressTop{<br /> top: 500px<br /> }<br />
`
Unfortunately I get the “message” below (in the right place, mind you!!) when I loaded the site:
WordPressTop:
Fatal error: Unknown function: get_wordpresstop() in /usr/home/whitehat_dk/users/android8/wordpress/index.php on line 97
I’m using the “Dots” stylesheet by Alex King by the way…
Thx in advance!!
- The topic ‘3 column blog – how to place content…’ is closed to new replies.