• i have been making simple websites with wordpress for over 2 years & haven’t had this problem.
    i went to install a new site today & have tried 2 premium paid themes & then 3 wordpress themes (of which i have used all of them except for the new 2011 theme). everytime i try to put the ‘recent posts’ widget on any theme, it will not show up.
    this is while running the new 3.2.1 version, i’m afraid to update any of my other blogs in case it messes it up.
    any ideas on how to fix this or if it’s the newest version of wordpress?
    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • how many recent posts are in your site?

    have you tried to deactivate all other plugins to see if that solves the problem?

    Thread Starter firefly88

    (@firefly88)

    there are no posts, i’m trying to build the page & it won’t show up at all no matter where i put it in the sidebar or which sidebar i use. i’ve tried to put it on there when i had no plugins yet & after putting the plugins on. also i did upgrade all of my older blogs to the new wp version 3.2.1 & all of those recent posts stayed right where they are. i have tried just about everything. as i mentioned, i’m building this site just like i’ve built every other site.? thanks for the idea

    there are no posts,

    so where is the problem?

    why would a recent post widget show if there are no posts?

    it is actually programmed this way – not to show at all if there are no recent posts;
    in /wp-includes/default-widgets.php from line 540:

    $r = new WP_Query(array('posts_per_page' => $number, 'no_found_rows' => true, 'post_status' => 'publish', 'ignore_sticky_posts' => true));
    		if ($r->have_posts()) :

    Thread Starter firefly88

    (@firefly88)

    the title that i give the widget has always showed when i am making a site whether i had any posts in it or not. it’s a new site so i have never had any posts in there when making one in the beginning & configuring everything. i do not know code but i can see where there is some kind of command for it, i believe you in what it means.
    i have just never had this happen before, i remember doing a site that i had to stop on before installing any info & that one didn’t have any posts on it for over a week but the title bar still showed where i put the widget.
    i will try to put a test post in to see if it fixes it. hopefully that will help, thanks for the info.

    Thread Starter firefly88

    (@firefly88)

    ok, thank you very much! that worked & now i feel dumb lol. but like i said, it hasn’t happened before & i’ve made tons of wp sites. don’t know but now it’s there so i’m good.
    thanks again

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘recent post widget will not show up on any theme’ is closed to new replies.