Setting up a Headlines display
-
Our page at delcospca.org has a little panel that always shows headlines of the 3 most recent posts. The problem is that it takes a little trip to Europe to run a script off of someone’s private home page! How can I keep the processing on our own site, where it belongs? Here is the complete code for the panel (I am removing the other site name):
<div class="block_top">What's Happening</div> <div class="block"> <div class="news"> <script type="text/javascript" src="https://www.***********.com/feed/feed2js.php?src=http%3A%2F%2Fdelcospca.org%2Fcms%2F%3Ffeed%3Drss2&num=3"></script> <div align="right"> <a href="https://delcospca.org/cms">More News...</a> </div> </div> </div> <div class="block_bottom"></div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Setting up a Headlines display’ is closed to new replies.