• Hi everyone,

    I have an strange issue with a WP installantion.

    Everything was runnin fine with WP 2.92 and Woo Theme Canvas

    Updated to WP 3.0 still running ok, but yesterday I was removing some plugins, deactivating other and then the Blog section starts showing just one post linked to main page.

    The mainpage is a Page created and set as static front page. It is not a post. The blog section follow a theme template-blog. They wasnt touched.

    Now main is ok, blog dont show posts, just a post-like post wich is a link to main…

    https://www.saudaveissubversivos.org/wp (see blog section)

    I had try everything, repair database, remove, reinstall plugins, set different page to blog etc

    Please someone can help me?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter livresoft

    (@livresoft)

    I 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 ?

Viewing 1 replies (of 1 total)
  • The topic ‘Weird Issue with blog template linking WP3.0’ is closed to new replies.