Activity Stream
48,167 MEMBERS
61110 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 6 of 6
  1.     
    #1
    Member

    Default help plugin WP random posts display image ?

    help, plugin WP random posts display image ?

    I search new plugin, but i do not use in my WP.
    spotlight2000 Reviewed by spotlight2000 on . help plugin WP random posts display image ? help, plugin WP random posts display image ? I search new plugin, but i do not use in my WP. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Pure Awesomeness!
    You mean a plugin to show random posts with images/thumbs?



  4.     
    #3
    Member
    Yes, i active plugin "advance random posts ( have thumbs)" ,but it don't display thumbs, only text.

  5.     
    #4
    Member
    Website's:
    bypassx.com
    I coded a simple one to use into my blog, but it uses timthumb, anyways can be modified very easily to not use timthumb. The plugin is not coded in very proffesional way but do the job.
    Check my site http://www.userpornx.com
    Check one post ("what others are viewing") and if you are searching something like the plugin that i coded, i will share with you without problems.

  6.     
    #5
    Member
    I am using this (a bit modified version) with the combination of "get the image" plugin and it works fine for me. Try it.

    Note: I am not the coder, credit goes to the one who wrote metube theme.

    Code: 
    <div class="randomposts">
    			
    				<h2>Random posts</h2>
    				<?php $recent = new WP_Query("cat=-YOUR_CAT_ID>&showposts=12&orderby=rand"); while($recent->have_posts()) : $recent->the_post();?>
    					<div class="posts">
    						<div class="postimage">
    							<a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php if ( function_exists( 'get_the_image' ) ) get_the_image( array( 'meta_key' => 'timethumb', 'size' => 'medium', 'width' => '120', 'height' => '72', 'image_class' => 'feature' ) ); ?></a>
    						</div>
    					</div>
    				<?php endwhile; ?>
    			
    			</div>
    			
    			<div class="randomposts">

  7.     
    #6
    Member
    can you write to guide ? thank you much.

    Or Widget "Featured Posts" in site: jav-porn.com , name of plugin ?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to display two posts horizontally in WordPress?
    By ChosenOne in forum Wordpress
    Replies: 1
    Last Post: 4th Mar 2012, 12:52 PM
  2. How to Display Random Posts in WordPress ?
    By thesnake in forum Wordpress
    Replies: 2
    Last Post: 27th Feb 2012, 07:56 PM
  3. Wordpress Show Random Posts Help
    By Sponge Bob in forum Wordpress
    Replies: 3
    Last Post: 11th Feb 2012, 08:21 AM
  4. How to display latest posts in search page?
    By PornRip.org in forum Wordpress
    Replies: 0
    Last Post: 1st Jan 2012, 04:34 PM
  5. Script / Plugin to display product in 3D?
    By nICEsHARE in forum Webmaster Discussion
    Replies: 2
    Last Post: 25th Mar 2011, 05:26 PM

Tags for this Thread

BE SOCIAL