• Hello.

    I have recently installed the CG-FeedRead. Here are the setps I took:

    * Uploaded the cg-feedread-plugin.php file from the plugins directory in the PowerPack I downloaded to the wp-admin/plugins folder on ym site.
    * I clicked activate on the link and it was active.
    * I then took the code form the readme file for the feedread, and placed it in my page with the url http://www.ufpst.co.uk/news/index.php
    * Nothing appeared on the page, but anything after where I inserted the PHP code in my page does not show.

    View page at http://www.ufpst.co.uk/index5.php

    If anyone could help me to get this workin I would be very grateful.

    Thanks in advance.
    Dustin Cook.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you post the code you put in the index.php file with some code that surrounds it?

    Thread Starter dustincook

    (@dustincook)

    Here is the coding around it:

    <table width=”715″ border=”0″ cellspacing=”7″ cellpadding=”5″>
    <tr align=”left” valign=”top” bgcolor=”#16223A”>
    <td width=”205″ height=”60″ bgcolor=”#16223A”>
    <span class=”bodyText”><font size=”2″>LATEST EPISODE
    <br><b>Channel 4:</b> 05-09-04
    <br>The Xindi
    <br><b>SkyOne:</b> 00-01-05
    <br>Storm Front, Part I
    <br>Full listings…</font>
    </td>
    <td width=”205″ height=”60″ bgcolor=”#16223A” class=”bodyText”>
    <span class=”bodyText”><font size=”2″>LATEST NEWS
    <br><?php
    $feedUrl = “http://www.ufpst.co.uk/news/index.php&#8221;; // a sample CNET feed. use your own…
    $feedOut = getSomeFeed($feedUrl, 4, false, “feed-cnetttech”, ”, 36, false);
    if ($feedOut)
    echo $feedOut;?></font>
    </td>
    <td width=”205″ height=”60″ bgcolor=”#16223A” class=”bodyText”>
    <span class=”bodyText”><font size=”2″>COMMUNICATOR
    <br>Join in the forum where we talk about all things Trek.
    Or if you have a comment about the site, e-mail me here.</font>
    </td>
    </tr>
    <tr bgcolor=”#16223A”>
    <td colspan=”3″><font color=”#98ABCA” size=”2″ face=”Arial, Helvetica, sans-serif”>
    <center><b>Site Info</b>:
    <font size=”2″>Contact Us ·
    <font size=”2″>About Us ·
    <font size=”2″>Copyright ·
    <font size=”2″>Site Map ·
    <font size=”2″>Site Staff ·
    <font size=”2″>Awards
    </center></font></td>
    </tr>
    </table>

    Does this help?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CG-FeedRead’ is closed to new replies.