php merge of album.php into index.php
Am attempting a custom hack of displaying newest albums on FORUMHOME.
Step 1: copied and hacked album.php to new_album.php
Step 2: creaeted custom_album_list and custom_albumbit templates
All that remains now is display of 4 latest albums and /forums/new_album.php displays correctly.
Now I want to display this on the FORUMHOME page (i.e. index.php) but am a little stumped. I have tried the following methods unsuccessfully and wondering if anyone has some wisdom to share
1: Creating a plugin to include the new_album.php into FORUMHOME basically torched the site.
2: Merging new_album.php into index.php which led to function call errors
Is either 1 or 2 the right way to go and I just need to keep working it?
|