• Resolved yhenew

    (@yhenew)


    I have created Static home Page. all the content displayed well as the theme’s default design. but I want to add additional content at home page. I try to add content editing the home page. No change at all. it only display the default one.
    please help.
    Best regards
    Yhenew A.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author webdzier

    (@webdzier)

    Hello @yhenew,

    Thank you for reaching out.

    We want to more investigate your issue so please share your site URL. Also, send a screenshot of the issue.

    Regards

    Thread Starter yhenew

    (@yhenew)

    Hi @webdzier

    Thank for your support.
    I am developing at localhost. So I can’t share the URL.
    But let me clarify my question.
    Your theme has default home template. I have created a page called Home. then I used home template. Home template has specific content section such as slide section,room section etc.
    what I want is, to add additional content section such as testimonial at the home page.

    Thanks
    Yhenew A

    Theme Author webdzier

    (@webdzier)

    Sorry for the inconvenience caused.

    Yes, you can add additional content to the home template, you need to copy below code and paste in front page (front-page.php) where you want to display in the home template.

    Simply go to Templates folder > front-page.php file

    <section class="user-content animate" data-anim-type="fadeInRight" data-anim-delay="800" >
        <div class="container">
            <div class="row">
                <div class="col-md-12">
                    <?php the_content(); ?>    
                </div>    
            </div>
        </div>
    </section>

    After the pasted code in the front-page.php file and save it.

    Thanks

    Thread Starter yhenew

    (@yhenew)

    Thanks @webdzier
    Right now you got my Idea. Thanks for you time.

    The front-page.php is not at templates folder. I got it at hotel-galaxy folder. Inserting the code snippet at front-page.php works well. But still I can’t do as I want. I need to insert information about the hotel next to the slider section and testimonial next to home-shortcode section.

    Thanks for support
    Yhenew A

    Theme Author webdzier

    (@webdzier)

    Yes, you can insert information about the hotel next to the slider section and testimonial next to home-shortcode section.
    you need to add information bottom of files( slider.php, home-shortcode.php).

    Simply go to Templates folder > slider.php file

    Simply go to Templates folder > home-shortcode.php file

    I hope to address your query as expected, if not then request you to elaborate your queries with more details which can help us to answer.

    Thanks and Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add additional content at home page’ is closed to new replies.