| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | May 10 at 7:43 | |
| stats | profile views | 1 |
|
Apr 25 |
comment |
How to change pagination base from slash to query form? Not necessarily, it was just a bad example, any word will do, such as "page". I was just wondering if this function could be used, with some method to remove the slash (now the result is "?page=/2) |
|
Apr 25 |
comment |
How to change pagination base from slash to query form? Indeed, but I'd rather have in this form only for pagination, just like with the other exception - search. |
|
Apr 25 |
asked | How to change pagination base from slash to query form? |
|
Apr 25 |
revised |
Using loop pagination on single.php deleted 306 characters in body |
|
Apr 25 |
comment |
Using loop pagination on single.php Updated it. To remove canonical redirect, you add the following to functions.php: remove_filter('template_redirect', 'redirect_canonical'); |
|
Apr 25 |
revised |
Using loop pagination on single.php added 306 characters in body |
|
Apr 25 |
answered | Using loop pagination on single.php |
|
Apr 21 |
comment |
Using loop pagination on single.php Milo, that sounds neat but I think it's at least two levels above my competence. If it were just one, i would've given it a try ;D. Also, I rely on a plugin (infinite-scroll) and I don't know if it would be compatible with that method. If there's no easier way, than I should probably give up. |
|
Apr 21 |
comment |
Using loop pagination on single.php OK, here they are: 1) pastebin.com/rqVD9tYd This results in numbered pagination but with the slashes that make the single.php loop useless. 2) pastebin.com/iDxRf8Y7 This results in numbered pagination but with all links pointing to current page and in some error enclosing showing: string(551) "Prev 1 2 3 [...] 67 Next". *String number varies. |
|
Apr 21 |
comment |
Using loop pagination on single.php Already tried the former, now tried the latter, neither does it. I must be doing something wrong, I suppose the idea is to have the pagination as query (?paged=2 instead of /page/2/) but i don't know how to get there. Is it a canonical redirect I need to overwrite? |
|
Apr 21 |
comment |
Using loop pagination on single.php The AJAX I use needs working pagination in order to do its job. I have query_posts because, for some reason, it falls back to reloading the first page on single.php which is better than nothing (wp_query) |
|
Apr 21 |
revised |
Using loop pagination on single.php edited title |
|
Apr 21 |
asked | Using loop pagination on single.php |
|
Apr 19 |
comment |
Exclude current sticky post Works like charm :D Thanks alot for the effort and patience |
|
Apr 19 |
accepted | Exclude current sticky post |
|
Apr 19 |
awarded | Commentator |
|
Apr 18 |
asked | Exclude current sticky post |
|
Jan 8 |
asked | Strip hashtag off permalink with php |
|
Dec 21 |
awarded | Scholar |
|
Dec 21 |
accepted | page 1 is not paged |