Hi
I set the post page to the page i called blog and what i see there is just the 3 posts that come with the template
i changed the page template to all the posibilites but nothing changes
i excluded at the moment the page from the nav bar because the site is already online, but you can see it here
http://www.soylent-lodge.eu/blog/
thanks
eitan
Posts wouldnt appear on blog page
13 posts from 4 voices-
Posted 2 years ago #
-
There's no Blog template included but you can duplicate and edit the portfolio template (template_portfolio.php) to do this instead.
Open up the duplicate file and rename it template_blog.php. Next, you need to make a couple of changes in the file.
1.) Change this:
/* Template Name: Portfolio Template */to this:
/* Template Name: Blog Template */2.) Change this:
$query_string = "cat=".$kriesi_options['com_port']."&paged=$paged";to this:
$query_string = "cat=-".$kriesi_options['com_port']."&paged=$paged";This excludes the Portfolio category from the Blog Page.
3.) Edit the page you want to show blog posts on and select the "Blog Template" from the list of available templates and update the page.
4.) Let me know how you get on :)
Posted 2 years ago # -
i created the blog template and changed the code as suggested.
Then i changed the page template into the blog template but there was no change
more than that - whatever page template i choose to be the post page in the reading settings, loses its content and instead of that would appear these 3 posts that comes with the theme.
i cannot find a way to show my posts
thanks
eitanPosted 2 years ago # -
another thing - when i change to the default wp theme, the blog page does show my posts
EitanPosted 2 years ago # -
The default template runs its own code to load up blog posts.
Can you set me up an WP admin account and email the details to support {at} jamesmorrisondesign {dot} com with the subject:
Kriesi | Cubit | Eltanma | Post Wouldn't Appear On Blog Pageand I'll take a look. :)
Posted 2 years ago # -
hi
i sent you a week ago the access details
did you manage to take a look?
cheersPosted 2 years ago # -
Hi!
I've just checked my emails again, including spam folders - I haven't received any message...
You can also try this contact form: http://www.jamesmorrisondesign.com/contact/ :)
Regards,
JamesPosted 2 years ago # -
Hi -
I'm having a similar problem with blog posts. I set up a Blog Template based on the Portfolio Template as outlined above. The blog posts show up just fine, but I can't seem to get a sidebar or header to appear.
Thanks!
MichellePosted 2 years ago # -
Hey,
In your Blog Template file, add this:
get_sidebar();immediately under:
get_header();James
Posted 2 years ago # -
I have those (and more). Sidebar refuses to show up.
get_header(); $more = 0; $oldquery = $query_string; $query_string = "cat=-".$kriesi_options['com_port']."&paged=$paged"; query_posts($query_string); get_sidebar();Posted 2 years ago # -
Hey Michelle,
I sent you an email :)
James
Posted 2 years ago # -
Is there a chance to use the news section sidebar for the blog template? what do i have to put?
Posted 2 years ago # -
Posted 2 years ago #
Reply
You must log in to post.














