vallstothewall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Needing multiple pages to have blog functionalityThanks I think that led me in the right direction but I’m still encountering a problem.
Again, I’m fairly new to coding in WordPress so my knowledge in php is limited.
The code listed on the link you shared with me is designed for the TwentyEleven theme. So the following code is relative to that theme:
<?php twentyeleven_content_nav( 'nav-above' );?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?> <?php twentyeleven_content_nav( 'nav-below' ); ?>Is there text in this code that I can modify to represent my own theme? Is it that easy? Or is this defining where the content goes stylistically on the TwentyEleven theme?
Forum: Themes and Templates
In reply to: Twenty Eleven, Logo and navigation above pageI’ll mess with that and touch base if I’ve had any success with that.
Forum: Themes and Templates
In reply to: Twenty Eleven, Logo and navigation above pageAlso, I am working in a child theme already.
Forum: Themes and Templates
In reply to: Twenty Eleven, Logo and navigation above pageI appreciate the feedback, I suppose I should preface and say that this is my first attempt at modifying a WordPress site, my knowledge in web coding is pretty much only in html/css/javascript so this is new to me. That being said, I look forward to the challenge in turning this template into something I want to make. I am still looking for suggestions as to how to fix this navigation. Thanks.
Forum: Themes and Templates
In reply to: Twenty Eleven, Logo and navigation above page[edit] Link to site is here: http://playground.brettvalls.com