Any Short code Availble for Get Post List With Thumbnail Plugin? or else how to Create Short code for this Particular plugin?
Thank u in Advance.
Leave a Reply
You must be logged in to post a comment.
Any Short code Availble for Get Post List With Thumbnail Plugin? or else how to Create Short code for this Particular plugin?
Thank u in Advance.
You must be logged in to post a comment.
here is a quick crack at making it a shortcode paste this code in your theme’s functions.php file:
Usage:
simply call the shortcode
[gplt parametes]
from any post or a pageparameters:
Vertical , h = Horizontal default
‘v’
true, false default ‘false’
true, false default ‘false’
true, false default ‘false’
2 – m/d/y default ‘1’
or blank for all categories default
”
//default=20
linn=”3″ //default=3 only for
horizontal orientation
//default = 40
//default = 40
I’ve developed a new version for Get Post List With Thumbnails 4.0.0 and now it’s possible to use shortcodes.
function getPostListThumbs_shortcode($atts, $content = null){
// if (have_posts()) :
global $post;
}
i Found the bug in this line ‘if (have_posts()) :’ .We Need to make Comment Lines.
1.//if (have_posts()) :
2. // endif;
Now It’s Working Fine.Hurrahhhhh.Thanks Bainternet 🙂