Home
N-13 News
Forums
Help
Search
Username
Password
Register
Forgot password?
How to add image to post
necklacesdiscou
Known bugs - 4.0.3
necklacesdiscou
Latest
N-13 News 4.0.3
What is N-13 News?
Where can I get help?
Known bugs
Forums
Help & Support
Frontpage Short News, but Full Story on different page.
Hhawk
Posted on 15 Feb 2011, 08:19:26
Access: Member
Total Posts: 94
Joined: 2010-03-01
I am using the frontpage of my website to show the lastest news (in Short Story version) with a link underneath to the Full Story.
However instead of expanding to the Full Story (on the same page), I want them to redirect to a seperate page where the news is shown as a Full Story.
Is this possible? It shouldn't effect my seperate news page though.
#3219
Chris
Posted on 15 Feb 2011, 10:18:09
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
Code:
<a href="newpage.php?id={id}">Read more</a>
Then on newpage.php add a simple include
Code:
<?php
include
'news/index.php'
;
?>
#3221
Hhawk
Posted on 15 Mar 2011, 13:44:01
Access: Member
Total Posts: 94
Joined: 2010-03-01
Sorry for the late reply, but that worked. Thanks.
#3349
Network-13.com © 2013