zeromage
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How do you display category descriptions?Okay, thanks. basically I want my category descriptions to show up on each category page, right before all the posts.
Forum: Themes and Templates
In reply to: How do you display category descriptions?That would be in my archive.php file? Sorry, I’m a little slow, I’m really inexperienced with php/css.
Forum: Themes and Templates
In reply to: How do you display category descriptions?Thanks, but where do I insert that code?
Forum: Themes and Templates
In reply to: Change size of HeaderThanks! That helped a lot!
Forum: Themes and Templates
In reply to: Change size of HeaderThere appears to be no line of code for height:
This is the code under style.css:
#container {
background: #ffffff;
width: 860px;
text-align: left;
margin: 20px auto 20px auto;
border: 1px solid #cccccc;
overflow: hidden;
}
#header {
background-color:#223546;
padding: 25px 35px 75px 35px;
text-align: left;
}
#header h2 {
color: #ffffff;
font-size: 30px;
font-family: Helvetica, Arial, Verdana, Sans-Serif;
font-weight: bold;
margin: 0px;
}#header h2 a {
color: #ffffff;
text-decoration: none;
}#header h2 a:hover {
color: #006699;
text-decoration: none;
}#header h3 {
color: #ffffff;
font-size: 13px;
font-family: Georgia, Times New Roman, Sans-Serif;
text-indent: 5px;
margin: 0px;
}I added a line for height, but it didn’t work.
Forum: Fixing WordPress
In reply to: Setting up my static page and blog in sub-dirI have the same problem, two home page buttons. Any solutions?
Forum: Themes and Templates
In reply to: Static Front Page BlogHi,
I was able to make a static homepage and a blog page using the methods described above. I named my static homepage “welcome.” My problem is as follows, these are my links across the top of my page:Home About Us Blog Forums FAQ Welcome
is there any way to hide the “welcome” link, since it is redundant given that there is already a “Home” link.