igor-pp
Odpowiedź forum utworzona
-
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z wyłączeniem komentowania wpisówDzięki bardzo za pomoc!!
W końcu udało mi się odnaleźć odpowiedni kawałek kodu w index.php 😀Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z wyłączeniem komentowania wpisówZero zmian, czyli kod za to odpowiedzialny jest gdzieś indziej!?!
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z wyłączeniem komentowania wpisówTo nie to, usunąłem i nic się nie zmienia.
Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z wyłączeniem komentowania wpisówJuż wrzucałem to w komentarz
<!–…–>
i nic się nie zmienia!!
Spróbuje jeszcze usunąć.Forum: Używanie i konfiguracja WordPressa
W odpowiedzi na: Problem z wyłączeniem komentowania wpisów1. pb.avrio.pl
2.<?php get_header(); ?>
<?php get_sidebar(); ?>
<div id=”content”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h2><p><?php the_content('<p class=”serif”>Read the rest of this entry »</p>’); ?></p>
<p><?php the_tags();�?></p>
<div class=”post-details”> <h3>Posted in <?php the_category(’ and ’,”);�?> by <?php the_author() ?> on <?php the_time(’F jS, Y’) ?> at <?php the_time() ?>.
</h3><h3>#comments”><?php comments_number(’Add a comment’,’1 comment’,’% comments’); ?></h3>
</div>
<h3><?php wp_link_pages(array(’before’ => '<p>Pages: ’, 'after’ => '</p>’, 'next_or_number’ => 'number’)); ?></h3>
<div class=”prevnext”>
<h3><?php previous_post_link(’Previous Post: %link’,’%title’,TRUE);�?>   <?php next_post_link(’Next Post: %link’,’%title’,TRUE);�?></p></h3></div><?php edit_post_link(’Edit Post’, '<p>’, '</p>’); ?></p>
</div>
<?php endwhile; ?>
<?php else : ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>Nothing to see here</h2>
<p>You seemed to have found a mislinked file, page, or search query with zero results. If you feel that you’ve reached this page in error, double check the URL and or search string and try again.</p>
<p>Alternatively, a more personalized method of tracking down and searching for content can be found below.</p>
</div>
<?php endif; ?><?php comments_template(); ?>
</div><?php get_footer(); ?>
Dzięki 🙂