How can I have comment and trackbacks below titel in Bulletproof templates? like my standar temlates? when I try it in entries.tpl it srew up my sidebar?
You can see in Bulletproof v1.1(test) on my site
www.necessities.info
comments and trackback
comments and trackback
Solvde, I placed the code wrong, but I can´t make it bold
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
There are a number of things I would do very differently than what you are doing, but I'll try to stick to the question.
First, you do realize that bulletproof has 3 different versions of the entry footer, correct? The entry footer is what contains the "posted by" information, as well as number of comments, trackbacks, etc.
You have added your own comments and trackbacks directly below the entry title. I would suggest enclosing these within some kind of container, such as
Then you can add something like this to your stylesheet:
Your widths need to be reviewed as well... the right sidebar is displayed after content.
First, you do realize that bulletproof has 3 different versions of the entry footer, correct? The entry footer is what contains the "posted by" information, as well as number of comments, trackbacks, etc.
You have added your own comments and trackbacks directly below the entry title. I would suggest enclosing these within some kind of container, such as
Code: Select all
<div class="my_comments_trackbacks">
<a href="whatever">
</div>Code: Select all
.mycomments a{
font-weight: bold
}=Don=