• Resolved Sarah@johnstone

    (@sarahjohnstone)


    Hi,

    I really love the simplicity of this site but I would love to add a simple slider to the top of my homepage. Is there a way to do this? Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author pixxels

    (@pixxels)

    Hi Sarah,

    sure you can add a slider. The way how you have to do this depends on the slider you choose. Please have a look at the sliders’ instructions.

    BR,
    Marion

    Thread Starter Sarah@johnstone

    (@sarahjohnstone)

    Hi Marion,

    Thanks so much for the response! I have one more question. I would like there to be a section for comments on my blog posts on my main page (not just when you click the permalink) is there a way to do this? Here is my blog for reference.

    http://www.johnstonestudios.com/blog

    Thank you so much!

    Sarah

    Theme Author pixxels

    (@pixxels)

    Hi Sarah,
    should there be only one section for comments at the bottom of the page, or a section for comments after each blog post?
    BR,
    Marion

    Thread Starter Sarah@johnstone

    (@sarahjohnstone)

    Hi Marion,

    I would like one section for comments after each blog post.

    Thanks!

    SArah

    Thread Starter Sarah@johnstone

    (@sarahjohnstone)

    Hi Marion,

    I was just wondering if you had an answer for me about putting one section for comments after each blog post on my main page (not just when you click the permalink). Here is my blog for reference:

    http://www.johnstonestudios.com/blog

    Thank you!

    Theme Author pixxels

    (@pixxels)

    Hi Sarah,
    sorry, lots of work at the moment. I’m sure there will be a solution but first I have to try how to do this.
    BR,
    Marion

    Theme Author pixxels

    (@pixxels)

    Hi Sarah,
    I’ve got it! 🙂
    Just add

    <?php $withcomments=1 ?>
    <?php comments_template(); ?>

    to your index.php.

    The first lines should look like this:

    <?php get_header(); ?>
    <div id="wrapper">
      <div id="content">
        <?php /* Start the Loop */ ?>
          <?php while ( have_posts() ) : the_post(); ?>
            <?php get_template_part( 'content', get_post_format() ); ?>
            <?php $withcomments=1 ?>
            <?php comments_template(); ?>
         <?php endwhile; ?>

    BR,
    Marion

    Thread Starter Sarah@johnstone

    (@sarahjohnstone)

    Thanks so much Marion!

    Theme Author pixxels

    (@pixxels)

    You’re welcome! 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Silder’ is closed to new replies.