Started 3 days, 19 hours ago (2009-11-06 16:00:45)
by kiano.ro
does your theme allows you to do that? if your theme is not suposed to do that, you will not be able to do what you want without knowing php
Started 4 days ago (2009-11-06 10:08:44)
by samboll
you should fix your errors
look in your theme's `style.css for
header{
height: 190px;
position: relative;
z-index: 1000;
color: #fff;
}
#header .block-content{
height: 190px;
}
play with that for header
Started 6 days, 7 hours ago (2009-11-04 03:32:24)
by stvwlf
Hi
In order to widen your post area you have to widen the width of the whole site because you can't make your sidebar narrower. That normally is easy enough to do, but its complicated in your case by the graphic images in your site.
Take a look at this URL which is your
header image.
http://theboomtownrap.perthpunk.com/wordpress/wp-c ontent/themes/sunsetidea-10/sunsetidea-10/images/h eader...
Started 2 days, 21 hours ago (2009-11-07 14:00:17)
by young heff
I understand that to have images on the front of the page as a preview you have to
alway setup th "custom field" section. I can not get this down for some reason. Can someone please give me some assistane I would be eternaly gratefull. Thank You.
Started 1 week, 2 days ago (2009-10-31 17:02:03)
by yellaojrak
Image: I think editing #header {background:url(imagefile/here);} and/or #logo {background:url(imagefile/here);} would do.
Text: From your dashboard, go to Settings, everything is there.
Started 3 days, 19 hours ago (2009-11-06 15:08:10)
by kiano.ro
i don`t see no header abobe the search form. Are you talking about the SEARCH word above the actual form?
Started 4 days, 17 hours ago (2009-11-05 17:38:55)
by syncbox
A "theme" is not assigned to just one page. It's a directory with a
style sheet and accompanying files that are used to display the database content USING either index.php, page.php, category.php or single.php based on the type of content (Page Post vs. Category Post(s)).
If you mean creating that custom category.php file, you simply name the file after the category ID of the category you ...
Started 6 days, 15 hours ago (2009-11-03 19:19:16)
by esmi
So all of the themes that you tried to install have had a
style.css file inside their theme folder?
Started 2 days, 11 hours ago (2009-11-07 23:54:34)
by jrav001
In footer.php remove the text you don't want and add this:
<p><?php bloginfo('name'); ?> is powered by <a href="http://wordpress.org/">WordPress <?php bloginfo('version'); ?></a></p>
<?php wp_footer(); ?>
</body>
</html>
BUT FIRST! - Check the copyright of the theme to ensure you are permitted to do this.
Started 2 days, 17 hours ago (2009-11-07 17:56:51)
by kiano.ro