Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Remove formatting in one single post page. (http://forum.bytesforall.com/showthread.php?t=10807)

McDz Oct 29, 2010 12:34 AM

Remove formatting in one single post page.
 
I want to make a own phpstart page witout any limitations from the theme.

(I only want to use the header, pagemenu bar and footer from the ata theme on that page.)

I have from little help on the wp-support forum in sweden make a teamplate from the index.php

I found a solution :)


Here is my startsidan.php teamplate

PHP Code:

<?php
/*
Template Name: startsidan
*/
?>

<?php     /* get all options: */
# error_reporting(-1);
global $bfa_ata;
get_header(); ?>


Insert your html code here :)

<?php get_footer(); ?>


lmilesw Oct 29, 2010 08:13 AM

With this theme it is important not to edit the index.php. In the Gold Forum there is a "How To" called "Using a custom template for the front page of a site" which describes the process. A $20 donation is necessary to access the Gold Forum.


All times are GMT -6. The time now is 02:55 AM.

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