Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: Simple photo gallery plugin
    Thread Starter darkoysm

    (@darkoysm)

    This is just perfect, i made three posts on these forums and i didnt even get one reply, is that possible??

    ANYBODY

    Thread Starter darkoysm

    (@darkoysm)

    here’s the index.php template file if that might help

    <?php get_header(); ?>
    <!-- BEGIN content -->
    <div id="content">
    <?php
    if (have_posts()) : the_post();
    $arc_year = get_the_time('Y');
    $arc_month = get_the_time('m');
    $arc_day = get_the_time('d');
    ?>
    <!-- begin recent post -->
    <div class="recent post">
    	<h2 class="title">??? ???????</h2>
    	<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    	 <?php the_excerpt(); ?>
    	 <a href="<?php the_permalink(); ?>">???? ??????</a>
    </div>
    <!-- end recent post -->
    <?php else : ?>
    <div class="notfound">
    	<h2>?? ????</h2>
    	<p>?????, ????? ???? ?? ??? ??? ?????</p>
    </div>
    <?php endif; ?>
    <div class="posts">
    <?php
    if (have_posts()) :
    while (have_posts()) : the_post();
    $arc_year = 'et_the_timee28'Y');
    $arc_month = get_the_time('m');
    $arc_day = get_the_time('d');
    ?>
    <!-- begin post -->
    <div class="post">
    	<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    	<a href="#"><?php dp_attachment_image($post->ID, 'thumbnail', 'alt="' . $post->post_title . '" class="thumbnail"'); ?></a>
    	<?php the_excerpt(); ?>
    	<div class="details">
    	<a href="<?php the_permalink(); ?>">???? ??????</a>
    	<?php comments_popup_link('?? ???????', '????? ????', '% ???????'); ?>
    	</div>
    </div>
    <!-- end post -->
    <?php endwhile; endif; ?>
    <div class="break"></div>
    </div>
    </div>
    <!-- END content -->
    <?php get_sidebar(); get_footer(); ?>

    Thread Starter darkoysm

    (@darkoysm)

    here’s the index.php template file if that might help
    <?php get_header(); ?>
    <!– BEGIN content –>
    <div id=”content”>
    <?php
    if (have_posts()) : the_post();
    $arc_year = get_the_time(‘Y’);
    $arc_month = get_the_time(‘m’);
    $arc_day = get_the_time(‘d’);
    ?>
    <!– begin recent post –>
    <div class=”recent post”>
    <h2 class=”title”>??? ???????</h2>
    <h2>“><?php the_title(); ?></h2>
    <?php the_excerpt(); ?>
    “>???? ??????
    </div>
    <!– end recent post –>
    <?php else : ?>
    <div class=”notfound”>
    <h2>?? ????</h2>
    <p>?????, ????? ???? ?? ??? ??? ?????</p>
    </div>
    <?php endif; ?>
    <div class=”posts”>
    <?php
    if (have_posts()) :
    while (have_posts()) : the_post();
    $arc_year = get_the_time(‘Y’);
    $arc_month = get_the_time(‘m’);
    $arc_day = get_the_time(‘d’);
    ?>
    <!– begin post –>
    <div class=”post”>
    <h2>“><?php the_title(); ?></h2>
    <?php dp_attachment_image($post->ID, ‘thumbnail’, ‘alt=”‘ . $post->post_title . ‘” class=”thumbnail”‘); ?>
    <?php the_excerpt(); ?>
    <div class=”details”>
    “>???? ??????
    <?php comments_popup_link(‘?? ???????’, ‘????? ????’, ‘% ???????’); ?>
    </div>
    </div>
    <!– end post –>
    <?php endwhile; endif; ?>
    <div class=”break”></div>
    </div>
    </div>
    <!– END content –>
    <?php get_sidebar(); get_footer(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)