peacefulkarl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: query_posts outside the loop?WOOOHOO It took some doing but I got it….
I am no php wizard but your code works…thanks
alakhnorKarl
Forum: Fixing WordPress
In reply to: query_posts outside the loop?OK… I got it running sort of… my code looks like this…
<?php$myposts= get_posts(‘numberposts=6’);?>
<? foreach ($myposts as $post) : if (have_posts()) :while (have_posts()) : the_post(); ?>
[ bla… bla…}
<?php endwhile; endif: ?>
<?php endforeach;?>it has solved part of the problem but now the list only shows the latest post over and over instead of the last six different posts… what did I miss in there?
Forum: Fixing WordPress
In reply to: query_posts outside the loop?It looks right in the navigation bar at the top right now but is reeking havoc on every page but the index because the query_posts element is outside the loop…
Forum: Fixing WordPress
In reply to: query_posts outside the loop?I tried it but got an error message. I am trying to put it in the side bar… does that matter?
Forum: Fixing WordPress
In reply to: query_posts outside the loop?Handy, I’ve been searching everywhere for an answer for this and just need a little ‘nudge’. I guess you might call it a dupe but I prefer to think of it as a call for help…
I have tried
<?get_posts(‘showposts=6’;?>
and it returns only one post…I have tried
<?php wp_get_archives(‘type=postbypost&limit=6’); ?>
and it returns 6 posts but without dates preceding the title…I have a link below that points to the permalink and
<?php the_time(‘m.j’) ?></span> <?php the_title() ?>
to get the date and title…what am I missing here?
sorry to be that guy that wont quit posting, I swore I would never be him… But tonight I have no answers…
Forum: Themes and Templates
In reply to: Sidebar help for beginning dumbass?I dont have much of an answer for ya… I have just experienced the same problem. Check and see if there is a backup on the server side from before the messup… I have taken to creating an archive of my site before I start working… that way I can only loose a days work at most…
Good luck
Forum: Fixing WordPress
In reply to: Posts showing up in wrong place…shameless bump… this thing is really screwy and I really need a little help
Forum: Fixing WordPress
In reply to: Posts showing up in wrong place…I dont mean to bump this but I just realized that the latest post is showing up on everything from the pages to the other posts.
this should be the post about Nike…
http://olsonimages.com/archives/44
This should be a post about typecon…
http://olsonimages.com/archives/39all the black at the bottom shouldn’t be there…
I am so lost on this one…thanks for any help…
Forum: Fixing WordPress
In reply to: Limit Pages Viewed?Shows me for not lookin hard enough… Thanks
Forum: Fixing WordPress
In reply to: Image Galleries within PagesJonlandrum That is exactly what I plan on doing. I plan on using many pages to show detail views but I dont want those pages showing up when I call for pages in the side bar.. Know how to limit that?
This post is absolutely still about galleries. I am just thinking about a different way of going about it…
Forum: Themes and Templates
In reply to: New theme: Furry PalmsLooks real nice… it had a bit of a time loading but that might be on my end. I happen to like the side bar and I dont ever rally like sidebars in general…Nice work
Forum: Fixing WordPress
In reply to: Image Galleries within PagesI guess I am looking for a little bit more than just a photo gallery… I may be mistaken about what Gallery2 can do. I gusee in the end I am really looking for a way of using pages I design as a gallery… Much like this page
http://olsonimages.com/a-little-more-about-me/
except with a few more images and only a little text… I dont really need the images to expand. I guess what I am really looking for is how to limit the pages found when this string is run…
<ul class=”counts”><?php wp_list_pages(‘title_li=’ . __(”)); ?>
woohoo! I tried to put a limit property in it but that really didn’t work so well… It kinda destroyed it!
Forum: Fixing WordPress
In reply to: Image Galleries within PagesThats what everyopne has said but I’m not yet convinced that is the best solution… Any other ideas?
Thank you by the way for replying….