Contextual Related Posts - Version 1.1.1

Version Description

Download this release

Release Info

Developer Ajay
Plugin Icon 128x128 Contextual Related Posts
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1 to 1.1.1

Files changed (1) hide show
  1. contextual-related-posts.php +3 -3
contextual-related-posts.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Contextual Related Posts
4
- Version: 1.1
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/
6
  Description: Show user defined number of contextually related posts. Based on the plugin by <a href="http://weblogtoolscollection.com">Mark Ghosh</a>. <a href="options-general.php?page=crp_options">Configure...</a>
7
  Author: Ajay D'Souza
@@ -99,8 +99,8 @@ function crp_default_options() {
99
  title => $title, // Add before the content
100
  add_to_content => true, // Add related posts to content (only on single pages)
101
  add_to_feed => true, // Add related posts to feed
102
- limit => '5' // How many posts to display?
103
- match_content => '5' // Match against post content as well as title
104
  );
105
  return $crp_settings;
106
  }
1
  <?php
2
  /*
3
  Plugin Name: Contextual Related Posts
4
+ Version: 1.1.1
5
  Plugin URI: http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/
6
  Description: Show user defined number of contextually related posts. Based on the plugin by <a href="http://weblogtoolscollection.com">Mark Ghosh</a>. <a href="options-general.php?page=crp_options">Configure...</a>
7
  Author: Ajay D'Souza
99
  title => $title, // Add before the content
100
  add_to_content => true, // Add related posts to content (only on single pages)
101
  add_to_feed => true, // Add related posts to feed
102
+ limit => '5', // How many posts to display?
103
+ match_content => '5', // Match against post content as well as title
104
  );
105
  return $crp_settings;
106
  }