Maybe we can make home.php delegate the article rendering code into page.php so code gets somewhat more modular.
Of course, the rendering itself should look equal to what is seen now, so page.php should be changed too.
In blogx if you are navigating homeindex.php sends you to home.php and if you are navigating pages it sends you into page.php which is also and option.
It would allow optionally breaking long posts in home, it is open to discussion.
Maybe we can make
home.php
delegate the article rendering code intopage.php
so code gets somewhat more modular.Of course, the rendering itself should look equal to what is seen now, so
page.php
should be changed too.In blogx if you are navigating
home
index.php
sends you tohome.php
and if you are navigatingpages
it sends you intopage.php
which is also and option.It would allow optionally breaking long posts in
home
, it is open to discussion.