in the Brajeshwar theme im trying to increase the width from 400px to 600px but somehow in the css it doesnt seem to work. In fact it doesnt move the right bar so the text from main goes into the right colum.
also in the about part of theme it looks crap. Anyone know how to do this?
here is the code from the css:
#container {
margin: 0 auto;
width: 840px; (default is 760)
font-size: 0.75em;
text-align: left;
}
#wrap {
height: 1%;
margin: 4px 0;
background: url(i/wrap.gif) repeat-y;
}
#col-left {
float: left;
width: 150px;
padding: 20px 0;
text-align: right;
}
#col-main {
float: left;
width: 440px; (default is 400)
}
#col-right {
float: left;
width: 210px;
padding: 20px 0;
}
HELP
Does anyone know of a plugin that will help me exclude posts in specific categories and works on a theme with a foreach loop rather than a while loop?
]]><?php
$posts = get_posts('numberposts=1&offset=0&category=26');
foreach ($posts as $post) :
?>
Thanks! -soren121
]]>I am having a problem with the Brajeshwar theme on my Hostgator site
home/richrf/public_html/wp-content/themes/brajeshwar/index.php on line 43
It looks like that this has something to do with getting the “for each (posts)”
it can be viewed on:
links.com
The default theme works. Does anyone have any idea what this can be? Is anyone using the Brajeshwar on 2.0.4 successfully? Thanks.
Rich
]]>Without this, the theme becomes virtually unusable! I’m sure there must be a solution somewhere, but I’ve been unable to find it.
Help!
]]>