Blog On Homepage

Discussion in 'GoldenEagle WordPress Theme' started by billco, Nov 20, 2013.

  1. billco

    billco New Member

    Joined:
    Nov 13, 2013
    Messages:
    3
    Likes Received:
    0
    Hello,
    I noticed that when I tried to set the blog page as the homepage, the slider goes away. Is there a way to still keep the slider when the blog is set as the homepage? OR Is there anyway to have the full length blog page set in the Homepage Bottom Area?

    Here is my site so far so you can get an idea of what I'm trying to do: http://www.imvpselect.com/

    Basically, I'd just like my header,slider, and blog on my homepage.

    Thank You
     
  2. billco

    billco New Member

    Joined:
    Nov 13, 2013
    Messages:
    3
    Likes Received:
    0
    I also have another question on top of the one I posted above.
    The Signup feature button is connected to my contact page, however when you click it it loads the HomePage every time. How can I fix this?

    I would greatly appreciate some support for these matters. Thank you.
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Go to the Appearance > Theme options > General settings and off front page from there.
    You can set blog page as a front page and add slider in it.
    For slider you can use "simple slider plugin"
    http://wordpress.org/plugins/simple-slider-ssp/

    This plugin will provide you shortcode (like:-[slider id='166' name='']).
    So what you need to do is put shortcode in the code format given below.

    Code:
    <?php echo do_shortcode("[slider id='166' name='']"); ?>
    And after that open "index.php" and paste code above. As shown in the image given below.

    index.png



    For signup link:
    Please check theme option penal again. Site is showing that you have not added any link there.
    Please check and add link again. It will work.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page