Skocz do zawartości

Optymalizacja motywu iCoach


gryzula

Rekomendowane odpowiedzi

Witam serdecznie. Mam drobny problem. Zamierzam prowadzić bloga w języku polskim, toteż takowy język jest mi potrzebny na stronie. Jedyne, co zostało mi do zrobienia to zmienienie angielskich nazw na polskie (obecnie wygląda, to tak jak w załączniku). Chciałbym, żeby zamiast ,,by" było ,,Opublikowano przez", zamiast ,,comment" ,,skomentuj" i najważniejsze zamiast ,,read more" ,,czytaj dalej". Wiem, że dla was to drobnostka, ale dla mnie - początkującego już niekoniecznie. Będę bardzo wdzięczny za pomoc. Wklejam kody z poszczególnych elementów strony. 

 

 

 

 kod z  index.php

<?php
/**
 * The main template file
 **/
get_header(); ?>
<div class="heading-wrap blog-heading-wrap" >
    <div class="heading-layer">
        <div class="heading-title">
            <h1><?php _e('Blog ','icoach'); ?></h1>
        </div>
    </div>
</div>
<?php get_template_part('content'); get_footer(); ?>

 

kod z single.php

<?php
/*
* Single Post template file
*/
get_header(); ?>
<div class="heading-wrap blog-heading-wrap">
    <div class="heading-layer">
        <div class="heading-title">
            <h1><?php the_title(); ?></h1>
        </div>
    </div>
</div>
<div class="single-blog-wrapper">
    <div class="icoach-section">
        <div class="container">
            <div class="row">
                <div class="col-md-9 col-sm-12 col-xs-12 pull-right">
                    <?php while ( have_posts() ) : the_post(); ?>
                        <div class="single-blog-content-area fadeIn animated">
                            <div class="single-blog-content">
                                <div class="title-data fadeIn animated">
                                    <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
                                    <?php icoach_entry_meta(); ?>
                                </div>
                                <?php if ( has_post_thumbnail() ) : ?>
                                 <div class="single-blog-images">
                                    <?php the_post_thumbnail('',array( 'alt' => get_the_title(), 'class' => 'img-responsive')); ?>
                                </div>
                                <?php endif;
                                    the_content(); ?>
                            </div>
                            <div class="row">
                                <div class="col-sm-6 col-xs-12">
                                    <div class="single-blog-tag">
                                        <?php icoach_tag_meta(); ?>
                                    </div>
                                </div>
                            </div>
                           <?php // If comments are open or we have at least one comment, load up the comment template.
                                if ( comments_open() || get_comments_number() ) {
                                    comments_template();
                                } ?>
                        </div>
                        <?php wp_link_pages( array(
                            'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'icoach' ) . '</span>',
                            'after'       => '</div>',
                            'link_before' => '<span>',
                            'link_after'  => '</span>',
                            'pagelink'    => '<span class="screen-reader-text">' . __( 'Page', 'icoach' ) . ' </span>%',
                            'separator'   => '<span class="screen-reader-text">, </span>',
                        ) ); ?>
                <?php endwhile; ?>
                </div>
                <div class="">
                   <?php get_sidebar();?>
                </div>
            </div>
        </div>
    </div>
</div>
<?php get_footer(); ?>

 

kod z page.php

 

<?php
/**
 * Main Page template file
 **/
get_header();
if(!is_front_page()) : ?>
<!--Page template start from here-->
<div class="heading-wrap blog-heading-wrap">
    <div class="heading-layer">
        <div class="heading-title">
            <h1><?php the_title(); ?></h1>
        </div>
    </div>
</div>
<?php endif; ?>
<div class="blog-wrapper">
    <div class="icoach-section">
        <div class="container">
            <div class="row">
                <div class="col-md-9 col-sm-12 col-xs-12  pull-right">
                    <div class="blog-content-area fadeIn animated">
                        <?php while ( have_posts() ) : the_post(); ?>
                            <div class="blog-content">
                                <div class="title-data fadeIn animated">
                                    <h2><a href="<?php the_permalink();?>"><?php the_title(); ?></a></h2>
                                </div>
                                <?php if ( has_post_thumbnail() ) : ?>
                                <div class="blog-images">
                                    <a href="<?php the_permalink();?>"><?php the_post_thumbnail('',array( 'alt' => get_the_title(), 'class' => 'img-responsive')); ?></a>
                                </div>
                            <?php endif;
                                the_content();
                                // If comments are open or we have at least one comment, load up the comment template.
                                if ( comments_open() || get_comments_number() ) {
                                    comments_template();
                                } ?>
                            </div>
                        <?php endwhile; ?> 
                    </div>
                </div>
                <?php get_sidebar(); ?>
            </div>
        </div>
    </div>
</div>
<?php get_footer(); ?>

 

1.JPG

2.JPG

Dodam, że w wpisy będę miał w oddzielnej zakładce na stronie (BLOG).

Odnośnik do komentarza
Udostępnij na innych stronach

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę. Warunki użytkowania Polityka prywatności