nrice
Forum Replies Created
-
Forum: Plugins
In reply to: [Blank Slate] Problem with responsive layoutLooks good!
However, compared to the native WP template, the plugin template still doesn’t include two things:
1. Pingback link header:
<link rel="pingback" href="http://www.some-website.com/xmlrpc.php">2. HTML5 shim for IE8 & below (not important though):
<!--[if lt IE 9]> <script src="http://www.some-website.com/wp-content/themes/some-theme/js/html5.js"></script> <![endif]-->Isn’t there a way to automatically/dynamically base the plugin template on the master theme template?
Forum: Plugins
In reply to: [Blank Slate] Problem with responsive layoutThanks, got it.
Forum: Plugins
In reply to: [Blank Slate] Problem with responsive layoutNo worries. Just email me at [email protected]
Forum: Fixing WordPress
In reply to: Archives permalink redirectionActually, it seems like I don’t even need a plugin for the permalink redirection. Changing the permalink settings in the admin panel works by itself. All old archives URL’s forward to the new URL structure.
Forum: Fixing WordPress
In reply to: Archives permalink redirectionI have found two plugins that do this:
1. Permalinks Migration plugin by Dean Less – http://www.deanlee.cn/wordpress/permalinks-migration-plugin/
2. Permalinks Moved Permanently plugin – http://www.microkid.net/wordpress/permalinks-moved-permanently/
Anyone used them before?