Multiple pages just above the pagebottom
-
Hi,
Firstly I’d like to thank and congratulate you on creating this awesome theme. Just need a little help. I’m trying to create a simple landing page.
I know it’s easy to choose a static page and display it in the theme. However, I would like to add multiple pages, some with the sidebar and some without.
I’ve tried the following code but it breaks the theme.
<?php $id=8; $post = get_post($id); $title = apply_filters('the_title', $post->post_title); echo $title; $content = apply_filters('the_content', $post->post_content); echo $content; ?> <?php
Kindly advice.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Multiple pages just above the pagebottom’ is closed to new replies.