|
Oct 25 |
comment |
Disable collapse of admin meta boxes Thanks Brian. Luckily I do not need the sorting either so this is a silver bullet! |
|
Oct 25 |
comment |
Disable collapse of admin meta boxes Thanks Brian. That seems to the trick nicely. Do you know if removing the entire 'postbox' script in this way causes other issues? |
|
Oct 20 |
comment |
Category archive by year with permalink support /category/YYYY Yup. I flushed them each time I made a change. |
|
Oct 19 |
comment |
Category archive by year with permalink support /category/YYYY I have attempted to implement this solution but unfortunately it does not work. The rewrite rules seems to be more flexible and supports page numbering. |
|
Oct 18 |
comment |
Category archive by year with permalink support /category/YYYY @StephenHarris You are absolutely right. Just spotted that myself. Just about to post updated code. |
|
Oct 18 |
comment |
Category archive by year with permalink support /category/YYYY Thanks for your reply Stephen. I gave it a try and whilst it does not break the site it does not return the expected results. It looks like the category request is being ignored. I will do some more testing and see what I can work out. |
|
Apr 13 |
comment |
User capability of create page/new page Thanks for the link, it is a shame this is not available now. As a temporary solution I have filtered the relevant menus from the admin menu and hidden certain buttons with CSS. Not ideal but it works for now. |
|
Mar 8 |
comment |
Filter the URL of next_posts_link & previous_posts_link @t31os Brilliant. I have updated my answer with a second filter. Thanks again. |
|
Mar 8 |
comment |
Filter the URL of next_posts_link & previous_posts_link @t31os Do you know of a similar filter for previous_post_link and next_post_link as these both too suffer from the same issue? |
|
Mar 8 |
comment |
Filter the URL of next_posts_link & previous_posts_link Still getting to grips with those! I have removed them from the code as it works without. |
|
Mar 8 |
comment |
Filter the URL of next_posts_link & previous_posts_link Many thanks. This filter worked perfectly. Code added above for others who face a similar problem. |
|
Feb 20 |
comment |
Current class on admin menu using add_submenu_page() Worked perfectly. Thanks for your help. |
|
Feb 19 |
comment |
Current class on admin menu using add_submenu_page() @t31os I am adding my own dashboard menu and not moving the WordPress dashboard. I have added my code. @wyrfel I was expecting it to work out the box as well. I wonder if perhaps something is conflicting with my menu. |