Tag Archives: wp-content

wp-content in Code is a Tell for Common WordPress Coding Mistakes

Regularly while reviewing themes and plugins, I’ll see URLs or paths that include ‘wp-content’. This is a often a hint of a WordPress coding mistake. Consider this simple example: <link rel=”stylesheet” href=”http://example.com/wp-content/themes/default/style-ie.css” type=”text/css” media=”screen” /> If as part of a … Continue reading

Posted in WordPress | Tagged , , , , , , , , , , , , , , , , , , , , | 1 Comment