رفتن به مطلب

zagrosaafzar

عضو سایت
  • تعداد ارسال‌ها

    8
  • تاریخ عضویت

  • آخرین بازدید

نوشته‌ها ارسال شده توسط zagrosaafzar

  1. میخوام توی سایتم با المان blog masonry grid ویژوال کامپوسر نوشته های مربوط به یک دسته را نشان بدم. ولی اندازه تصویر شاخص مورد پسندم نیست

    میخوام اندازه ش رو کوچکتر کنم.

    توی تنظیمات خود المان یک باکس براش وجود داره اما اعمال نمیشه

    چطور باید اینکارو انجام بدم؟

    اگر با jquery باید انجام بدم لطفا بگید کد رو باید توی کدوم فایل اضافه کنم

  2. محتوای فایل loop.php

    <?php if ( ! have_posts() ) : ?>
    <div id="post-0" class="post not-found post-listing">
    <h2 class="post-title"><?php _e( 'Not Found', 'tie' ); ?></h2>
    <div class="entry">
    <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'tie' ); ?></p>
    <?php get_search_form(); ?>
    </div>
    </div>
    <?php else : ?>
    <div class="post-listing">
    <?php while ( have_posts() ) : the_post(); ?>
    <?php if( tie_get_option( 'blog_display' ) != 'full_thumb' ): ?>
    <article <?php tie_post_class('item-list'); ?>>
    <h2 class="post-box-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    <?php get_template_part( 'includes/archives-meta' ); ?>
    <?php if( tie_get_option( 'blog_display' ) == 'content' ): ?>
    <div class="entry">
    <?php the_content( __( 'Read More »', 'tie' ) ); ?>
    </div>
    <?php else: ?>
    <?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) : ?>
    <div class="post-thumbnail">
    <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark">
    <?php the_post_thumbnail('thumbnail'); ?>
    <span class="overlay-icon"></span>
    </a>
    </div><!-- post-thumbnail /-->
    <?php endif; ?>
    <div class="entry">
    <p><?php tie_excerpt() ?>
    <a class="more-link" href="<?php the_permalink() ?>"><?php _e( 'Read More »', 'tie' ) ?></a></p>
    </div>
    <?php endif; ?>
    <?php if( tie_get_option( 'archives_socail' ) ) get_template_part( 'includes/post-share' ); // Get Share Button template ?>
    <div class="clear"></div>
    </article><!-- .item-list -->
    <?php else: ?>
    <article <?php tie_post_class('item-list'); ?>>
    <?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) : ?>
    <div class="post-thumbnail single-post-thumb archive-wide-thumb">
    <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php tie_thumb( 'slider' ); ?><span class="overlay-icon"></span></a>
    </div>
    <div class="clear"></div>
    <?php endif; ?>
    <h2 class="post-box-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tie' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    <?php get_template_part( 'includes/archives-meta' ); ?>
    <div class="entry">
    <p><?php tie_excerpt() ?>
    <a class="more-link" href="<?php the_permalink() ?>"><?php _e( 'Read More »', 'tie' ) ?></a></p>
    </div>
    <?php if( tie_get_option( 'archives_socail' ) ) get_template_part( 'includes/post-share' ); // Get Share Button template ?>
    <div class="clear"></div>
    </article><!-- .item-list -->
    <?php endif; ?>

    <?php endwhile;?>
    </div>
    <?php endif; ?>

    the_excerpt() نداره کل دایرکتوری رو سرچ کردم تابع the_excerpt() استفاده نشده بود

    پس حتما مشکل از یه جای دیگس

    من از تگ ادامه مطلب استفاده نکردم

  3. کل محتوای فایل index.php اینه

    <?php get_header(); ?>
    <?php
    if( tie_get_option( 'slider_pos' ) == 'big')
    get_template_part('includes/slider');// Get Slider template ?>
    <div class="content">
    <?php
    if( tie_get_option( 'slider_pos' ) != 'big')
    get_template_part('includes/slider'); // Get Slider template ?>
    <?php
    if( tie_get_option('on_home') != 'boxes' ){
    get_template_part( 'loop', 'index' );
    if ($wp_query->max_num_pages > 1) tie_pagenavi();
    }else{
    $cats = get_option( 'tie_home_cats' ) ;
    if($cats)
    foreach ($cats as $cat) tie_get_home_cats($cat);
    else _e( 'You can use Homepage builder to build your homepage' , 'tie' );
    tie_home_tabs();
    }
    ?>
    </div><!-- .content /-->
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    که همونطور که می بینید نه تابع

    the_excerpt() داره و نه تابع the_content()

    :(

    و فایل content.php وجود نداره

  4. با سلام به دوستان

    من به تازگی کار با وردپرس را شروع کردم

    یک مطلبی به سایتم اضافه کردم که یک خط نوشته داره و یک عکس

    در صفحه اولی خط اول را نشان میده و یک لینک ادامه مطلب

    میخوام کل مطلبم بدون لینک ادامه مطلب در صفحه اول نمایش داده بشه

    لطفا راهنمایی کنید

×
×
  • اضافه کردن...