edreams
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Ugh – Comments LinksThis is my index/main
<?php get_header(); ?><!-- begin content -->
<div id="content" class="narrowcolumn"><?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="divTitle1">
<div class="divTitle3"><span class="titolino"><?php the_title(); ?></span>
Posted on : <?php the_time('F jS, Y') ?> @ <?php the_time('g:i a'); ?> by <img src="images/name.gif" alt="name" title="name"/> </div></div>
<div class="post" id="post-<?php the_ID(); ?>">
<span class="pside">Admin :</span><?php edit_post_link('Edit the post.','',''); ?>
<span class="pside">Post category :</span> <?php the_category(', ') ?>
<span class="pside">Link to post :</span> ">permalink
<span class="pside">Comments :</span> <img src="/images/speechbubble.gif" alt="speechbubble" title="speechbubble"/> <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div></div>
<?php comments_template(); // Get wp-comments.php template ?><?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
</div><?php else : ?>
<div class="box">
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
</div>
<?php endif; ?></div>
<!--end content --><?php get_sidebar(); ?>
<?php get_footer(); ?>I got it from https://v4ny.net/
Forum: Themes and Templates
In reply to: Ugh – Comments LinksThis is my comments template:
[Moderated – unneeded code removed]
Forum: Themes and Templates
In reply to: Ugh – Comments Linksin which of the templates? main? comments?
Forum: Themes and Templates
In reply to: Couple more questions…Thank you so much for that link, I found a tag that worked ??
Forum: Themes and Templates
In reply to: Ugh – Comments Linksnot my template…
hhhmmm do you have any idea where that could be… I’ll look around…Forum: Themes and Templates
In reply to: Couple more questions…Edit each of my pages how? Like I said, I already put in the number for the order that I wanted them in…
Forum: Themes and Templates
In reply to: Please Help! ;) – Making all my pages look the same.oh well yeah, I have to update that…
thank you for all your help ??
Forum: Themes and Templates
In reply to: Please Help! ;) – Making all my pages look the same.huh?
Forum: Themes and Templates
In reply to: Please Help! ;) – Making all my pages look the same.WOOOOOO I just wanna kiss you all! TY!
Forum: Themes and Templates
In reply to: Please Help! ;) – Making all my pages look the same.gawd, and that has to be the crappiest pics of mehahahaha
anyhow… now when I want to link to it, I have to do the
https://mytwistedlogic.com/?page_id=6
or is there a better link to it???btw, you all are lifesavers ??
Forum: Themes and Templates
In reply to: Please Help! ;) – Making all my pages look the same.hahahaa hey now, I have no idea what Im doing here and yer calling me a fruit ??
k… *goes to look it up* ??
Forum: Themes and Templates
In reply to: Please Help! ;) – Making all my pages look the same.this is what I have in the page.php, is there something else that I need to add?
<?php get_header(); ?><!-- begin content -->
<div id="content" class="narrowcolumn">
</div>
<!--end content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Themes and Templates
In reply to: Please Help! ;) – Making all my pages look the same.I already did that… its not showing up on the page…
Forum: Themes and Templates
In reply to: Please Help! ;) – Making all my pages look the same.https://mytwistedlogic.com/?page_id=6
how do I get the content to show up?
Forum: Themes and Templates
In reply to: Please Help! ;) – Making all my pages look the same.ok, I think Im gettin’ it ??