StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 10-14-2012, 09:39 PM
designsbymkp designsbymkp is offline
Registered User
Genesis Member
 
Join Date: Dec 2011
Posts: 12
Default Reversing post page order /Please help soon if possible, due in 20 hours!

Thank you for viewing my post! I have a very important client, and he just called me and asked me to change his News page (a post category as a menu page) so that the oldest post shows up first, new posts last. I have looked up a lot of stuff, but one made every page the news page, and one just made the home page the news page, no matter what I do. Is there some good way to do this?
I did this (safe link) and it worked, but made my front page the news page instead of the static page I created and had selected. Is there someway to do this better, or get it working, or at least get it baxk to at least going to my static home page while leaving the rest work?
Only problem is, this is for the freemasons, and my client needs to show it off tomorrow at 5pm Eastern Time..
Any help is appreciated soooooo much! Here is the website right now with the function from the first tutorial in my functions.php
Thanks!!!
  #2  
Old 10-15-2012, 07:01 AM
andrea_r's Avatar
andrea_r andrea_r is offline
Forum Manager
 
Join Date: Nov 2009
Location: Eastern Canada
Posts: 36,279
Default

Quote:
or at least get it baxk to at least going to my static home page while leaving the rest work?
Under Settings -> Reading what do you have selected?

Also - you are allowed to tell clients, "Sorry, I can't do that in this timeframe." :)
__________________
*****
These forums were CLOSED to new posts on November 19th, 2012. New forums are here: http://www.studiopress.com/forums/ and you will need to SIGN UP AGAIN.

If you need assitance with setting up your theme, go to http://my.studiopress.com/ and read the SETUP links or the TUTORIALS link on the side tab.

If you need Account Assistance, file a help desk ticket at the same location.
  #3  
Old 10-15-2012, 11:50 AM
designsbymkp designsbymkp is offline
Registered User
Genesis Member
 
Join Date: Dec 2011
Posts: 12
Default

Thank you for the reply! Under those settings, I do have the static page selected with the page I want. Before I did the method to reverse the post order, everything was fine. I do not understand why it wants to show the posts page at home when it is not selected that way.
Also I know, and it looks like I might have to tell them that, but this is a HUGE client and if I can make him happy, I am about to score a lot more business tonight at our meeting, so you can see why I am stressing a little haha.
  #4  
Old 10-15-2012, 12:06 PM
andrea_r's Avatar
andrea_r andrea_r is offline
Forum Manager
 
Join Date: Nov 2009
Location: Eastern Canada
Posts: 36,279
Default

Well it;s hard to say why it did that on your site without knowing how you added the code, exactly. because that would be the way to do it.

Maybe leave a comment on that page and ask the author.
__________________
*****
These forums were CLOSED to new posts on November 19th, 2012. New forums are here: http://www.studiopress.com/forums/ and you will need to SIGN UP AGAIN.

If you need assitance with setting up your theme, go to http://my.studiopress.com/ and read the SETUP links or the TUTORIALS link on the side tab.

If you need Account Assistance, file a help desk ticket at the same location.
  #5  
Old 10-15-2012, 12:11 PM
designsbymkp designsbymkp is offline
Registered User
Genesis Member
 
Join Date: Dec 2011
Posts: 12
Default

I did, but it does not look like they really keep up with it near as much. If this helps, here is the text I added to the functions.php, the only thing I had to do at all:

add_action('genesis_before_loop', 'child_before_loop');
function child_before_loop () {
global $query_string;
query_posts($query_string . "&order=ASC");
}


Any chance you see anything with this that would cause it? Thank you so much for your time!
  #6  
Old 10-15-2012, 12:36 PM
designsbymkp designsbymkp is offline
Registered User
Genesis Member
 
Join Date: Dec 2011
Posts: 12
Default

Thanks for all your help! Luckily I found another method! Not sure why it caused those problems, but did more research and found a Plugin that actually worked perfect. Here is a link just in case it might help anyone else:

http://wordpress.org/extend/plugins/default-sort-ascend/

Thanks again!
  #7  
Old 10-15-2012, 01:02 PM
andrea_r's Avatar
andrea_r andrea_r is offline
Forum Manager
 
Join Date: Nov 2009
Location: Eastern Canada
Posts: 36,279
Default

Great since the issue is resolved, I'll close the thread. If you have more questions, please open a new thread.
__________________
*****
These forums were CLOSED to new posts on November 19th, 2012. New forums are here: http://www.studiopress.com/forums/ and you will need to SIGN UP AGAIN.

If you need assitance with setting up your theme, go to http://my.studiopress.com/ and read the SETUP links or the TUTORIALS link on the side tab.

If you need Account Assistance, file a help desk ticket at the same location.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
reversing chronological order of blog posts and comments diepro General Discussion 2 05-14-2009 09:04 PM


All times are GMT -5. The time now is 10:28 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.