WebSite X5Help Center

 
Bauyrzhan O.
Bauyrzhan O.
User

How to change same content in some pages  en

Author: Bauyrzhan O.
Visited 1351, Followers 1, Shared 0  
Tags: page

Is it possible to make centralized text or gallery for some pages of website? For example, I have 50 pages with the same text in it, but if I change this text in one page, then I have to copy it to all 50 pages. Is there any easier way to change it? I mean if I update text in the first page, then other 49 pages are updated automatically?

Posted on the
5 ANSWERS - 1 CORRECT
Andre E
Andre E
Moderator

Bauyrzhan,

Unfortunately not, the only way is to copy the box 49 times to the other pages.

This is a wish i made to Incomedia a long wile ago. I will do this again and i already read another post with the same request.

please place this post again but then as a suggestion to incomedia to make this possible in a next version.

BR

A

Read more
Posted on the from Andre E
Little-key .
Little-key .
User

Build a own HTML page with the text and bind this site with a html object .

<?php include("text.html"); ?>

Thus you need only  one time change in this file.

Read more
Posted on the from Little-key .
Bauyrzhan O.
Bauyrzhan O.
User
Author

Dear Little-key, could you explain more detailed with pictures? I think many people are interested in it

Read more
Posted on the from Bauyrzhan O.
Little-key .
Little-key .
User

OK.
First create a html file (text.html) and load this side on the server

Code for the text.html:

<div style="background-color:transparent;">
This is a text, your text <br />
this is a another text from you.<br /><br />
this is a another text also.
</div>

then create a widget and set the height:

then the format for this side:

Ready.

Read more
Posted on the from Little-key .