Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Frequently Asked Questions (FAQ) Plugin
#22
Can anyone help me out a bit ? I am using the MyCompany theme for my website.I created a new faq page , but find it a bit hard to figure out where exactly i should put the code to display the faq questions.

For this page i am using frontpage.php as a template , renamed it to frontpage2.php to allow me to use a different image on the faq page.

This is the code of frontpage2.php :

PHP Code:
<?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); }
/****************************************************
*
* @File:             template.php
* @Package:        GetSimple
* @Action:        myCompany theme for GetSimple CMS
*
*****************************************************/

# Include the header template
include('header.inc.php'); ?>

    <div id="main-container">
        <div class="inmain">
    <div id="main" class="wrapper clearfix frontpage">
            
            <article>
        <header>
          <h1><?php get_page_title(); ?></h1>
                </header>
                <section>
                  <?php get_page_content(); ?>  
                </section>
            </article>
      <aside>
      <img src="<?php get_theme_url(); ?>/customize/flowers.png" alt="Notebook with screenshot" />
      </aside>
<!---            
            <aside>
                <h3>aside</h3>
                <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sodales urna non odio egestas tempor. Nunc vel vehicula ante. Etiam bibendum iaculis libero, eget molestie nisl pharetra in. In semper consequat est, eu porta velit mollis nec. Curabitur posuere enim eget turpis feugiat tempor. Etiam ullamcorper lorem dapibus velit suscipit ultrices.</p>
            </aside>
-->             
        </div> <!-- #main -->
        </div>
    </div> <!-- #main-container -->

<?php 
# Include the footer template
include('footer.inc.php'); ?>

My website is located here : http://is.gd/gGfetD

What i would need is to know where the code should be put to have it displayed below the 2 columns and above the social likns icons.

So far it has not worked for me yet !

Anyone ?
Reply


Messages In This Thread
RE: Frequently Asked Questions (FAQ) Plugin - by gd5670 - 2013-03-17, 17:47:30
Frequently Asked Questions (FAQ) Plugin - by Wos - 2012-04-27, 23:52:34
Frequently Asked Questions (FAQ) Plugin - by Wos - 2012-04-28, 06:29:55
Frequently Asked Questions (FAQ) Plugin - by Wos - 2012-04-29, 16:33:52



Users browsing this thread: 3 Guest(s)