New Posts
Live Radio
Welcome guest, is this your first visit?
  • Login:
TruePoker.eu Affiliate Program
+ Reply to Thread
Results 1 to 3 of 3
Like Tree1Likes
  • 1 Post By pokerworx

Thread: Is there a homepage news plugin for wp?

  1. #1
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jul 2009
    Location
    england
    Posts
    1,039
    Blog Entries
    6
    Feedback Score
    18 (100%)

    Default Is there a homepage news plugin for wp?

    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.

  2. #2
    d[-_-]b
    My Status
     

    Add as a friend
    Join Date
    Apr 2009
    Location
    (◣_◢)
    Posts
    890
    Blog Entries
    2
    Feedback Score
    16 (100%)

    Default

    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...

    Code:
    <?php
    /*
    Template Name: Blog Template
    */
    ?>
    Add this to it, you should be able to work out where it goes..

    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; ?>
    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.
    ak likes this.
    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

  3. #3
    ak
    ak is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Feb 2010
    Location
    Kansas
    Posts
    1,529
    Blog Entries
    4
    Feedback Score
    73 (100%)

    Default

    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


 

Thread Information

Users Browsing this Thread

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

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant