Plugin Directory

Changeset 746566


Ignore:
Timestamp:
07/26/2013 01:49:53 AM (13 years ago)
Author:
amtyera
Message:

Fixed a silly bug of broken image

Location:
amty-thumb-recent-post
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • amty-thumb-recent-post/trunk/amtyThumb_posts.php

    r520395 r746566  
    284284                }else{
    285285                    $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);
    288288                }
    289289               
     
    364364        return '';
    365365 }
     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 }
    366376?>
  • amty-thumb-recent-post/trunk/readme.txt

    r520395 r746566  
    55Requires at least: 3.0
    66Tested up to: 3.2
    7 Stable tag: 8.0.0
     7Stable tag: 8.0.1
    88
    9 Fully customizable plugin to show Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail.
     9All-In-One. It shows Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail in your style.
    1010
    1111== Description ==
    1212
    13 This plugin shows Recently written, Recently viewed, Random, Mostly & Rarely Viewd, Mostly Commented posts with thumbnail. You can customize it's view in any way. It uses [amtyThumb](http://wordpress.org/extend/plugins/amtythumb/ "amtyThumb") plugin to extract first image for a post.
     13You 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.
    1414
    1515Fully customizable. You may control thumbnail size, Title length, appearance, etc.
     
    33336. You can test plugin through admin page.
    34347. List posts : You can list posts sorted by number of comments, views, last visted time etc. It'll help you
     35
     36Coming soon : One call function to build theme pages.
    3537
    3638= Dependency & Usage=
     
    115117== Changelog ==
    116118
     119= 8.0.1 =
     120* fixed a vry minor and silly bug of broken image
     121
    117122= 8.0.0 =
    118123* change in template codes for better customized apperance
Note: See TracChangeset for help on using the changeset viewer.