Try calling the file front-page.php instead. That’s what works for me. I believe this is because home.php is used for the blog home (but not 100% sure of that, so if anyone out there can confirm or deny that one, pleae do!).
The home template is generally used for the post feed; have you read the template hierarchy codex page? I know Chip Bennet wrote a quick tutorial on that a while back. Unfortunately I don’t have the link at hand.
Thread Starter
jahmin
(@jahmin)
Hi guys, yeah I did check the hierarchy and have tried using the php code form page.php in a template called front-page.php in the hope that this would have the correct result. it seems to make absolutely zero difference.
should this method work in principle then? (I’m not even sure if that is the case!!)
thanks!!
L
Thread Starter
jahmin
(@jahmin)
I also tried creating a more specific template including the code from page.php and giving it the id of the page I wish to use as the home page “page-13.php” – that had zero effect also. It seems that the theme is looking elsewhere.
Just off the top of my head, but…
Have you got the setting under ‘Settings -> Reading -> Front page displays’ set to your actual home page? That could be part of it.
Apart from that, post in the themes support forum, as you’re going to be more likely to get a response from someone that knows that particular theme more then someone like me that doesn’t know it.
Thread Starter
jahmin
(@jahmin)
hi yeah, it’s set on the specific page I want to use – thanks.
I’ve ben posting on the theme page too, no replies in the past four days π
ta for your assistance
And, there is a file in that theme called content-home.hp and without installing it, I’d pretty much bet that’s what’s controlling the home page. There’s not a lot on there, but that’s where I’d think everything is happening there.
Did a quick test to figure out what may be wrong. I setup a child theme and only added the front-page and the required stylesheet. Got it to work; had to take a quick look at the page template of the theme and the content is actually generated from content-page not content-home.
I did find the post I mentioned by Chip.
What I would say is try deactivating all plugins first if you haven’t already to see if that changes anything and if doesn’t then try using a child theme and adding the front-page file with the content-page to suit your needs. π
Thread Starter
jahmin
(@jahmin)
thanks Jose for your efforts, i’ll have a go and see what happens.
sorry Chip for posting in the wrong place, i don’t know my way around, will have to work harder at learning.
No worries. π
Please see my answer in the other thread, as I’m 99% certain that JetPack is your issue.