luksusdyret
Forum Replies Created
-
Forum: Themes and Templates
In reply to: place sidebar correctlyI don’t understand what you are saying right now.. I’m sorry, I’m not that experienced with coding
Forum: Themes and Templates
In reply to: place sidebar correctlyi’ve changed it to sidebar12 in the div tag and the css too.. it looks the same
Forum: Themes and Templates
In reply to: place sidebar correctlyNow I have changed all the codes and it didn’t make any difference :/
Forum: Themes and Templates
In reply to: place sidebar correctlyhm.. how do I do that when both sidebars have a php file each?
Forum: Themes and Templates
In reply to: place sidebar correctlyMy sidebar 1 codes looks like this:
<div id="sidebar1"> <ul id="sidebar"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> <li> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </li> <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?> <li> <h2>Archives</h2> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> </li> <?php wp_list_categories('title_li=<h2>Categories</h2>'); ?> <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?> <?php wp_list_bookmarks(); ?> <li><h2>Meta</h2> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <li><a href="https://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li> <li><a href="https://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li> <li><a href="https://www.ads-software.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li> <?php wp_meta(); ?> </ul> </li> <?php } ?> <?php endif; ?> </ul> </div>
And sidebar2 like this:
<div id="sidebar2"> <ul id="sidebar"> <div> <ul> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?> <?php endif; ?> </ul> </div>
When I call for the sidebars in index it looks like this:
<?php get_sidebar(); ?> <?php get_footer(); ?> <?php include (TEMPLATEPATH . '/sidebar2.php'); ?>
I have no idea what to change and how …
Forum: Themes and Templates
In reply to: place sidebar correctlyHow do I put the other div tag around it?
Forum: Themes and Templates
In reply to: need help with fjords themethe !important worked! Thanks
Forum: Themes and Templates
In reply to: need help with fjords themeanyone?
Forum: Themes and Templates
In reply to: need help with fjords theme:/ and I was so happy that someone finally answered. It really bothers me to look at my blog right now.
Forum: Fixing WordPress
In reply to: RSS problemI found out that it was because I use google chrome, doh..