Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
How to Add Last Update on the website
Hi Everyone, How to add last update on the website with TxP?
last update that I mean, include edit some tempates, new post, etc.
How to do it?
So it’s will be like Newspaper Portal, they have some last update flags. How to use in TxP,
Please help and thanks
Offline
Re: How to Add Last Update on the website
there used to be a plugin for this some time ago. I think it stopped working but there was a fxi somewhere (or maybe it was a raw php code).. Check the forum for this and you will find it.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: How to Add Last Update on the website
can you give me a name of that plugin?
Offline
Re: How to Add Last Update on the website
Hi Jauhari , may be you can use this plugin :
tcm last update returns the date and time of your site’s last update (the last article posted).
Offline
Re: How to Add Last Update on the website
kus wrote:
Hi Jauhari , may be you can use this plugin :
tcm last update returns the date and time of your site’s last update (the last article posted).
I need a whole of changes, not only last posted, so when I edit some css, form, page or edit/add plugins this will keep last update. So, not only posted.
Do you have it?
Robert give me some trick to do it with
<txp:php>
global $prefs;
echo safe_strftime('%d %B %Y, %R', strtotime($prefs['lastmod']));
</txp:php>
Offline
Pages: 1