Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Older Post not showing up in wordpress

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30878
    magicmike06
    Member

    I have looked on google and can not seem to figure this one out. I have it set up so that you only see 2 posts on the blogroll. however when you click to view older posts. The same 2 post show up, when it is suppose to show older posts. the website is sethtowerhurd.com

    here is my code.

    
    /**
    * @package WordPress
    * @subpackage Genesis
    */

    get_header(); ?>













    id="post-">




    $width = get_option('thumbnail_size_w') / 1; //get the width of the thumbnail setting
    $height = get_option('thumbnail_size_h') / 1; //get the height of the thumbnail settin
    the_post_thumbnail(array($width, $height), array('class' => 'alignleft'));?>















    Not Found


    Sorry, but you are looking for something that isn't here.

















    #71181
    magicmike06
    Member

    ideas anyone??

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.