StartPoint
This is a WordPress theme for theme developers. It is a good start point to develop your own templates. If you are looking for a beautiful out-of-box theme this is the wrong place. But it is beautiful inside…
Features
- Supports multiple languages. All the words used in the theme are in the default gettext file used in WordPress (.mo and .po files).
- Supports Widgets
- Contain semantic hAtom microformats.
- Easy templating. The templates have all important elements and was thinked to only delete some if needed. Also you can rearrange it fast.
- Easy styling. It only has basic start style applied, but in the .css you can find all the selectors (ids and classes) used in the templates. The naming of this selectors are clear and nested-named.
- Of course valid XHTML 1.0 and CSS 2.0
As example of a theme created based on StartPoint you can see this blog.
Tested on WordPress 2.6.5.
Source and download: http://github.com/susez/startpoint/tree/master.













11 Comments
Jesus,
Just upgraded to the newest version of WordPress, and I’m now getting an error in sidebar.php, check out:
http://www.petershoemaker.com/ravingcook/ and look in the sidebar.
Any clue what’s going on?
thanks,
Peter
I have just updated the theme for 2.1 compatibility.
If you want eliminate that error in your theme you can replace in sidebar.php lines 33-47
<?php
$link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");
foreach ($link_cats as $link_cat) {
$have_links = $wpdb->query("SELECT link_id FROM $wpdb->links where link_category = $link_cat->cat_id and link_visible = 'Y'");
if ($have_links){
?>
<li>
<h4><?php echo $link_cat->cat_name; ?></h4>
<ul>
<?php wp_get_links($link_cat->cat_id); ?>
</ul>
</li>
<?php }
}
?>
For
<?php wp_list_bookmarks('category_before=<li>&category_after=</li>
&title_before=<h4>&title_after=</h4>
&category_orderby=name&category_order=ASC
&orderby=name&order=ASC'); ?>
Hope this help
Thanks!
Nice work, thanks for sharing!
A friend of mine did a nice work based on your theme, if you want to check it out: http://www.z-oc.com
I´m going to start working on a new blog and intend to use StartPoint to build a personalized template from scratch.
Congrats for your awesome work!
Maybe some posts here saying tanks or nice work where deleted in a spam-cleanup. But anyway: thank you all.
Gustavo: nice work of your friend.
your sidebar causes invalid code try
other code
the opening and closing ul needs to be outside the function call to the dynamic sidebar
Âñǻ đåôåđàëà́ íàáîđ ñîộà è ïîëíîå îïèñàíèå íàêđọ́êè!
Âñǻ ïđèâạ̊!
Çíà÷ẹ̀ ̣àê, âđǻåíè ñåé÷àñ ó ́åíÿ íạ̊ó, ̣àê ÷̣î ́íîăî ïèñạ̀ü íå áóäó!
Ăîâîđ₫ ñđàçó, ́íå ñ ựèơ ïàđ̣íåđîê êàïàạ̊ ăäạ̊î 200$-350$ â ́åñÿö! (Åñëè ơîđîøî ïị̂đóäẹ̀ñÿ, ́îæíî è áîëüøå! ß íèêîăî íå çàṇ̃àâëÿ₫ ́íå âåđẹ̀ü… ̉àê ÷̣î ựà èíôîđ́àöèÿ áóäạ̊ ïîëåçíà ̣îëüêî ̣ǻ, ệî îị̈è́èṇ̃è÷åñêè íàṇ̃đîåí íà đàáị̂ó (́îæạ̊ è íå ñîâñǻ ëåăêó₫… )!
ÂÍÈ̀ÀÍÈÅ!!!
̉àê, êàê, íà ựî́ ôîđó́å çàïđåùàạ̊ñÿ đàḉåùạ̀ü đåôåđàëüíûå ññûëêè, Âà́ íàäî îáđạ̀ẹ̀ñÿ êî ́íå, ÷̣îá ÿ âà́ èơ äàë ëè÷íî!
Êî́ó ựî íàäà – îáđàùạ̀ñÿ ïî ICQ – 353-867-001
ß, íà ïđè́åđ, ÍÅ èñïîëüçó₫ ñàẹ́û äëÿ ̣åơ ïàđ̣íåđñêèơ ïđîăđà́́! Èñêë₫÷ẹ̀åëüíî íàêđọ́÷èêè!
ÂÍÈ̀ÀÍÈÅ!!!
Âñǻ ệî çàđåăèṇ̃đèđóạ̊ñÿ ïî ́îèơ đåôåđàëüíûơ ññûëêàơ, ́îăọ́ ÁÅÑÏËÀ̉ÍÎ ïîëó÷ẹ̀ü íàêđọ́÷èêè äëÿ ựèơ ïàđ̣íåđîê, è ïîëíîå îïèñàíèå ïî đàáị̂å!
ß đàä ïî́î÷ âñǻ ñâîè́ đåôåđàëà́!
Âñǻ, ệî ơî÷ạ̊ ïîëó÷ẹ̀ü áåñïëạ̀íûé ñîộ äëÿ íàêđọ́êè, áåñïëạ̀íó₫ èíôîđ́àöè₫ è ïî́îù, îáđàùạ̀ñÿ ïî ICQ -353-867-001
Æåëà₫ óäà÷è…
Âị̂ âûïëạ̀û!
Test myfunction comment
Test myfunction comment
i hope. abcba528dc thanks