How to change same content in some pages
Autor: Bauyrzhan O.
Besucht 1514,
Followers 1,
Geteilt 0
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?
Gepostet am
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
Bauyrzhan,
Maybe you can use Claudio's suggestion ?
http://answers.websitex5.com/post/47412
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.
Autor
Dear Little-key, could you explain more detailed with pictures? I think many people are interested in it
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.