Posts Tagged ‘Wordpress’

Only show the sub menu when the parent is selected with the new wp_nav_menu in WordPress 3.0

I just spent two hours trying to hide the submenu for a menu item that is not selected in the new menu system in WordPress 3.0. First i found this post in the WordPress forums where someone had built a “Custom Walker” but it was for a slightly different scenario and it was also a [...]

Problems with Dean’s Permalinks Migration after WordPress 2.7

I updated to WordPress 2.7 when it was released and on the surface everything seemed to work just fine. Then today when i clicked a old link to one of my wordpress sites i got a 404 message. It turns out that Dean’s Permalinks Migration plugin stopped working after WordPress 2.7 (i assume at least, [...]

Generate expiring urls for Amazon S3 via a WordPress Plugin

I am a .net developer and haven’t done any PHP work ever. But i use WordPress and for some time now i been looking for a plugin that could generate a URL for Amazon S3 that is “signed” and will expire after a certain amount of time. I posted the question on both wordpress and [...]