הי,
מצטערת אם ענית כבר על השאלה הזאת. ניסיתי לחפש את הנושא אך החיפוש לא עבד לי.
הורדתי עיצוב של וורדפרס ואני מעלה מאמרים לאתר.
כיצד מורידים את השעה המופיעה מתחת לכותרת הכתבה?
האם לפעול דרך ה THEME EDITOR ->EDITING PAGE PHP ?
מה למחוק? ניסיתי כבר את הקטע המסומן אבל הדף לא עלה בכלל.
תודה,
דורה
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="entry">
<div class="entrytitle">
<h1><a href="<?php the_permalink() ?>” rel="bookmark" title="Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<?php if (!(is_page('About') || is_page('Contact') || is_page('Sitemap')) ) :?>
<div class="endate"><?php the_author(); ?> on <?php the_time('F jS, Y'); ?></div>
<?php endif; ?>
</div>
<div class="entrybody">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<div class="pagelink"><?php wp_link_pages(); ?></div>
<?php if (!(is_page('About') || is_page('Contact') || is_page('Sitemap')) ) :?>
<div class="entrymeta"><div class="postinfo">
<?php ag_social_bookmarks(); ?>
<span id="rss">Subscribe to <a href="<?php bloginfo('rss2_url'); ?>” title="<?php _e('Subscribe to RSS feed'); ?>” rel="nofollow"><?php _e('<abbr title="Subscribe to RSS Feed">RSS</abbr>'); ?></a>
<?php edit_post_link('Edit', ' | ', ''); ?>
</div></div>
<?php endif; ?>
</div>
<div class="commentsblock">
<?php comments_template(); ?>
</div>
<?php endwhile; ?>
<?php else : ?>
Not Found
<div class="entrybody">Sorry, but you are looking for something that isn’t here.</div>
<?php endif; ?>
</div>
<?php get_footer(); ?>
שלום אורח! אנא בצע 
