• Hi, Im currently learning how to develop themes for WordPress and to get started I’ve been using the standard WordPress theme TwentyThirteen.

    As i’ll be customising this theme, I changed the name via the folder and via the style.css, my question pertains to remnants of the theme name in the source code and how this is removed.

    Heres a code snippet of where it is still being named.

    </style>
    <link rel='stylesheet' id='twentythirteen-fonts-css'  href='//fonts.googleapis.com/css?family=Source+Sans+Pro%3A300%2C400%2C700%2C300italic%2C400italic%2C700italic%7CBitter%3A400%2C700&subset=latin%2Clatin-ext' type='text/css' media='all' />
    <link rel='stylesheet' id='genericons-css'  href='http://localhost:8888/WPDEV/wordpress/template/genericons/genericons.css?ver=3.03' type='text/css' media='all' />
    <link rel='stylesheet' id='twentythirteen-style-css'  href='http://localhost:8888/WPDEV/wordpress/template/maincss?ver=2013-07-18' type='text/css' media='all' />
    <!--[if lt IE 9]>
    <link rel='stylesheet' id='twentythirteen-ie-css'  href='http://localhost:8888/WPDEV/wordpress/template/css/ie.css?ver=2013-07-18' type='text/css' media='all' />
    <![endif]-->
    <script type='text/javascript' src='http://localhost:8888/WPDEV/wordpress/lib/js/jquery/jquery.js?ver=1.11.2'></script>
    <script type='text/javascript' src='http://localhost:8888/WPDEV/wordpress/lib/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
    	<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
    	<style type="text/css" id="twentythirteen-header-css">

The topic ‘Using a barebones for theme development ( Help with theme name ID change)’ is closed to new replies.