Hey iridiax,
I think I'm getting close to solving the problem.
I've done this:
Created a custom page template and assigned it to that one page.
And I've done this:
You may find it more convenient to copy some other Template (perhaps page.php or index.php) to snarfer.php and then add the above five lines of code to the beginning of the file. That way, you will only have to alter the HTML and PHP code, instead of creating it all from scratch.
However, the only thing that I'm having trouble with now seems to be where in the custom page template file to place the include:
<?php include "ccmail/include.php"; ?>
So far I've placed the include here:
<div class="entry">
<?php include "ccmail/include.php"; ?>
<?php the_content('Read the rest of this entry »'); ?>
</div>
<div class="spacer"></div>
But I get the following error (this time, only one):
Fatal error: Cannot redeclare get_settings() (previously declared in /home/xxxxx/wp-includes/deprecated.php:887) in /home/xxxxx/wp-content/themes/e-storage-plus/ccmail/functions/shared.php on line 238
Any idea on how to fix it?
Thank you so much for your help! :-)