You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
vitaxastifler
Ребятки,нужен совет.
Я создал кастомный тип меню "Новости" плагином "Types"
Теперь у меня будет еще очень много кастомов типа "Анонсы", "Архивы" "Каталоги" и тд...
Можно ли сделать все одним файлом,а не создавать еще штук 20 файлов?
Вот мой код!
<?php/*Template Name: Новини * To change this template, choose Tools | Templates * and open the template in the editor. */get_header(); ?><div style="line-height: 25px;margin-top: 5px;"> <div class="content-headline"> <h1 class="entry-headline"><span class="entry-headline-text"><?php the_title(); ?></span></h1> <?php maidenhair_get_breadcrumb(); ?> </div> <div id="primary" class="site-content"> <div id="content" role="main"> <?php $loop = new WP_Query( array( 'post_type' => 'news', 'posts_per_page' => 0, 'productgroup' => $wp_query->query_vars['productgroup'] // 'tag' => $wp_query->query_vars['tag'] ) ); //echo $wp_query->query_vars['productgroup']; ?><!--pre><?php print_r( $wp_query->query_vars) ?></pre--><?php ?> <?php while ( $loop->have_posts() ) : $loop->the_post(); ?> <li class="map1"> <h2><?php the_title(); ?></h2> <?php the_post_thumbnail(); ?> <p><?php the_content(); ?> <a href="<?php the_permalink(); ?>"> <?php if ( is_user_logged_in() ) { echo '<span class="mayak-more">Детальніше »</span>';}?> </a> </p> </li> <?php endwhile; ?> </div><!-- #content --> </div><!-- #primary --><?php get_footer(); ?><?phpEdited by vitaxastiflerLink to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.