Hi,
I want to view the last 6 posts in two rows and tree columns. Is there a way to do this? Have view in all the files and read the maunal with the code examples but dont come out. Any idea?
Thank you,
Marten
I have try the multipleIncludes options (find in the manual) option and it dont work.
<table width="100%" style="border: 1px solid #000000"> <tr> <td width="50%"> <?php $static = 'true'; #this is the important part include 'news/index.php'; ?> </td> <td width="50%"> <?php include 'news/index.php'; ?> </td> </tr> </table>
It show only the second column, no static. Have try the code above and with the full url; <?php include '/home/host/domains/myname.com/public_html/news/index.php'; ?> As I say with this code the no static column show only the news. Also if I use the above code the read more option dont work anymore.
My idea is to show the latest 6 nes posts in 2 columns and 3 rows. Any idea how to make the static column show also news. Thank you,
Marten