pawsingleton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to create a content block before the blog posts?Hey. Any ideas on this? Seriously… any thoughts?
Forum: Fixing WordPress
In reply to: Side Bar Organization? How can I move stuff around?wow… Guess if I just looked around long enough I would have found what I just found. Easy fix in the widget category
Forum: Fixing WordPress
In reply to: Side Bar Organization? How can I move stuff around?I found a different side bar php, (it was labeled sidebar_right.php) This helped a little. Still confused as to why I have two (Tags Clouds)
Also, how can I move these things around, when looking at the sidebar php, they are not listed in the order they appear on the page.
Thanks,
-tiger
Forum: Fixing WordPress
In reply to: Side Bar Organization? How can I move stuff around?This is what I have for the sidebar php.
<div id=”sidebar”>
-
<?php /* Widgetized sidebar, if you have the plugin installed. */
- <h2>Author</h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?><!– Author information is disabled per default. Uncomment and fill in your details if you want to use it.
–>
<li class=”widget_categories”>
<h2>Category</h2>-
<?php wp_list_cats(‘sort_column=name&optioncount=1’); ?>
<li class=”widget_archives”><h2>Archives</h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
<?php endif; ?>
___
This code isn’t really explaining to me why I would have two sets of “tags” and “blogroll”Any ideas?
Forum: Fixing WordPress
In reply to: Side Bar Organization? How can I move stuff around?Wow. Can’t believe the response time! Thanks so much, I’ll try that out.
Namaste.
Forum: Installing WordPress
In reply to: wow. just started… completely lost. Transfering from SBII called tech support and the answer was that I cannot login on a domain that has not be transfered yet. I got a new domain and parked it until I was ready for the transfer. Until then, I was able to login using this new domain.
-tiger
- <h2>Author</h2>