Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Recent articles (on write tab)
Searched here and at testpattern.org with no luck… is there a plugin (or hack) that will automatically expand the ‘recent articles’ link on the write tab?
Thanks
Offline
Re: Recent articles (on write tab)
If you go to line 465 of /textpattern/include/txp_article.php it says:
'<div id="recent" style="display:none;">';
Just change that to:
'<div id="recent" style="display:block;">';
and it will be toggle on by default.
Cheers,
Jon VC#9
Offline
Re: Recent articles (on write tab)
Hey Jon – thanks heaps for that!
One other quick question: is there somewhere where the number of recent articles displayed can be set?
Cheers
Offline
Pages: 1