| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 8 months |
| seen | May 14 at 13:05 | |
| stats | profile views | 35 |
|
Aug 3 |
comment |
Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) also, just now I switched back to wp-content, I commented those lines in wp-config and renamed the folder from 'content' to original 'wp-comment' - the problem persists... pages and single blog posts get redirected to blog home (index.php or page template holding the blog home index) |
|
Aug 3 |
comment |
Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) it's very odd... only pages and posts are not working... My custom post type and bbpress forums (also a custom post type) work fine. Archives and taxonomies too are fine. |
|
Aug 3 |
comment |
Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) thanks - HTTP_HOST and SERVER_NAME are the same 'mydomain.com' (without quotes and no http or slash), which is the correct domain, SERVER_ADR is not present - just before your comment I managed to fix it once again, but again after editing some content at some point misbehaves again and starts pointing pages to index.php (or blog home template page) in my theme - if I disable the blog home template it will redirect to index.php in my template |
|
Aug 3 |
comment |
Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) no unfortunately doesn't work anymore... at the beginning it appeared as fixed... I started editing content and uploading stuff... the problem occurred again. I don't know what trigged it again. I flushed again permalinks. |
|
Aug 3 |
comment |
Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) oh that was it! this was driving me crazy... I'm surprised that in this installation my usual constants didn't work - I've replaced mine with yours and flushed the permalinks now appears to be working... thanks a lot! |
|
Aug 3 |
revised |
Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) added 274 characters in body |
|
Aug 3 |
revised |
Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) added 580 characters in body |
|
Aug 3 |
comment |
Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) I gave a look on wp_query when loading a page... it's like I supposed it was, it's looping as if it were the index.php (blog home), regardless of reading settings in wp and the fact it's a page (ie address bar in browser shows mydomain.com/page but in fact it's fetching the blog index and loading all posts... ) - I'm not running query_posts or querying post in any way in the header or the footer |
|
Aug 3 |
revised |
Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) deleted 418 characters in body |
|
Aug 3 |
revised |
Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) added 632 characters in body |
|
Aug 3 |
revised |
Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) added 749 characters in body |
|
Aug 3 |
asked | Wordpress not respecting template hierarchy (fetches index.php instead of single.php or page.php) |
|
Jul 31 |
comment |
Is there any good tutorial to write custom login, registration and password recovery forms? thanks gArn this is the sort of thing I was looking for and I failed to find using Google before... therefore I made a question here, thanks for getting to the point and sharing your resource with me (and the rest of the readers). Update: I gave a closer look, eventually doesn't cover everything and doesn't explain certain things I was looking for (well I guess I will have to dig and examine single articles in the codex more carefully), however it's sort of good that it uses the generic wp-login, I don't want to build something too complicated... maybe your link is a good starting point |
|
Jul 31 |
accepted | Is there any good tutorial to write custom login, registration and password recovery forms? |
|
Jul 31 |
asked | Is there any good tutorial to write custom login, registration and password recovery forms? |
|
Jul 2 |
awarded | Popular Question |
|
Jun 29 |
comment |
Sort custom posts in archive by multiple values: date AND meta key no it doesn't work: posts sorting is inaccurate (shows posts from 2011 and 2012 all mixed) and again if I change DESC or ASC it has no effect... The reason I need this is that the artist I'm creating the website for is uploadinng his artwork throught the years randomly, and pubdate does not reflect the artwork creation order |
|
Jun 29 |
comment |
Sort custom posts in archive by multiple values: date AND meta key thanks, see my reply to Max - however there's still one issue with the sort order |
|
Jun 29 |
comment |
Sort custom posts in archive by multiple values: date AND meta key oh damn, I changed that after I noticed it was set to order_by, then did another typo... thank you so much - anyway the sorting is still not perfect: the order sort is displaying posts with '2011' first, while it should display '2012' first. Do you have any clue why the sorting is like that? |
|
Jun 29 |
revised |
Sort custom posts in archive by multiple values: date AND meta key added 336 characters in body |