Wednesday 17 October 2012

What adds the Page content to the page in a Wordpress theme - Developer level

Ok here's the issue.  On the Wordpress theme I'm using ( Blogga ) they have a page which calls up dynamic code to display team members .  However I'd also like to use text underneath to this page.

Here's what you need to do .  At the top of the page add


the_post();

?>

and where you want to show the page content add



you can take a look at this page at Team Page Modified.

No comments: