Show Title in Blog, Hide Title in Article - Joomla! Forum - community, help and support
i have css in order hide title in article itself, not in blog.
it doesn't work. css hides contentheading in both blog , article views. suggestions?
code: select all
.blog .contentheading {
font:bold 1.4em arial, helvetica, sans-serif;
letter-spacing:0;
word-spacing:-0.5px;
}
.contentpaneopen .contentheading {
display:none;
}
it doesn't work. css hides contentheading in both blog , article views. suggestions?
what blog using? can following.
for instance if have blog page menu. (ex. home | | blog)
you can go articles section , disable name of each article.
i have myblog azrul. if want shut down name blog entry, need go articles section, , set name no.
then go menu manager blog menu , inside parameters, write title, can display in pages related blog.
important notes:
disabling names each article create not good, because title important seo.
changing css not right file can change blog articles blog title. if want go php files. if don't know php, best way in joomla admin panel.
let me know blog using, can send right instructions.
for instance if have blog page menu. (ex. home | | blog)
you can go articles section , disable name of each article.
i have myblog azrul. if want shut down name blog entry, need go articles section, , set name no.
then go menu manager blog menu , inside parameters, write title, can display in pages related blog.
important notes:
disabling names each article create not good, because title important seo.
changing css not right file can change blog articles blog title. if want go php files. if don't know php, best way in joomla admin panel.
let me know blog using, can send right instructions.
Comments
Post a Comment