intcon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Template code not displayingForum: Fixing WordPress
In reply to: Static Page/Home Pagehttps://www.jacquelinecorcoran.com/
that’s what it looks like when I name the about page home. two home buttons. not good!
Forum: Fixing WordPress
In reply to: Static Page/Home PageI changed the about page and renamed it home, that gave me 2 home buttons.
Forum: Fixing WordPress
In reply to: Static Page/Home PageSorry, I’m explaining this wrong. Currently there is one home button. And one about me button. They’re the same page. I’d really like the about me page to be the static home page, but when I do so, I have what I have now – an about page and a home page that are exactly the same.
If I change the name on about to home and make it the static page, I have two home buttons.
Is there any way to have the about page BE the home static page and also be named Home? Or if that doesn’t work, remove the home button and rename the about page Home?
sorry for not making myself clear. I’ve deleted the cache, restarted my machine and turned off super cache which then said “imploding”….=) yikes. There is only one home button, but it is exactly the same as the about page….i’d like to change that if possible?
carrie
Forum: Fixing WordPress
In reply to: Static Page/Home PageThe home link is also the same as the about page..the about page is the one I want to be the static page, so I tried to change it to HOME but then I had 2 of them…..I changed it back to about…but if I could get rid of HOME I would change about to home….
make sense?
=)
I feel like I’m going about this the hard way…lol
Forum: Fixing WordPress
In reply to: Static Page/Home Pagehttps://www.jacquelinecorcoran.com/
thanks esmi….sorry it took me awhile to get back to you….cats needed wrangling. =)
Forum: Fixing WordPress
In reply to: Static Page/Home Pagewell bugger. sorry, I’m not quite sure where else to look…..
Forum: Fixing WordPress
In reply to: Static Page/Home PageI cleared the cache, did CTRL and F5 and even looked in another browser …..the home button is still there…
do I need to take out the H1 title line?
Forum: Fixing WordPress
In reply to: Static Page/Home Pagehmm..nope….the home button is still there…..
but thanks for trying!
Forum: Fixing WordPress
In reply to: Ships Ahoy! 2.0 by RefueledYAY!!!!!!!!!!!!!!!!! i loooooooooooove you!!!!!!!!!!!!!!!!!!!!!!!! =)
Forum: Fixing WordPress
In reply to: Ships Ahoy! 2.0 by RefueledI’d guess it’s something in here….the home.php page?
<div class="recentposts"><!-- begin recent posts --> <?php query_posts("offset=1"); // you can chage how many posts are shown through your WordPress dashboard = settings = reading ?> <?php while (have_posts()) : the_post(); ?> <div class="repost" id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <p class="repostmetadata"><?php the_time('F jS, Y') ?> | <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?><br/> <?php if(function_exists("the_tags")) the_tags('Tags: ', ', ', ''); ?></p> </div> <?php endwhile; ?> </div><!-- end recent posts-->
anyone?
Forum: Fixing WordPress
In reply to: Media Gallery showing odd URL'sany thoughts?
Forum: Fixing WordPress
In reply to: remove register.phpsorry, is that a stupid question?
Forum: Fixing WordPress
In reply to: Upcoming posts codehere’s something similar from smashing magazine…
<?php query_posts('showposts=10&post_status=future'); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <h2><?php the_title(); ?></h2> <span class="datetime"><?php the_time('j. F Y'); ?></span></p> <?php endwhile; else: ?><p>No future events scheduled.</p> <?php endif; ?>
but again, it doesn’t show any upcoming posts…..thoughts?
Forum: Fixing WordPress
In reply to: Testing other themesThanks Esmi…I have one of those, but it requires that I give someone access to the backend of my site (username and password) which I’d rather not.