+ Reply to Thread
Results 1 to 5 of 5

 

Thread: Displaying external RSS Feeds On Wordpress

  1. #1
    Mike_Scott's Avatar
    Mike JDS

    Status
    Offline
    Join Date
    Apr 2008
    Posts
    337
    Thanks
    40
    Thanked 17 Times in 12 Posts


    Hi

    I'm looking to display a few feeds from other blogs onto another wordpress blog.

    Looked in the plugin directory and drew a blank.

    I did find the KQF RSS feeder, which would do everthing I want.
    Only problem is, once installed it mashes up my dashboard.
    Has anyone else had any experence with this plugin, or can perhaps suggest any other that will do the job.

    Thanks
    Mike

  2. #2
    DannyW's Avatar
    It's all good fun...

    Status
    Online
    Join Date
    Apr 2008
    Location
    Isle Of Wight
    Posts
    405
    Thanks
    386
    Thanked 36 Times in 30 Posts
    Mike, I use rawlinson - us Blog Archive feedList Plugin for this purpose on a few WordPress sites of mine. You can use the plugin as-is for sidebars or anything outside the loop. If you're going to use the feeds within a post then install Priyadi’s Place Blog Archive Wordpress PHP Exec Plugin as well and put the code <phpcode> </phpcode> around your feed code.

    Hope that's of some use to you.

    Dan

  3. #3
    Mike_Scott's Avatar
    Mike JDS

    Status
    Offline
    Join Date
    Apr 2008
    Posts
    337
    Thanks
    40
    Thanked 17 Times in 12 Posts
    Thanks Dan, will take alook.

    I'm really looking to display the feeds on pages.. not in a sidebar.
    Can it do this?

  4. #4
    DannyW's Avatar
    It's all good fun...

    Status
    Online
    Join Date
    Apr 2008
    Location
    Isle Of Wight
    Posts
    405
    Thanks
    386
    Thanked 36 Times in 30 Posts
    Yes, no problems Mike.

    Code below - paste into html mode and not the WP wysiwyg editor when creating your page, change 'mysite[dot]com/feed' to whatever the feed is for the site you want to pull the feed from.

    Make sure both those plugins are active first.

    Alter the variables as you see fit: ie, "num_items"=>15, could be 5 or 10 etc...


    Code:
    <!--- Put your page text/blurb in here as usual Mike --->
    <phpcode>
    
    <ul>
    		<?php 
    			feedList(array("rss_feed_url"=>"http://mysite.com/feed",
    							"num_items"=>15,
    							"show_description"=>true,
    							"random"=>false,
    							"sort"=>"none",
    							"new_window"=>true,
    							"show_date"=>true,
                                                            "suppress_link"=>false
    					)
    			); 
    		?>
    		</ul>
    
    </phpcode>
    Last edited by DannyW; 25-05-09 at 06:55 PM. Reason: code

  5. The Following User Says Thank You to DannyW For This Useful Post:

    Mike_Scott (25-05-09)

  6. #5
    Mike_Scott's Avatar
    Mike JDS

    Status
    Offline
    Join Date
    Apr 2008
    Posts
    337
    Thanks
    40
    Thanked 17 Times in 12 Posts
    Cracking! Thanks for your help Dan

+ Reply to Thread


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Wordpress and feeds
    By Stuart in forum Affiliate Marketing Lounge
    Replies: 4
    Last Post: 20-05-09, 01:36 PM
  2. Using Product Feeds in Wordpress
    By caravan in forum Data Feeds
    Replies: 17
    Last Post: 17-05-09, 11:12 PM
  3. Wordpress and external pages php
    By paul1107 in forum Programming
    Replies: 13
    Last Post: 12-11-08, 11:59 PM
  4. Importing RSS feeds into Wordpress?
    By MortimerJazz in forum Affiliate Marketing Lounge
    Replies: 2
    Last Post: 21-01-08, 11:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2