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