|
|
|
|
|
|
|
|
|
|
|
#1 | |
|
Of all the things I've lost, I miss my mind the most.
|
Quote:
I tried just copying Code:
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar(1) ) : ?>
Can't believe I just started playing with wordpress today, and already I'm trying to hack it, lol.
__________________
Our 3D Comics and Props on Renderotica |
|
|
|
|
|
|
#2 | |
|
Oh no, I'm sweating like Roger Ebert
|
Quote:
Code:
<div id="menu">
<ul>
<li><a href="<?php bloginfo('url'); ?>">Home</a></li>
<?php wp_list_pages('depth=1&title_li='); ?>
</ul>
</div>
<div id="tags">
<ul>
<?php wp_tag_cloud('format=flat'); ?>
</ul>
</div>
Of course I never get the code right the first time so you'll probably have to play around with it a bit. For more info on the wordpress tag for a tag cloud go here: http://codex.wordpress.org/Template_Tags/wp_tag_cloud I never learned widgets, I use template tags for everything. I just looked at your blog and noticed your using simple tags, the code for that would be Code:
<?php st_tag_cloud(''); ?>
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|