Advertising
advertising
related pastes to tag 'rss'
- 2098003 - RSS Ekleme: rss ekleme
-
- 1.
- <li>
- 2.
- <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a>
- 3.
- </li>
- 4.
- 2081569 - RSS Ekleme: rss ekleme
-
- 1.
- <li>
- 2.
- <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a>
- 3.
- </li>
- 4.
- 939363 - Anonymous: rtorrent rss
-
- #!/usr/bin/python
- import os
- import pickle
- import feedparser
- import xmlrpclib
- ...
- 939357 - Anonymous: rtorrent rss
-
- #!/usr/bin/python
- import os
- import pickle
- import feedparser
- import xmlrpclib
- ...
- 911087 - RSS Ekleme: rss ekleme
-
- 1.
- <li>
- 2.
- <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a>
- 3.
- </li>
- 4.
- 911086 - RSS Ekleme: rss ekleme
- 911077 - RSS Ekleme: rss ekleme
-
- 1.
- <li>
- 2.
- <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a>
- 3.
- </li>
- 4.
- 908868 - AndersHH php mysql rss timestamp
- preview unavailable
- 901590 - wordpress, using rss title filte: wordpress rss filters
-
- <?php
- /*
- Plugin Name: Modify Title
- Plugin URI: http://wordpress.org
- Description: Modify RSS title
- Version: 1.0
- Author: Nobody
- Author URI: http://www.wordpress.org
- 901582 - wordpress, using rss title filte: wordpress rss filters
-
- <?php
- /*
- Plugin Name: Modify Title
- Plugin URI: http://wordpress.org
- Description: Modify RSS title
- Author: WP
- Version: 1.0
- Author URI: http://www.wordpress.org
- 901560 - wordpress, using rss title filte: wordpress rss filters
-
- // --------------------------------------------
- // FILTER TITLE of RSS USING BLOGINFO FILTER
- // --------------------------------------------
- //
- function gv_modify_rss_title($show) {
- // seems to run through this filter for each element of the bloginfo
- // $show is the value of this particular bloginfo call