Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Forgaria

    (@forgaria)

    Thanks for your answer!

    Here is what it printed out:

    array(5) { ["pop"]=> array(2) { ["taxonomy"]=> int(1) ["taxonomy_detail"]=> string(29) "a:1:{s:11:"product_cat";i:1;}" } ["disney"]=> array(2) { ["taxonomy"]=> int(1) ["taxonomy_detail"]=> string(29) "a:1:{s:11:"product_cat";i:1;}" } ["xxx"]=> array(1) { ["title"]=> int(1) } ["snow"]=> array(1) { ["title"]=> int(2) } ["white"]=> array(1) { ["title"]=> int(2) } }

    Thread Starter Forgaria

    (@forgaria)

    Yes. Product_cat was already checked when I built the index…

    Thread Starter Forgaria

    (@forgaria)

    Yes, it’s posté.

    Any idea?

    Thread Starter Forgaria

    (@forgaria)

    Anyone?

    Thread Starter Forgaria

    (@forgaria)

    This is precisely what I was talking about.

    Here is the index.php.

    Thanks!

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">
    
    <head profile="https://gmpg.org/xfn/11">
    <title><?php bloginfo('name') ?><?php if ( is_404() ) : ?> &raquo; <?php _e('Not Found') ?><?php elseif ( is_home() ) : ?> &raquo; <?php bloginfo('description') ?><?php else : ?><?php wp_title() ?><?php endif ?></title>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /><?php wp_head(); ?>
    <?php wp_get_archives('type=monthly&format=link'); ?>
    <?php //comments_popup_script(); // off by default ?>
    <?php wp_head(); ?>
    </head>
    
    <body>
    <?php get_header(); ?>
    
    <div id="primary">
    <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
    
    <h1><?php the_time('d/m/Y') ?> - <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
    
    <div class="post_meta">Posté par <?php the_author() ?> dans <?php the_category(', ') ?></div>
    
    <div class="post_text"><?php the_content(); ?></div>
    
    <div class="post_footer"><?php comments_popup_link('Pas de commentaires', '1 Commentaire', '% Commentaires'); ?><?php edit_post_link('Editer', ' - ', ''); ?></div>
    
    <?php endwhile; ?>
    <?php endif; ?>
    </div>
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
    
    </div>
    </body>
    </html>
    Thread Starter Forgaria

    (@forgaria)

    Ok.

    Thanks!

    Thread Starter Forgaria

    (@forgaria)

    2. Solved ! It takes me several hours of playing with divs but it seems to work properly… At least in Camino…

    3. Same question again : is the template the same under lets say… IE, Safari and Firefox ?

    Thanks !

    Thread Starter Forgaria

    (@forgaria)

    1. Solved ! Thanks !

    2. I’m still struggling with that one, probably because I’m too used to the code ?? !

    3. Strange… The template looks the same ?

Viewing 8 replies - 1 through 8 (of 8 total)