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)
-   -   post-headline </h>1> (http://forum.bytesforall.com/showthread.php?t=17735)

ride2esc Jun 10, 2012 04:36 AM

Howdy
I managed to create a custom page, where i add 2 widgets area in center - left and right.
And in this new page, I made some html tables where i insert all is needed:
Header, the center with left column and right column, and the footer.
But..i dont know hot to add the right zone.
Can you tell me how I insert the right-area code? Now i insert "widget-liquid-right" but is not the correct code..

This is my custom page:

<?php
/* Template Name: Custom Home Page */
get_header();
?>

<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('WIDGET_TITLE')) : else : ?>
<div id="column_wrapper-hp">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="369" height="18" valign="top"> <?php bfa_widget_area('name=left'); ?></td>
<td width="369" valign="top"> <?php bfa_widget_area('name=right'); ?></td>
<td width="493" align="right" valign="top"> <?php bfa_widget_area('name=widget-liquid-right'); ?></td>
</tr>
</table>
</div>
</div>
</div>
<?php endif; ?>
<?php get_footer(); ?>

juggledad Jun 10, 2012 05:17 AM

Quote:

Can you tell me how I insert the right-area code?
do you mean the right sidebar?

you should base your template on index.php

ride2esc Jun 10, 2012 07:20 AM

Yes, the right sidebar.. :D

ride2esc Jun 10, 2012 07:21 AM

The template is Atahualpa...
And I tried with widget-liquid-right - but this is not the correct code.

juggledad Jun 10, 2012 11:21 AM

Quote:

The template is Atahualpa...
Your page template, the theme is atahualpa

ride2esc Jun 10, 2012 11:49 AM

Hmm..don't know the differences (yet) but if you please take a look here:
http://erobu.eu/demo/tmevents3
you will see what i mean.
The right is not showin.
I have a simple custom_page.php, where is insterted the exact code I've posted in a few posts above.

juggledad Jun 10, 2012 12:08 PM

Let me repeat myself. If you are creating any type of template with the atahualpa theme, you should use the index.php as the basis of your code so header, sidebars and footers will all work correctly


All times are GMT -6. The time now is 08:18 AM.

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