smritimanab / carrington

Automatically exported from code.google.com/p/carrington
0 stars 0 forks source link

Carrington-blog ignores WP's page_on_front setting #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure WP to use a static page as the front page (Settings > Reading
> Front Page Display > Static page
2. Navigate to the home page

What is the expected output? What do you see instead?
I should see the static page instead of the blog style page

What version of the product are you using? On what operating system?
Carrington Blog 2.2

Please provide any additional information below.
Is there a work around for this?

Original issue reported on code.google.com by rich.man...@gmail.com on 15 Dec 2009 at 7:19

GoogleCodeExporter commented 8 years ago
I'm trying to fix this myself, but can't seem to find where this is checked in 
other
themes.  I suspect this is broken due to the context.  Although Carrington Text 
works
with this option just fine.

Original comment by rich.man...@gmail.com on 15 Dec 2009 at 7:21

GoogleCodeExporter commented 8 years ago
Cannot reproduce, closing.

Original comment by alexking...@gmail.com on 6 Jan 2010 at 5:45

GoogleCodeExporter commented 8 years ago
Actually this is not invalid. I am having the same problem. 

I have set wordpress to use a static page as the home page.

I have commented out the code in page-default that calls the function to display
comments.

and yet there are comments under the home page and for the life of me I cannot 
work
out why.+

It is the right content from the page called "Home" in pages not posts, but it 
is
being displayed using a different sub template called by ctfc_loop() than all 
the
other pages. 

And according to my home page, it is filewd in uncategorised which bearing in 
mind I
am using a page as the home page is rather wierd.

Clueless as to how to fix. I love the look of this theme so I am probably going 
to
hard code my home page template and ignore the loop call.

Original comment by prettyva...@gmail.com on 14 Feb 2010 at 2:23

GoogleCodeExporter commented 8 years ago
I was having this same issue. 

Via 'Reading' Settings in wp-admin, I had the front page set to a static page. I
turned on Carrington debug, and saw that Carrington was following this path:
loop/loop-default.php
content/content-default.php

I added home.php to loop (as attached) and now get the following:
loop/home.php
content/page.php

I hope this information is helpful.

Original comment by carlosda...@gmail.com on 25 Feb 2010 at 8:32

Attachments: