Thread Starter
Asus24
(@asus24)
Thank you for the link, however this forum requires a page subscription. However I am from the caribbean, and I do not have access to that kind of money. If anyone haas any ideas on how I can fix this problem it would be greatly appreciated
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
So you’re getting a white screen once you apply the template?
Thread Starter
Asus24
(@asus24)
Yes just a blank white screen
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Do you have any PHP within your template?
Thread Starter
Asus24
(@asus24)
Yes I do, I thought I was creating it wrong so I copied index.php word for word and only changed the name of the template, but that did not show up either
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Do you have access to the error logs?
Thread Starter
Asus24
(@asus24)
I feel so over my head, where do I find these error logs.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You can ask your hosting company.
Thread Starter
Asus24
(@asus24)
When I change to another theme I get page templates to work. However I really like this particular theme.
When I change to another theme I get page templates to work
also self-made page templates?
what file names are you using for your templates?
please post the code of one of your page templates you have made for ‘live wire’;
( use the pastebin – http://codex.ww.wp.xz.cn/Forum_Welcome#Posting_Code )
Thread Starter
Asus24
(@asus24)
This is the orginal/default template that came with live-wire
http://pastebin.com/aRXszN3Q
This is the one I would like to use:
http://pastebin.com/NPzZvcxd
ps:
this for instance would be a valid start for a page template – tested in ‘live wire’:
<?php
/**
* Template Name: LuLu is Back in Town
**/
get_header(); // Loads the header.php template. ?>
Thread Starter
Asus24
(@asus24)
You are incredible, thank you so much to everyone that helped, thank you so much.