Activity Stream
48,167 MEMBERS
6702 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default need help on wordpress template

    i just installed a new wordpress template that has a preview on the homepage but the problem is it only shows the preview and not the title of the post

    i just want the title to appear on the top of the preview

    here's the screenshot



    and here's the index code of the template

    Code: 
    <?php 
    get_header();
    ?>
    
    <?php $count = 0;?>
            <?php query_posts('showposts=16'); ?>
    
    <?php if (have_posts()) : ?>
    
    <?php while (have_posts()) : the_post(); ?>
    
    <div class="postindex" id="post-<?php the_ID(); ?>">
    
    
        
        <div class="entry">
                <a href="<?php the_permalink() ?>" rel="bookmark">
                <img src="<?php $values = get_post_custom_values("poster"); echo $values[0]; ?>" alt="<?php the_title(); ?>" /></a>
            <?php if(function_exists('the_ratings')) { the_ratings(); } ?>  
            <?php if(function_exists('the_views')) { the_views(); } ?>  
        </div>
        
    
    
    </div>
    
    <?php endwhile; else: ?>
                <h2>Not Found</h2>
                <p>Sorry, but you are looking for something that isn't here.</p>
    <?php endif; ?>
    
                    <div class="alignleft"><?php next_posts_link('&laquo; previous') ?></div>
                    <div class="alignright"><?php previous_posts_link('next &raquo;') ?></div>
    
    <?php get_footer(); ?>
    hope you can help me

    thank you
    Godric Reviewed by Godric on . need help on wordpress template i just installed a new wordpress template that has a preview on the homepage but the problem is it only shows the preview and not the title of the post i just want the title to appear on the top of the preview here's the screenshot http://i56.tinypic.com/zsqveq.jpg and here's the index code of the template Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Whats your URL? Theme Name?
    It's normally associated with:
    <?php the_title(); ?>
    But we might need a closer look to help efficiently.

    UltraIMG - Free Image Hosting
    Want to ask me anything to do with UltraIMG?? Send me a PM.
    Chances are that if you leave a message on the forum I might not see it. :)

  4.     
    #3
    Member
    the theme name is movieXpress

    sorry but i don't want to disclose my url

  5.     
    #4
    Member
    Just place it within the div class entry. You'd have to look at WP api or theme functions list to get the title.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Please suggest me a wordpress template
    By .nItIsH. in forum Webmaster Discussion
    Replies: 4
    Last Post: 27th Sep 2012, 05:59 AM
  2. Need help with a wordpress template
    By .nItIsH. in forum Webmaster Discussion
    Replies: 1
    Last Post: 21st Jan 2012, 12:25 PM
  3. Sborg Wordpress Template
    By porny in forum Web Development Area
    Replies: 4
    Last Post: 10th Nov 2011, 02:18 AM
  4. [Buying] Template wordpress
    By AiWaBR in forum Completed Transactions
    Replies: 6
    Last Post: 15th Jun 2011, 03:48 PM
  5. Replies: 0
    Last Post: 24th Mar 2010, 02:56 PM

Tags for this Thread

BE SOCIAL