| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | Jun 3 at 21:26 | |
| stats | profile views | 4 |
|
Jun 3 |
comment |
pagination /page/2 redirects to home page (domain.com) I'm only doing a replacement query if($postname == 'home') So that I can use that fact and the info from the 'home' post. Basically, my list of non categorized posts is showing on the home page. I played with this for some hours, I think I wasnt able to get is_front_page() to work with pre_get_posts. I have several other reasons on each page where I need to know if I am at 'home'. I appreciate your time here, and would def quit using a new query if I could figure a couple things out. |
|
Jun 3 |
comment |
pagination /page/2 redirects to home page (domain.com) Using pre_get_posts doesnt solve the problem in the linked question/answer#7 above, though does it? If I alter the query args before I get the posts, I wont know that I am 'on a page of posts'... because it hasnt gotten the post yet, Or does it? |
|
Jun 3 |
awarded | Commentator |
|
Jun 3 |
comment |
pagination /page/2 redirects to home page (domain.com) answer #7 of wordpress.stackexchange.com/questions/50761/… However, I'm pretty sure it has nothing to do with the problem. |
|
Jun 3 |
comment |
pagination /page/2 redirects to home page (domain.com) I fixed it with the template_redirect filter: mydigitallife.info/… But I'd love some more explanation as to why. |
|
Jun 3 |
revised |
pagination /page/2 redirects to home page (domain.com) added 71 characters in body |
|
Jun 3 |
revised |
pagination /page/2 redirects to home page (domain.com) edit to explain that this is not a duplicate question. |
|
Jun 2 |
revised |
pagination /page/2 redirects to home page (domain.com) added 58 characters in body |
|
Jun 2 |
asked | pagination /page/2 redirects to home page (domain.com) |
|
Mar 10 |
answered | Using previous_post_link and next_post_link to wrap around post sequence |
|
Jan 15 |
answered | Blog Page pagination not working, loads Page 1 each time |
|
Jan 6 |
accepted | Where is the changelog for 3.5? where is the list of added removed files? |
|
Jan 5 |
comment |
Where is the changelog for 3.5? where is the list of added removed files? That isnt a changelog, either. I dont see any file listings. Please reopen this thread. |
|
Jan 5 |
asked | Where is the changelog for 3.5? where is the list of added removed files? |
|
Oct 24 |
answered | Change default from “Attachment post URL” to “File URL” in Add Media |
|
Oct 24 |
answered | Change Attachment Post URLs to File URLs |
|
Oct 21 |
comment |
Get list of registered or enqued styles? looking for filters or actions Beauty. Also, for realted searches, the $wp_scripts works in the same way. So, for concatenizing and minifying purposes, it looks like I can simply go thru the $wp-styles->enqued array, do the concat/min on those files and then swap out my resulting min.css in the ->registered and ->enqued arrays. Problems or thoughts? |
|
Oct 21 |
accepted | Get list of registered or enqued styles? looking for filters or actions |
|
Sep 17 |
revised |
How long does the average wp site take to execute on the server? (not download to browser) fixed question |
|
Sep 17 |
revised |
How long does the average wp site take to execute on the server? (not download to browser) changed title toa ask for average instead of subjective. |