AMPSound
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
The message is still showing up to my visitors 🙁
Forum: Your WordPress
In reply to: First ImpressionVery true kalibahlu!
Forum: Themes and Templates
In reply to: removing date on sticky postsAmazing! That worked! Thanks keesiemeijer!
Forum: Fixing WordPress
In reply to: Always keep post date as “Today”Ok, but how do I only use that time in the sticky posts?
My index.php looks like this:
<?php get_header(); ?> <?php $options = get_option('patagonia_options'); ?> <div id="content"> <div id="content-inner"> <div id="main"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="sticky-box"> <?php if(is_sticky()) : ?> <div class="sticky-post"><img src="<?php bloginfo('template_url'); ?>/images/sticky.png" alt="sticky" width="70" height="70"/></div> <?php endif; ?> </div> <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <div class="date"><div class="month"><?php the_time('M') ?></div><div class="nr"><?php the_time('j') ?></div><div class="year"><?php the_time('Y') ?></div></div> <div class="entry"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <div class="postmetadata3"> <img style="vertical-align:-5px;" alt="categories" src="<?php bloginfo('template_directory'); ?>/images/category.gif" height="16" width="16" /> <?php the_category(', ') ?> </div> <?php comments_template(); ?> </div> <?php the_content('Continue Reading »'); ?> <div class="fixed"></div> <div class="postmetadata2"> <?php if (get_the_tags()){?> Tags: <?php the_tags('') ?> <?php } ?> | <img style="vertical-align:-5px;" alt="comments" src="<?php bloginfo('template_directory'); ?>/images/comment.gif" height="15" width="20" /> <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?> <?php edit_post_link('Edit',' ',''); ?> </div> </div> <?php endwhile; ?> <div id="navigation"> <div class="fleft"><?php next_posts_link('« Older') ?></div> <div class="fright"> <?php previous_posts_link('Newer »') ?></div> </div> <?php else : ?> <div class="post"> <div class="entry"> <h2>Not Found</h2> <p>Sorry, you are looking for something that isn't here.</p> </div> </div> </div> </div> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>Can you show me where I would put that code you gave me in?
Forum: Your WordPress
In reply to: First ImpressionI like the search too – but I only noticed it when kalibahlu pointed it out! Very clever, but maybe it doesn’t stand out enough.
Forum: Themes and Templates
In reply to: removing date on sticky postsCan you please give us more info on these instructions? Where do you put this code?
Viewing 6 replies - 1 through 6 (of 6 total)