Related posts widget [closed]

Assuming your happy to accept a solution involving one of the plugins you listed under the “Partly woking:” heading. Widgets of Posts by Same Categories http://svn.wp-plugins.org/widgets-of-posts-by-same-categories/trunk/widgets-of-posts-by-same-categories.php Only need literally 1 or 2 lines of code, depending on how you want to handle the “post does not have a thumbnail” scenario. Around this area of the … Read more

Blackberry specific Mobile Redirect plugin? [closed]

There isn’t one that I know off, however if you wanted to write a script to solve your problem then: In Javascript: <script type=”text/javascript”> var userBrowser = navigator.userAgent; var url = “http://forblackberryusers.yoursite.com/”; if (userBrowser.indexOf(“BlackBerry”) >= 0) { if (userBrowser.indexOf(“WebKit”) >= 0) { window.location = url; } } </script> or alternatively you could be smart and … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)