gwenm
Forum Replies Created
-
Forum: Plugins
In reply to: [nrelate Most Popular] When the update to wp 3.5?Sorry I no longer use..
Forum: Plugins
In reply to: How to display more than 10 items in RSSHelp me please..thank you..
Forum: Plugins
In reply to: How to display more than 10 items in RSSThis is not the cache because I integrate this code on function.php:
add_filter( ‘wp_feed_cache_transient_lifetime’, create_function(‘$a’, ‘return 36;’) );Help me please..thank you..
Hello, I have the same problem, how to solve? Thank’s
Forum: Fixing WordPress
In reply to: Parse errorSuccess:
<?php get_header(); ?> <div id="content"> <div id="contentleft"> <div class="postarea3"> <?php include(TEMPLATEPATH."/breadcrumb.php");?> <?php echo category_description( $category_id ); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php get_the_category_by_ID( 718 ); ?> <div class="article4"> <?php the_excerpt(); ?> </div> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?> <p><?php if(function_exists('wp_simple_pagination')) { wp_simple_pagination(); } ?></p> </div> </div> <?php include(TEMPLATEPATH."/sidebar.php");?> </div> <!-- The main column ends --> <?php get_footer(); ?>
Thank you very much ^^
Forum: Fixing WordPress
In reply to: Parse errorYou understand ;), I want to show one category with a special layout.
I am French and I have difficulties in translating the codex. Thanks for the links, I’ll look at it.Forum: Fixing WordPress
In reply to: Parse errorI want to display a specific category (category id=718)…
Forum: Fixing WordPress
In reply to: Parse errorI dont now .. I just remove <?php on line 17 and the error remains the same..
Forum: Fixing WordPress
In reply to: Parse errorMy error:
Parse error: syntax error, unexpected T_ENDWHILE in /web/doclibre/www/wp-content/themes/lifestyle_20/category.php on line 36
Forum: Fixing WordPress
In reply to: Parse errorI remove <?php on line 17 but it does not work…
<?php get_header(); ?> <div id="content"> <div id="contentleft"> <div class="postarea3"> <?php include(TEMPLATEPATH."/breadcrumb.php");?> <?php echo category_description( $category_id ); ?> if (have_posts()) { while (have_posts()) { the_post(); } $cats = get_categories(); foreach ($cats as $cat) { query_posts('showposts=10&cat=718-CATEGORIE'.$cat->cat_ID); ?> <div class="article4"> <?php the_excerpt(); ?> </div> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?> <p><?php if(function_exists('wp_simple_pagination')) { wp_simple_pagination(); } ?></p> </div> </div> <?php include(TEMPLATEPATH."/sidebar.php");?> </div> <!-- The main column ends --> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Parse errorThanks, but it does not work…
Forum: Plugins
In reply to: [Genesis Single Post Navigation] I can’t activateThanks, I already use, thank you very much ^ ^ keep doing us good plugin like this;
Forum: Plugins
In reply to: {Plugin: Mingle] Mingle Profiles Not LoadingHello, I have exactly the same problem, from without, help us please..
Forum: Plugins
In reply to: [uCan Post] [Plugin: uCan Post] Incompatible with wp 3.0.5 ?every time! Thank you! ??
Forum: Plugins
In reply to: [uCan Post] [Plugin: uCan Post] didn't work at allHello, this plugin gives me a blank page .. I recorded [uCan-Post] page and html validated once my page is blank … Any idea?