Results 1 to 2 of 2

Thread: Using ClassiPress RSS Feeds with Hungryfeed plugin on another site

  1. #1
    Thread Starter
    Newbie kply's Avatar
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Using ClassiPress RSS Feeds with Hungryfeed plugin on another site

    I am attempting to use HungryFeed to show RSS Feed from Classipress on another site. All I can get is the first 10 items from Classipress when I use the following code:

    [hungryfeed url= "http://mysite.com/myClassiPressSite/feed/?post_type=ad_listing" max_items ="0" order ="random"]

    I am also trying to get feeds from search results for the current users zip code, using the following: With the same results a max of 10 items.

    <?php
    global $current_user;
    get_currentuserinfo();

    $replace=$current_user->zip;
    echo "$replace";

    ?>
    [hungryfeed url= "http://mysite.com/myClassiPressSite/feed?s=<?php echo $replace; ?>&sa=search&cat=5" ]

    Can anyone suggest a way to accomplish this with all the results that match the criteria. Is there a way to get a RSS feed from Classipress that shows more than the first 10 items of the feed?

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Directory Plugin Using Classipress with Wordpress Multi-Site
    By manilaboy in forum ClassiPress General Discussion
    Replies: 1
    Last Post: March 9th, 2011, 05:15 AM
  2. Site membership plugin in 3.0?
    By shorthairyman in forum ClassiPress General Discussion
    Replies: 6
    Last Post: February 15th, 2011, 09:19 AM