PHP Include for Static Page (Sell Template)
-
I’ve created a static page (using the sell template) within Semiologic on which I plan to display RSS news feeds. I’ve got the feed (it’s a feed aggregator) as a PHP include. I’m supposed to add the following code to my page.
<?php
include (“https://app.feeddigest.com/digest3/myfeedIDhere.html”);
?>I’ve pasted the code into the static page (in the Compose/Edit area of the page in the Admin section), saved changes and previewed the page. Unfortunately, the page shows **absolutely nothing** when I view my site.
(Btw, I have Rich Text Editor turned off, so I should be able to enter PHP code directly into the box, right?)
I know nothing about PHP includes…what am I doing wrong?
- The topic ‘PHP Include for Static Page (Sell Template)’ is closed to new replies.