This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:feeds:rss [2012/08/27 19:12] bwarburton |
tutorials:feeds:rss [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
- | ====== RSS Feed ====== | ||
- | You can find the RSS feed in your software, named **rss_listings(classifieds & auctions).php**. | + | ====== RSS Feeds ====== |
- | + | ||
- | If you are not familiar with what RSS is, you can find information on [[http:// | + | |
- | + | ||
- | <tip c n>Note that the rss link within the front_page.tpl template of the default design does not link to this feature by default. | + | |
- | + | ||
- | ===== How to use Category Specific Feed ===== | + | |
- | + | ||
- | These instructions will walk you through the steps needed, to allow the RSS feed used when browsing categories, only use listings(classifieds & auctions) found in the category currently being viewed. | + | |
- | + | ||
- | **Skills** | + | |
- | * Comfortable with using FTP (to upload and download files from your site) < | + | |
- | * Basic understanding of how PHP works will help, but not necessary. < | + | |
- | + | ||
- | **Instructions** | + | |
- | - In the " | + | |
- | // | + | |
- | + | ||
- | //Allow category ID to be specified in the URL | + | |
- | $feed-> | + | |
- | + | ||
- | </ | + | |
- | - Save the file and upload it, remember it should be located in the base of the Geo installation, | + | |
- | - Log into your admin panel, and go to the page **Design > Manager**, then navigate to the template file **head.tpl** inside the **main_page** folder, in your template set. < | + | |
- | - Download a copy of the **head.tpl** file, and save it in a safe place, so that you can restore it if needed. < | + | |
- | - Now edit the **head.tpl** file, and **find:** <code html>< | + | |
- | - **Replace** with: <code html>< | + | |
- | If you cannot find the line to replace, you would add the above right before the **</ | + | |
- | <tip c n> | + | |
- | <code html>< | + | |
- | </ | + | |
- | - Save the changes. < | + | |
- | - Now browse the categories on your site. When you browse a category with listings(classifieds & auctions) in it, view the RSS feed for the page((Most modern browsers have a way to view or subscribe to an RSS feed for a website. | + | |
+ | This article has been [[startup_tutorial_and_checklist: |