Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Landing Page Template Error (http://forum.bytesforall.com/showthread.php?t=4948)

hadleman Dec 19, 2009 06:59 PM

Landing Page Template Error
 
1 Attachment(s)
Hello, I recently tried to create a landing page with a template, but when I try to preview the page or publish it and click the page's link, I get this:

Warning: include_once(/home/hadleman/public_html/wp-content/themes/atahualpa.3.2/atahualpa/functions/bfa_get_options.php) [function.include-once]: failed to open stream: No such file or directory in /home/hadleman/public_html/wp-content/themes/atahualpa.3.2/atahualpa/landingpage1.php on line 13

Warning: include_once() [function.include]: Failed opening '/home/hadleman/public_html/wp-content/themes/atahualpa.3.2/atahualpa/functions/bfa_get_options.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hadleman/public_html/wp-content/themes/atahualpa.3.2/atahualpa/landingpage1.php on line 13

Fatal error: Call to undefined function bfa_center_content() in /home/hadleman/public_html/wp-content/themes/atahualpa.3.2/atahualpa/landingpage1.php on line 48


Attached is the coding I used for the php file.

juggledad Dec 20, 2009 07:24 AM

First thing you need is
HTML Code:

<?php        /* get all options: */
include (TEMPLATEPATH . '/functions/bfa_get_options.php');
get_header();

#global $bfa_ata;
// You can start editing below:
?>

You can just make a copy of index.php and reove what you don't need


All times are GMT -6. The time now is 05:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.