| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | Feb 27 at 18:45 | |
| stats | profile views | 2 |
|
Jan 14 |
comment |
Ambrosite Next/Previous Post Link Plus or WP next_post_link to cycle through top level category hi Diggy, Thanks for the code, when used this function doesn't render anything? its being used like so: <?php $cats = wpse80138_get_cat_ids( get_the_ID() ); ?> <?php previous_post_link_plus( array( 'in_cats' => $cats ) ); ?> | <?php next_post_link_plus( array( 'in_cats' => $cats ) ); ?> any ideas? |
|
Jan 11 |
comment |
Ambrosite Next/Previous Post Link Plus or WP next_post_link to cycle through top level category This did work when the parent and sub category were selected you are right, but having the parent and sub category selected breaks our inherited background images, which have a higher priority. |
|
Jan 11 |
asked | Ambrosite Next/Previous Post Link Plus or WP next_post_link to cycle through top level category |
|
Dec 19 |
asked | W3 Leverage browser caching not working for google pagespeed |
|
Dec 10 |
accepted | How to get Next/previous_post_link to go through articles in top parent category |
|
Dec 6 |
comment |
How to get Next/previous_post_link to go through articles in top parent category stick that as answer and ill gladly tick, thanks! |
|
Dec 6 |
asked | How to get Next/previous_post_link to go through articles in top parent category |
|
Dec 5 |
accepted | Posts not listing out sub category in hierarchy |
|
Dec 5 |
comment |
Posts not listing out sub category in hierarchy stick it as an answer mate and ill gladly tick it. having the post in its parent category and sub category cinfused things, should only be in the sub category. |
|
Dec 5 |
comment |
Posts not listing out sub category in hierarchy Yep both categories are checked correctly on every single one. Should it only be the sub category that is checked? |
|
Dec 5 |
asked | Posts not listing out sub category in hierarchy |
|
Dec 3 |
accepted | Get 1st parent category id from post |
|
Dec 3 |
comment |
Get 1st parent category id from post I think it does, I think theres an issue with some of my categories which for some reason aren't being registered under the correct heirachy.So Issue 4 -> News -> Some news is becoming Issue 4 -> Some news. |
|
Dec 3 |
comment |
Get 1st parent category id from post Hi ggutenburg, this is great thanks, Im slightly puzzled by one thing though. Using the array of ID's and viewing the second entry via heirachy[1] sometimes shows that a post has no 2nd level parent category, which isnt the case. Every post belongs to a top level category ( an issue) and then a sub category. Do you know why this may be the case? |
|
Dec 3 |
revised |
Get 1st parent category id from post clarified questions title |
|
Dec 3 |
asked | Get 1st parent category id from post |
|
Dec 3 |
accepted | Post to inherit custom category background image from parent |
|
Dec 3 |
comment |
Post to inherit custom category background image from parent hey Developdaly I still need to fiddle with it but if you post the comment above as an answer ill gladly tick it. |
|
Dec 3 |
revised |
Post to inherit custom category background image from parent changed code |
|
Dec 3 |
comment |
Post to inherit custom category background image from parent Hmm can't get this to work, I have tried to print out the output of this fucntion but it comes up with nothing. What should this be outputting? something like domain.com/wp-content/uploads/2012/12/Virus_IQ1.jpg? |