different text for different pages

[ad_1]

Hi @thelabo
The way you could do that is include all text in the banner:

<span class="banner-1>first banner</span>
<span class="banner-2>second banner</span>

And then you’d have to buy some custom css in the site that would hide and show based on the page. In order to page that work your page will need specific class names or IDs at a higher level element (preferably the body element) so you could use custom css:


.page-1 .banner-2 {
display: none;
}
.page-2 .banner-1 {
display: none;
}

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer