Forum Replies Created

Viewing 15 replies - 136 through 150 (of 163 total)
  • Thread Starter TataVostru

    (@tatavostru)

    my index looks like this

    <?php get_header(); ?>
    <div class="art-contentLayout">
    <div class="art-content">
    
    <?php include (TEMPLATEPATH . '/rotatingpost.php'); ?>
    <?php include (TEMPLATEPATH . '/altestiri.php'); ?>
    <?php include (TEMPLATEPATH . '/toptrailere.php'); ?>
    <?php include (TEMPLATEPATH . '/boxoffice.php'); ?>
    <?php include (TEMPLATEPATH . '/topactori.php'); ?>
    <?php include (TEMPLATEPATH . '/stiri.php'); ?>
    
    </div>
    <?php include (TEMPLATEPATH . '/sidebar1.php'); ?>
    </div>
    <div class="cleared"></div>
    
    <?php get_footer(); ?>
    Thread Starter TataVostru

    (@tatavostru)

    tanks for the help

    Thread Starter TataVostru

    (@tatavostru)

    ennybody?

    Thread Starter TataVostru

    (@tatavostru)

    it show ok but way it show the tite duplicate in internet explorer?

    <div class="trailere_t">TOP Trailere <div class="trailere_link"><a href="https://www.trailer-youtube.com" title="mai multe trailere">mai multe trailere</a></div></div>
    <div class="art-Post-inner art-article">
    <h2 class="art-PostHeaderIcon-wrapper">
    <span class="art-PostHeader">
    </a></span>
    </h2>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class="front_trai">
    <div class="fr">
    <div class="trai">
    <div class="covers">
    <?php $homethumb = get_post_meta($post->ID,'homethumb', true);  ?><a href=" <?php the_permalink() ?>" rel="bookmark" title="<?php printf(__(' %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><span></span><img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="95" height="140" alt="" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>" /></td>
    </div>
    </div>
    <div class="trai_link">
        <a href="<?php the_permalink()?>" rel="bookmark" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>"> <?php the_title(); ?></td>
    
    </div>
    </div>
    </div>
    <?php endwhile; ?>
    <?php if ($prev_link || $next_link): ?>
    <div class="navigation">
    	<div class="alignleft"><?php echo $next_link; ?></div>
    	<div class="alignright"><?php echo $prev_link; ?></div>
    </div>
    <?php endif; ?>
    <?php else : ?>
    <h2 class="center"><?php _e('Not Found', 'kubrick'); ?></h2>
    <p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.', 'kubrick'); ?></p>
    <?php if(function_exists('get_search_form')) get_search_form(); ?>
    <?php endif; ?>
    Thread Starter TataVostru

    (@tatavostru)

    i give it a try.. i will notice you if it work..

    Thread Starter TataVostru

    (@tatavostru)

    Thread Starter TataVostru

    (@tatavostru)

    The index look’s like this… i do not think here is the problem

    <?php get_header(); ?>
    <div class="art-contentLayout">
    <div class="art-content">
    
    <?php include (TEMPLATEPATH . '/rotatingpost.php'); ?><br />
    <?php include (TEMPLATEPATH . '/toptrailere.php'); ?>
    <?php include (TEMPLATEPATH . '/altestiri.php'); ?><br />
    <?php include (TEMPLATEPATH . '/boxoffice.php'); ?><br />
    <?php include (TEMPLATEPATH . '/stiri.php'); ?><br />
    
    </div>
    <?php include (TEMPLATEPATH . '/sidebar1.php'); ?>
    </div>
    <div class="cleared"></div>
    
    <?php get_footer(); ?>

    Thread Starter TataVostru

    (@tatavostru)

    it works with the stiky post ..its ok but wen seting in
    Blog pages show at most 10 ( because i want in archive to display 10 post per page ….. on the front page will displayy too )……

    anny sugestion

    Thread Starter TataVostru

    (@tatavostru)

    i change but nothing happened… sugestion?

    Thread Starter TataVostru

    (@tatavostru)

    you have mistake the link ( :)?> ) … i make but nothing happened i am not an expert in php…pleas help:(

    Thread Starter TataVostru

    (@tatavostru)

    it is link tho the respective post

    Thread Starter TataVostru

    (@tatavostru)

    esmi i want to make the trailerbg.png image to apear over post image only in front…..

    this is the code…

    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class="front_trai">
    <div class="fr">
    <div class="trai">
    <?php $homethumb = get_post_meta($post->ID,'homethumb', true);  ?><a href=" <?php the_permalink() ?>" rel="bookmark" title="<?php printf(__(' %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="95" height="140" alt="" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>" /></td>
    </div>
    <div class="trai_link">
        <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></td>
    </div>
    </div>
    </div>
    <?php endwhile; ?>
    <?php if ($prev_link || $next_link): ?>
    <div class="navigation">
    	<div class="alignleft"><?php echo $next_link; ?></div>
    	<div class="alignright"><?php echo $prev_link; ?></div>
    </div>
    <?php endif; ?>
    <?php else : ?>
    <h2 class="center"><?php _e('Not Found', 'kubrick'); ?></h2>
    <p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.', 'kubrick'); ?></p>
    <?php if(function_exists('get_search_form')) get_search_form(); ?>
    <?php endif; ?>
    Thread Starter TataVostru

    (@tatavostru)

    This is the code , i want to display only 5 post wath i want… not the last post … i want to display them like this:

    https://trailer-youtube.com/images/toptrailere.jpg

    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class="front_trai">
    <div class="fr">
    <div class="trai">
    <?php $homethumb = get_post_meta($post->ID,'homethumb', true);  ?><a href=" <?php the_permalink() ?>" rel="bookmark" title="<?php printf(__(' %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="95" height="140" alt="" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>" /></td>
    </div>
    <div class="trai_link">
        <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></td>
    </div>
    </div>
    </div>
    <?php endwhile; ?>
    <?php if ($prev_link || $next_link): ?>
    <div class="navigation">
    	<div class="alignleft"><?php echo $next_link; ?></div>
    	<div class="alignright"><?php echo $prev_link; ?></div>
    </div>
    <?php endif; ?>
    <?php else : ?>
    <h2 class="center"><?php _e('Not Found', 'kubrick'); ?></h2>
    <p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.', 'kubrick'); ?></p>
    <?php if(function_exists('get_search_form')) get_search_form(); ?>
    <?php endif; ?>
    Forum: Themes and Templates
    In reply to: Problem in css
    Thread Starter TataVostru

    (@tatavostru)

    nooo men i want to display thumbs for the post… please loook now…. thanks

    Forum: Themes and Templates
    In reply to: Problem in css
    Thread Starter TataVostru

    (@tatavostru)

    esmi do you know?

Viewing 15 replies - 136 through 150 (of 163 total)