Is there such thing as a homepage news plugin for wordpress which lets you insert thumbnails and news snippets on your homepage?
Is there such thing as a homepage news plugin for wordpress which lets you insert thumbnails and news snippets on your homepage?
My affiliate blog: Affiliate FYI
Sell your Forum Signature Links! I want to buy links in your other forum profile signatures to my affiliate and SEO blog at AffiliateFYI.com.
If its your own news posts you can post excerpts with a tbunail without a plugin, this is how I did it, just copy your page.php, paste it to a new txt doc, name it at the top...
Add this to it, you should be able to work out where it goes..Code:<?php /* Template Name: Blog Template */ ?>
Upload it, open the home page and select the page type to the one you named. Then when ever you make a post in that category it'll show up on the page. Its worth messing about 1st before you change the home page, The excerpt length is handled in the functions file, pretty easy to spot. Just make sure and backup the files you want to edit before you mess with them.Code:<?php $pages = get_posts(array( "category" => news category number here, "numberposts" => number of posts you want to show, "orderby"=> "date" )); foreach ($pages as $post) : setup_postdata($post); ?> <h2><?php the_title(); ?></h2> <a href="<?php the_permalink(); ?>"> <?php the_post_thumbnail(array(100,100), array('class' => 'alignleft')); ?> </a> <?php the_excerpt(); ?> <?php endforeach; ?>
Diversify with Shareasale & if your a developer its the place to Sell your Stuff.
Awesome Wordpress themes & html templates from $20 - $50 | Premium plugins & useful scripts form $5
This dude knows what he is doing..
Roger Shriver age 30 is a scammer located in Florida. Do NOT do business with him unless you want negative consequences. I have ordered his full background report and record for anyone wanting to view it
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks