WordPress Starter Theme Update
Today I’ve uploaded a new version of my WordPress Starter Theme, an empty theme that makes for easy copy-and-pasting from an HTML file into a new WordPress theme. Some of the changes in this release include
- Page navigation (’Newer Posts’, ‘Older Posts’) for archives
- ‘template_directory’ and ‘url’ tags in header.php for copy/paste
- Basic post structure (’post’ DIV, title in
<h2>, content tag)
For the full run-down of the purpose of this theme, visit the WordPress Starter Theme Project post.
Download the new WordPress Starter Theme
Vertical1234691 = false;
ShowAdHereBanner1234691 = true;
RepeatAll1234691 = false;
NoFollowAll1234691 = false;
BannerStyles1234691 = new Array(
“a{display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0 4px 10px 0;text-align:center;text-decoration:none;overflow:hidden;}”,
“img{border:0;clear:right;}”,
“a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;}”,
“a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}”
);
document.write(unescape(”%3Cscript src=\’”+document.location.protocol+”//s3.buysellads.com/1234691/1234691.js?v=”+Date.parse(new Date())+”\’ type=\’text/javascript\’%3E%3C/script%3E”));
Read it at the source
- None Found