Schillingry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Create drop down main menuSo far I’ve found documentation on Suckerfish, would this be a base to what I want to do and then just style it the way I see fit? Or any other option or easy implementation out there?
Thanks again,
RyanForum: Fixing WordPress
In reply to: Limiting Search Page Posts to 10 Per Page from InfiniteGreat, looks like we came up with the same thing.
Thank you very much for looking into this with me!
Forum: Fixing WordPress
In reply to: Limiting Search Page Posts to 10 Per Page from InfiniteHey Ryan,
I think I was able to get it corrected. I added:
<?php query_posts($query_string . '&showposts=10'); ?>Right above the
<?php if (have_posts()) : ?>and it looks like it is only displaying 10 now.
Forum: Fixing WordPress
In reply to: Limiting Search Page Posts to 10 Per Page from InfiniteHey Ryan,
Thanks for your help. Here is the pastebin.com url of the search.php
The url to the search results page is http://www.austinfilmfestival.com/?s=interview
I’m looking into it as well, however any help is greatly appreciated!
Forum: Fixing WordPress
In reply to: Limiting Search Page Posts to 10 Per Page from InfiniteHey Ryan,
Yeah, currently that reads 5 which is how the News page outputs. However on the search results page it shows every post from the most recent to the oldest. I just want to make it to where only the 10 show and if you want to see more you click to another page.
Right now about 300 show so the page is crazy long. Any suggestions?