archard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What defines how search results are displayed?Right, I have the search.php page in place. The problem is that it displays the search results a certain way but no where does it explain why the results get displayed that way or where they’re defined. For example, my search results page displays 10 results per page and puts them in order of when they were created. I’d like to make it so that I could put maybe 20 results per page and have them listed alphabetically.
Forum: Themes and Templates
In reply to: Dynamic Sidebar based on page template?Holy cow, it works. Thanks for the help moshu.
Forum: Themes and Templates
In reply to: Dynamic Sidebar based on page template?Really?
I guess the default sidebar gets called by
<?php get_sidebar(); ?>
But once I make another sidebar, how do I call that?
Forum: Fixing WordPress
In reply to: Search Page Customizationbump for afternoon people
Forum: Fixing WordPress
In reply to: Search Page CustomizationLet me correct something, it actually lists the results by order of when they were created, starting with the most recent. I have a plugin installed that searches for pages as well as posts, and I want it to be listed in alphabetical order.
Forum: Everything else WordPress
In reply to: Forcing a www in the URLWell that was stupid of me, didn’t do either of those. Thanks man I appreciate the help.
Forum: Everything else WordPress
In reply to: Forcing a www in the URLOtto — that’s pretty interesting stuff. I never really thought why we use www in the first place, I always just thought it looked better. But after some research I decided I’m gonna go without the www.
However,
The code you gave me still gives me the same problem. This time I set it up to redirect to https://gametabs.net – no www. If I type in https://www.gametabs.net it redirects me to gametabs.net. No problem. But if I go to anything other than the home directory AND I use the www, I get redirected to gametabs.net/index.php. I want it so that, for example, if I go to https://www.gametabs.net/nes, it will redirect me to gametabs.net/nes.
Forum: Everything else WordPress
In reply to: Forcing a www in the URLOtto — I tried this and many other htaccess stuff before, and what happens is if I type in https://gametabs.net/otherpage, the user will get redirected to the homepage.
For example https://gametabs.net/nes gets redirected to https://www.gametabs.net/index.php when I want it to redirect to https://www.gametabs.net/nes
Forum: Everything else WordPress
In reply to: Forcing a www in the URLBump. Someone’s gotta have some insight.
Forum: Fixing WordPress
In reply to: NEED URGENT HELP IMMEDIATELYSorry helveto… I was in a panicked state when I made the topic, because like citeewurkor said, I thought I killed my site. The point was to get attention to the topic rather than to offend people. And yes, I did search through the wordpress documentation as well as many other external sites before I posted here.
Forum: Fixing WordPress
In reply to: NEED URGENT HELP IMMEDIATELYOh wow, it worked! :D:D:D:D:D:D:D:D
Man, I don’t know how to thank you enough. The amount of time and stress you just saved me… I am so relieved. The world needs more good people like you.
Forum: Fixing WordPress
In reply to: NEED URGENT HELP IMMEDIATELYno, not yet, go ahead
Forum: Fixing WordPress
In reply to: NEED URGENT HELP IMMEDIATELYNo, thats the problem. I dont’ know what to put in there. I was wondering if someone with the same permalink structure could tell me what is in their .htaccess file?
Forum: Fixing WordPress
In reply to: NEED URGENT HELP IMMEDIATELYI’ve already updated it at least 20 times. Sorry forgot to say that.
Forum: Themes and Templates
In reply to: Sidebar acting strangeI fixed it thanks anyway though. My sidebar was a few pixels too wide for IE’s liking =/