rusticblonde
Forum Replies Created
-
hi is there anyone at all. Manage to locate a edit to the file within the menu section. However this seems really long winded ??
Forum: Themes and Templates
In reply to: Why isnt my Page Showingsorted ??
Forum: Themes and Templates
In reply to: Why isnt my Page Showinghi mark… where is that direction again?
thanks for the fast response
Forum: Themes and Templates
In reply to: Creating a Page With Postsoh right! that makes sense now Esmi.
I think i need to get a tutorial ??
thankyou for the help
Forum: Themes and Templates
In reply to: Creating a Page With PostsHi all,
Can i ask why even the basic loop is not working on my page, as ive tried posting that and im having little luck on anything!
thx
Forum: Themes and Templates
In reply to: Creating a Page With Posts<?php get_header(); ?> <div id="main"> <div id="content"> <h1>Main Area</h1> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <h4>Posted on <?php the_time('F jS, Y') ?></h4> <p><?php the_content(__('(more...)')); ?></p> <hr> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> </div> <?php get_sidebar(); ?> </div> <div id="delimiter"></div> <?php get_footer(); ?>
ok now im confused… as i cannot see why this is not working :S
Forum: Themes and Templates
In reply to: Creating a Page With PostsHi Esme,
Im sorry im lost with what and where im supposed to replace from this to fit my theme. Is it all the parts that mention the Twenty Twelve theme?
Sorry for all the qs
Forum: Themes and Templates
In reply to: Creating a Page With Postsapologies about the less back ticks.. .i thought id copied and pasted them
Forum: Themes and Templates
In reply to: Creating a Page With Postsor do i have to change the
<?php twentyeleven_content_nav( 'nav-above' );?>
to state ie if my theme was called bob`<?php bob_content_nav ( ‘nav-above’) ;?>
is the above referencing to a div in the css?
Forum: Themes and Templates
In reply to: Creating a Page With PostsHi Esmi,
Thanks for this. However im lost about it. When it says code the HTML. Is it that i copy the head at the beginning of the theme?
thanks for the fast response.
Kirsty
Forum: Themes and Templates
In reply to: Creating a Page With Posts<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php the_content (); ?> <?php endwhile; ?> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
New page template code…. and its still not calling my posts… and this is from a tut
Forum: Themes and Templates
In reply to: Creating a Page With PostsBecause as soon as i click the home link the posts disappear
https://rusticblonde.hostizzo.com/TestSites/
Your help is appreciated guys ??
thanks in advance and sorry for long post
Forum: Themes and Templates
In reply to: Creating a Page With Posts<?php get_header(); ?> <div id="content"> <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar() ) : else : ?> <?php endif; ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post"> <div class="post-title"> <span class="post-cat"><?php the_category(', ') ?></span> </div> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> </div> <?php endwhile; ?> <div class="navigation"> <span class="previous-entries"><?php next_posts_link('Older Entries') ?></span> <span class="next-entries"><?php previous_posts_link('Newer Entries') ?></span> </div> <?php else : ?> <h2>Not Found</h2> <p>Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <!--/content --> <?php get_sidebar(); ?> <?php get_footer(); ?>
This is the code for my page.php… but its not displaying any posts now so im really confused
Forum: Themes and Templates
In reply to: Footer SizeI have resolved this.
thankyou
Forum: Themes and Templates
In reply to: Footer SizeARgh! Now my side bars in my footer! FML..
Please could anyone assist ??
thanks