• Hi
    I use yamakasi theme.
    I active and use easy digital download. when I post a download in my site title changes to this picture:
    http://b24i.imgup.net/Untitled-1dff1.jpg

    How i can solve this problem ?

    single page code:

    <?php get_header(); ?>
    
    <div id="content" >
    
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    
    <div class="post" id="post-<?php the_ID(); ?>">
    <div class="title">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="پیوند پایدار به <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    </div>
    
    <div class="postmeta">
    	<span class="author">نوشته شده توسط <?php the_author(); ?> </span> <span class="clock">  <?php the_time(' j M Y'); ?></span> <span class="comm"><?php comments_popup_link('بدون دیدگاه', 'یک دیدگاه', '% دیدگاه'); ?></span>
    </div>
    
    <div class="entry">
    <?php the_content('ادامه ی این مطلب را بخوانید &raquo;'); ?>
    
    <div class="clear"></div>
    <?php wp_link_pages(array('before' => '<p><strong>صفحات: </strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    </div>
    
    <div class="singleinfo">
    <span class="category">موضوع :  <?php the_category(', '); ?> </span>
    </div>
    
    </div>
    
    <?php comments_template(); ?>
    <?php endwhile; else: ?>
    
    		<h1 class="title">پیدا نشد !</h1>
    		<p>ببخشد ، صفحه ی مورد نظر شما پیدا نشد.
     لطفا دوباره جست و جو کنید یا اینکه به صفحه اصلی سایت بازگردید.</p>
    
    <?php endif; ?>
    
    </div>
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

The topic ‘help for editing theme’ is closed to new replies.