2009-08-13, 03:26:37
hi people. im testing the great tool to use in a project. but i have som problems.
1) i create new components, and insert and the theme code. but nothing changes. the default component (about) is 'lost'.
i do it:
<div id="sidebar">
<div class="featured">
<?php get_component('teste-1'); ?>
<?php get_component('teste-2'); ?>
<div class="clear"></div>
</div>
2) i browse images, and see it in the files, but it doesnt appear in the page. how is the correct way to inset images in a page?
3) how is the best way to create a blog with this CMS? i need to insert some posts in the 'homepage', that as a 'blog' page.
thanks and sorry for my english.
1) i create new components, and insert and the theme code. but nothing changes. the default component (about) is 'lost'.
i do it:
<div id="sidebar">
<div class="featured">
<?php get_component('teste-1'); ?>
<?php get_component('teste-2'); ?>
<div class="clear"></div>
</div>
2) i browse images, and see it in the files, but it doesnt appear in the page. how is the correct way to inset images in a page?
3) how is the best way to create a blog with this CMS? i need to insert some posts in the 'homepage', that as a 'blog' page.
thanks and sorry for my english.