php - Get Simple CMS - Control Page Content -


i using cms adding page content easy:

<div>   <?php get_page_content(); ?> </div> 

...which spit out , body of cms admin edit page.

but when want add , control smaller bits? example, employee bio's on company team page. http://get-simple.info/start/team/

in html like:

<div id="employees-bios">   <div class="employee">     <img src="employee1.jpg">     <p>employee seasoned designer.</p>   </div>   <div class="employee">     <img src="employee2.jpg">     <p>employee seasoned architect.</p>   </div> </div> 

do need components? done similar how sidebars implemented in getsimple cms?


Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -