livresoft
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Bannerize] [Plugin: WP Bannerize] Stuck on RandomI am with the same problem
Forum: Fixing WordPress
In reply to: have_posts getting pages instead of postsim following the same words from jpcody, i have exactly the same issue
Forum: Fixing WordPress
In reply to: have_posts getting pages instead of postsGood to hear I’m not the only one with the issue, livresoft.
Hi Jpcody, sorry for this post invasion, but i spend entire night looking out for a solution.! regards
Forum: Fixing WordPress
In reply to: have_posts getting pages instead of posts<?php /* Template Name: Blog */ ?> <?php get_header(); ?> <?php global $woo_options; ?> <!-- #content Starts --> <?php woo_content_before(); ?> <div id="content" class="col-full"> <div id="main-sidebar-container"> <!-- #main Starts --> <?php woo_main_before(); ?> <div id="main"> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("paged=$paged"); ?> <?php if (have_posts()) : $count = 0; ?> <?php while (have_posts()) : the_post(); $count++; ?> <!-- Post Starts --> <?php woo_post_before(); ?> <div <?php post_class(); ?>> <?php woo_post_inside_before(); ?> <?php woo_image('width='.$woo_options['woo_thumb_w'].'&height='.$woo_options['woo_thumb_h'].'&class=thumbnail '.$woo_options['woo_thumb_align']); ?> <h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2> <p class="post-meta"> <span class="small"><?php _e('by', 'woothemes') ?></span> <span class="post-author"><?php the_author_posts_link(); ?></span> <span class="small"><?php _e('on', 'woothemes') ?></span> <span class="post-date"><?php the_time($GLOBALS['woodate']); ?></span> <span class="small"><?php _e('in', 'woothemes') ?></span> <span class="post-category"><?php the_category(', ') ?></span> </p> <div class="entry"> <?php the_excerpt(); ?> </div> <div class="post-more"> <span class="read-more"><a href="<?php the_permalink() ?>" title="<?php _e('Read full story','woothemes'); ?>"><?php _e('Read full story','woothemes'); ?></a></span> • <span class="comments"><?php comments_popup_link(__('Comments { 0 }', 'woothemes'), __('Comments { 1 }', 'woothemes'), __('Comments { % }', 'woothemes')); ?></span> </div> <?php woo_post_inside_after(); ?> </div><!-- /.post --> <?php woo_post_after(); ?> <?php endwhile; else: ?> <div class="post"> <p><?php _e('Sorry, no posts matched your criteria.', 'woothemes') ?></p> </div><!-- /.post --> <?php endif; ?> <?php woo_pagenav(); ?> </div><!-- /#main --> <?php woo_main_after(); ?> <?php get_sidebar(); ?> </div><!-- /#main-sidebar-container --> <?php get_sidebar('alt'); ?> </div><!-- /#content --> <?php woo_content_after(); ?> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: have_posts getting pages instead of postsi deactivated all plugins, upload them again, upload entire WP 3.0 and nothing
Forum: Fixing WordPress
In reply to: have_posts getting pages instead of postsa post working:
Forum: Fixing WordPress
In reply to: have_posts getting pages instead of postshttps://www.saudaveissubversivos.org/wp
see the blog section, almost the same issue You have
a post linked to homepage
Forum: Fixing WordPress
In reply to: have_posts getting pages instead of postsI have the same problem, my blog section is retrieving a page (main page) and doesnt show any posts
Forum: Fixing WordPress
In reply to: Weird Issue with blog template linking WP3.0I have this lines before loop,
<?php $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1; query_posts(“paged=$paged”); ?>
<?php if (have_posts()) : $count = 0; ?>
<?php while (have_posts()) : the_post(); $count++; ?>seems this error relation with the variable $paged ?
Forum: Fixing WordPress
In reply to: Admin permission error after 3.0 upgradeIt happened to me yesterday, resolved deleting the files from my Language folder (im using pt_BR Wp 3.0) via ftp. So the system turn back to English and I was able to login then restore the language pack.
Not sure if this is applicable to you but solved to me.Forum: Fixing WordPress
In reply to: 3.0 upgrade blocks dashboard — do not have sufficient permissionI have WP 3.0 installed and this problems show up yesterday. I found a solution somewhere to clean the Language folder (my installation is pt_BR). The system turn back to english and I was able to login and restore my original language. Hope this help you!