Changeset 2989127
- Timestamp:
- 11/05/2023 07:04:15 AM (2 years ago)
- Location:
- most-and-least-read-posts-widget/trunk
- Files:
-
- 2 edited
-
most_and_least_read_posts.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
most-and-least-read-posts-widget/trunk/most_and_least_read_posts.php
r2989009 r2989127 2 2 /* 3 3 Plugin Name: Most and Least Read Posts Widget 4 Plugin URI: http ://www.whiletrue.it/4 Plugin URI: https://www.whiletrue.it/ 5 5 Description: Provide two widgets, showing lists of the most and reast read posts. 6 6 Author: WhileTrue 7 7 Text Domain: most-and-least-read-posts-widget 8 8 Version: 2.5.17 9 Author URI: http ://www.whiletrue.it/9 Author URI: https://www.whiletrue.it/ 10 10 */ 11 11 /* … … 403 403 function most_and_least_read_posts_feed() 404 404 { 405 $feedurl = 'http ://www.whiletrue.it/feed/';405 $feedurl = 'https://www.whiletrue.it/feed/'; 406 406 $select = 8; 407 407 -
most-and-least-read-posts-widget/trunk/readme.txt
r2989009 r2989127 1 1 === Most And Least Read Posts Widget === 2 2 Contributors: whiletrue 3 Donate link: http ://www.whiletrue.it/3 Donate link: https://www.whiletrue.it/ 4 4 Tags: popular posts, post, posts, most read, least read, more read, top posts, less read, sidebar, widget, links 5 5 Requires at least: 2.9+ … … 60 60 = Reference = 61 61 62 For more informations: [www.whiletrue.it](http ://www.whiletrue.it/most-and-least-read-posts-widget-for-wordpress/ "www.whiletrue.it")62 For more informations: [www.whiletrue.it](https://www.whiletrue.it/most-and-least-read-posts-widget-for-wordpress/ "www.whiletrue.it") 63 63 64 64 Do you like this plugin? Give a chance to our other works: 65 65 66 * [Good old Share](http ://www.whiletrue.it/really-simple-share-wordpress-plugin/ "Good old Share")67 * [Good old Twitter Feed Widget](http ://www.whiletrue.it/really-simple-twitter-feed-widget-for-wordpress/ "Good old Twitter Feed Widget")68 * [Tilted Tag Cloud Widget](http ://www.whiletrue.it/tilted-tag-cloud-widget-per-wordpress/ "Tilted Tag Cloud Widget")69 * [Reading Time](http ://www.whiletrue.it/reading-time-for-wordpress/ "Reading Time")66 * [Good old Share](https://www.whiletrue.it/really-simple-share-wordpress-plugin/ "Good old Share") 67 * [Good old Twitter Feed Widget](https://www.whiletrue.it/really-simple-twitter-feed-widget-for-wordpress/ "Good old Twitter Feed Widget") 68 * [Tilted Tag Cloud Widget](https://www.whiletrue.it/tilted-tag-cloud-widget-per-wordpress/ "Tilted Tag Cloud Widget") 69 * [Reading Time](https://www.whiletrue.it/reading-time-for-wordpress/ "Reading Time") 70 70 71 71
Note: See TracChangeset
for help on using the changeset viewer.