Title: help for editing theme
Last modified: August 30, 2016

---

# help for editing theme

 *  [saadat68](https://wordpress.org/support/users/saadat68/)
 * (@saadat68)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-for-editing-theme/)
 * 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](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.

## Tags

 * [edit theme](https://wordpress.org/support/topic-tag/edit-theme/)

 * 0 replies
 * 1 participant
 * Last reply from: [saadat68](https://wordpress.org/support/users/saadat68/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/help-for-editing-theme/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
