Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'rss'

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