Multiple Titles and Taglines
- The topic ‘Multiple Titles and Taglines’ is closed to new replies.
Need help? Check out our Support site, then
How can I have different titles or taglines in different pages?
The blog I need help with is: (visible only to logged in users)
Hi there,
Please use the following CSS via Customize > CSS.
.page-id-2 .site-title span {
visibility: hidden;
}
.page-id-2 .site-title span:after {
content: "SITE TITLE";
visibility: visible;
margin-left: -200px;
}
.page-id-2 .site-description {
visibility: hidden;
}
.page-id-2 .site-description:after {
content: "SITE DESC";
visibility: visible;
margin-left: -125px;
}
This is an example for you for this page: https://episkyros.org/contact/, its ID is 2. Changing title and tagline each page may hurt your search engine ranking and visitors can spot unfaithfulness too. Anyway, you can follow the above CSS to change it for others page as well.
Cheers.
I did it and almost works! But not exactly.
The title appears twice now and the logo has disappeared.
By the way, where do I see the ID of a page? It appears not to be what I thought.
I did it and almost works! But not exactly.
The title appears twice now and the logo has disappeared.
By the way, where do I see the ID of a page? It appears not to be what I thought.
Hi there,
I’ll reply to this once we finish other logo/site-title thread that you have open. Lets finish that first and then move into it.