RSS Feed
-
I have no clue how to read coding. I am trying to put RSS feed on some pages in my blog. I google it, and a bunch of copy and paste codes come up…Can someone please give me something I can understand.
For example, the homepage has widgets. Those are easy. I just paste the URL in and save. Why can’t I do this on other pages?
The blog I need help with is: (visible only to logged in users)
-
What sort of code are you trying to use?
Some code is forbidden on WordPress.com. If you try to use it, the platform strips out the code and it won’t work.
http://en.support.wordpress.com/code/If you see things like this, then it will be deleted:
embed, frame, iframe, form, input, object, textarea
Users are not allowed to post JavaScript on WordPress.com blogs. JavaScript can be used for malicious purposes.
Flash and all other embeds are not allowed in WordPress.com
-
This is what I found on google to copy and paste…
<ul class="feeds"></p> <li><a>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> <li><a>" title="<?php _e('Syndicate this site using Atom'); ?>"><?php _e('Atom'); ?></a></li> <li><a>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> </ul> -
My mistake and apologies:
I took a look at your link after I answered only to realize you are in the wrong forum and my answer does not apply to you.You are in the wrong forum; you have a self-hosted site using WordPress.ORG software. These forums are for only WordPress.COM technical advice.
See here, from the bottom of your site:
Copyright 2013 TeamFreq | Powered by WordPress | discover theme by antthemes
That “Powered by WordPress means you are using wp.ORG.
Here are differences in detail. Please head over to the wp.ORG support forums for help. -
You should also notice that I had to “fix” your code by adding the close tag for your unordered list because it was breaking this forum thread.
Perhaps that is your problem as well over on wp.org?
- The topic ‘RSS Feed’ is closed to new replies.