I don't want to have comments and trackbacks in my blog!
In the FAQ I have read:
you can turn of the comments and trackbacks by editing your entries.tpl template and removing the trackback/comment sections. Or you can also even use CSS to set "display: none" for those regions.
But the question now is as I use Joshua Template:
I the Joshua dir template I only have Entrie (no extension)
with:
/index.tpl/1.3/Mon Jul 25 18:24:07 2005//
/info.txt/1.1/Tue Jun 14 09:56:42 2005//
/preview.png/1.1/Tue Jun 14 09:56:42 2005/-kb/
/style.css/1.4/Wed Nov 23 20:13:29 2005//
D/img////
I assume it refer to index.tpl, but then in these index.tpl
i don't find "the trackback/comment sections".
Any help?
Second way is CSS but wich one? is it style.css in the joshua directory?
Do I have to change :
.serendipity_commentsTitle {
display: block;
width: 100%;
color: #666666;
font-size: small;
font-weight: bold;
margin-bottom: 5px;
to
.serendipity_commentsTitle {
display: none;
width: 100%;
color: #666666;
font-size: small;
font-weight: bold;
margin-bottom: 5px;
? any help
but anyway i did not find the TrackBack region.
A newbie.
Newbie : I don't want to have comments and trackbacks
Re: Newbie : I don't want to have comments and trackbacks
That's because the Joshua template doesn't have an own entries.tpl, so it falls back to the default template's entries.tpl, which means s9y uses the default template's entries.tpl with the Joshua template.ProfClai wrote:But the question now is as I use Joshua Template:
I the Joshua dir template I only have Entrie (no extension)
Solution: copy the entries.tpl from templates/default to templates/joshua and edit the file (the one you copied to template/joshua, not the original one!) to fit your needs.
YL