Kupets
Ответы в темах
-
Начинаю менять, сайт вырубается — приходится все возвращать обратно… У меня в семи файлах нужно делать правку, как я понял.
В общем что то я делаю неправильно, устал… Всем спасибо за поддержку и помощь…Я бы предоставил доступ к сайту и файлам, лишь бы кто то помог установить любую пагинацию…
Надеюсь на ваши отклики…Denis, а как это все осуществить, это же не плагин как я понял? Вставлять код в файлы темы?
Не расскажите пошагово? — в статье не все понял… Заранее спасибо!Промучился весь день, так и не вышло ничего… Может кто ни будь еще подскажет что можно сделать? Уж очень неудобная и не современная навигация у WP по умолчанию… Очень хочется установить нормальную нумерацию записей…
плагин то настроен?
Да,настроен — вроде бы все пришло к тому что он должен появиться но нет его…
Изменил, теперь новая напасть: Надписи «пред., след. страница» наконец то пропали.
Но плагин на их месте так и не появился… Теперь просто пусто внизу…
Flector что теперь предпринять? Никак плагин не хочет отображаться пока…Кстати странно, основная тема стоит ZBlackbeard — ее изначально я и выбрал, но в ней на хосте только 8 папок и нужных для изменений нет,скрин: http://s41.radikal.ru/i094/1706/27/a3a4408e3ff0.png
При установке темы ZBlackbeard, на хост сама установилась zerif-lite, вот в ней уже все файлы: http://s018.radikal.ru/i521/1706/1f/8b19d9f2674f.png
Этого тоже не понял, в админке указано что текущая тема ZBlackbeard, а все изменения нужно делать только в zerif-lite…
В чем подвох, не догнал…)
что на что меняете?
Вместо в/у строк, вставляю
-
<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>
Нашел — заменил в 7 файлах — теперь сайт вообще не открывается… (Страница недоступна — Сайт splbox.ru пока не может обработать этот запрос — HTTP ERROR 500)
Вернул все как было — открылся… Менял полностью строки начиная с :
-
«echo get_the_posts_navigation» и заканчивая «meta-nav»>←</span>’ ) ) );»
Может в этом проблема? Имею ввиду что весь в/у текст меняю? В общем не получается ни хрена к сожалению… Не могу понять, почему…(
поиском по файлам ищите.
Четко именно те строчки, которые Вы указали выше?
-
echo get_the_posts_navigation( array( ‘next_text’ => sprintf( __( ‘Newer posts %s’,’zerif-lite’ ), ‘<span class=»meta-nav»>→</span>’ ), ‘prev_text’ => sprintf( __( ‘%s Older posts’, ‘zerif-lite’ ) , ‘<span class=»meta-nav»>←</span>’ ) ) );
Так как быть? Где еще менять эти строки, не поможете?)
Flector, спасибо.
Но — заменил, а плагин все равно не отображается (по прежнему: предыдущие и следующие записи показывает тема)…
Файл archive.php в моей теме выглядит так:
-
<?php/** * The template for displaying Archive pages. */get_header(); ?><div class=»clear»></div></header> <!— / END HOME SECTION —><?php zerif_after_header_trigger(); ?><div id=»content» class=»site-content»><div class=»container»> <?php zerif_before_archive_content_trigger(); ?> <div class=»content-left-wrap col-md-9″> <?php zerif_top_archive_content_trigger(); ?> <div id=»primary» class=»content-area»> <main id=»main» class=»site-main»> <?php if ( have_posts() ) : ?> <header class=»page-header»> <?php /* Title */ zerif_page_header_title_archive_trigger(); /* Optional term description */ zerif_page_term_description_archive_trigger(); ?> </header><!— .page-header —> <?php while ( have_posts() ) : the_post(); /* Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( ‘content’, get_post_format() ); endwhile; echo get_the_posts_navigation( array( ‘next_text’ => sprintf( __( ‘Newer posts %s’,’zerif-lite’ ), ‘<span class=»meta-nav»>→</span>’ ), ‘prev_text’ => sprintf( __( ‘%s Older posts’, ‘zerif-lite’ ) , ‘<span class=»meta-nav»>←</span>’ ) ) ); else: get_template_part( ‘content’, ‘none’ ); endif; ?> </main><!— #main —> </div><!— #primary —> <?php zerif_bottom_archive_content_trigger(); ?> </div><!— .content-left-wrap —> <?php zerif_after_archive_content_trigger(); ?> <?php zerif_sidebar_trigger(); ?></div><!— .container —><?php get_footer(); ?>
Файл search.php:
-
<?php/** * The main template file. * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * Learn more: http://codex.wordpress.org/Template_Hierarchy */get_header(); ?><div class=»clear»></div></header> <!— / END HOME SECTION —><?php zerif_after_header_trigger(); ?><div id=»content» class=»site-content»> <div class=»container»> <div class=»content-left-wrap col-md-9″> <?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?><!— .content-left-wrap —> <?php zerif_sidebar_trigger(); ?> </div><!— .container —><?php get_footer(); ?>
Файл index.php:
-
<?php/** * The main template file. * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * Learn more: http://codex.wordpress.org/Template_Hierarchy */get_header(); ?><div class=»clear»></div></header> <!— / END HOME SECTION —><?php zerif_after_header_trigger(); ?><div id=»content» class=»site-content»> <div class=»container»> <div class=»content-left-wrap col-md-9″> <div id=»primary» class=»content-area»> <main id=»main» class=»site-main»> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); /* Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( ‘content’, get_post_format() ); endwhile; echo get_the_posts_navigation( array( ‘next_text’ => sprintf( __( ‘Newer posts %s’,’zerif-lite’ ), ‘<span class=»meta-nav»>→</span>’ ), ‘prev_text’ => sprintf( __( ‘%s Older posts’, ‘zerif-lite’ ) , ‘<span class=»meta-nav»>←</span>’ ) ) ); else : get_template_part( ‘content’, ‘none’ ); endif; ?> </main><!— #main —> </div><!— #primary —> </div><!— .content-left-wrap —> <?php zerif_sidebar_trigger(); ?> </div><!— .container —><?php get_footer(); ?>
Что вырезать и на это место вставить нужный код плагина?…
Форум: Проблемы и решения
Тема: Фокус с фоном сайта. Возможно?Все получилось и заработало как надо!)
Спасибо большое denisco и Sergey Biryukov! Куда высылать коньяк?)Форум: Проблемы и решения
Тема: Фокус с фоном сайта. Возможно?Теперь вообще ничего….
Код же правильный ребят? Почему тогда вообще ни один фон не устанавливается?…
Я в шоке… Вроде не кривой…)