TataVostru
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I want to display 6 post from 1 categorymy 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(); ?>
Forum: Fixing WordPress
In reply to: I want to change Tag Name into Actors…tanks for the help
Forum: Themes and Templates
In reply to: add a immage over existing imageennybody?
Forum: Themes and Templates
In reply to: add a immage over existing imageit 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; ?>
Forum: Themes and Templates
In reply to: add a immage over existing imagei give it a try.. i will notice you if it work..
Forum: Fixing WordPress
In reply to: display only 6 post i wantForum: Fixing WordPress
In reply to: display only 6 post i wantThe 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(); ?>
Forum: Fixing WordPress
In reply to: display only 6 post i wantit 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
Forum: Fixing WordPress
In reply to: display only 6 post i wanti change but nothing happened… sugestion?
Forum: Fixing WordPress
In reply to: display only 6 post i wantyou have mistake the link ( :)?> ) … i make but nothing happened i am not an expert in php…pleas help:(
Forum: Themes and Templates
In reply to: add a immage over existing imageit is link tho the respective post
Forum: Themes and Templates
In reply to: add a immage over existing imageesmi 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; ?>
Forum: Fixing WordPress
In reply to: display only 6 post i wantThis 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 cssnooo men i want to display thumbs for the post… please loook now…. thanks
Forum: Themes and Templates
In reply to: Problem in cssesmi do you know?