Changeset 746566
- Timestamp:
- 07/26/2013 01:49:53 AM (13 years ago)
- Location:
- amty-thumb-recent-post
- Files:
-
- 6 added
- 2 edited
-
tags/8.0.1 (added)
-
tags/8.0.1/amtyThumbPostsAdminPg.php (added)
-
tags/8.0.1/amtyThumb_posts.php (added)
-
tags/8.0.1/logo.jpg (added)
-
tags/8.0.1/readme.txt (added)
-
tags/8.0.1/supportingfunctions.php (added)
-
trunk/amtyThumb_posts.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
amty-thumb-recent-post/trunk/amtyThumb_posts.php
r520395 r746566 284 284 }else{ 285 285 $imgpath = lead_img_thumb_post($width ,$height ,$default_img_path , $post->ID ); 286 echo "<br />" . $imgpath;287 //$temp = str_replace("%POST_THUMB%", $imgpath , $temp);286 //echo "<br />" . $imgpath; 287 $temp = str_replace("%POST_THUMB%", $imgpath , $temp); 288 288 } 289 289 … … 364 364 return ''; 365 365 } 366 367 function getLastVisitedInterval($pid){ 368 $time = get_post_meta($pid,'amtylastviewed', true); 369 $currenttime = time(); 370 371 if($time > 0 ) 372 return date("d-M-Y h:i:s",$time); 373 else 374 return ''; 375 } 366 376 ?> -
amty-thumb-recent-post/trunk/readme.txt
r520395 r746566 5 5 Requires at least: 3.0 6 6 Tested up to: 3.2 7 Stable tag: 8.0. 07 Stable tag: 8.0.1 8 8 9 Fully customizable plugin to show Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail.9 All-In-One. It shows Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail in your style. 10 10 11 11 == Description == 12 12 13 This plugin shows Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail. You can customize it's view in anyway. It uses [amtyThumb](http://wordpress.org/extend/plugins/amtythumb/ "amtyThumb") plugin to extract first image for a post.13 You can customize the view in your way. It uses [amtyThumb](http://wordpress.org/extend/plugins/amtythumb/ "amtyThumb") plugin to extract first image for a post. 14 14 15 15 Fully customizable. You may control thumbnail size, Title length, appearance, etc. … … 33 33 6. You can test plugin through admin page. 34 34 7. List posts : You can list posts sorted by number of comments, views, last visted time etc. It'll help you 35 36 Coming soon : One call function to build theme pages. 35 37 36 38 = Dependency & Usage= … … 115 117 == Changelog == 116 118 119 = 8.0.1 = 120 * fixed a vry minor and silly bug of broken image 121 117 122 = 8.0.0 = 118 123 * change in template codes for better customized apperance
Note: See TracChangeset
for help on using the changeset viewer.