Homepage Setup?

Homepage Community Forums Skope Theme Support Homepage Setup?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1498
    seth17
    Customer

      Hey Wes, how is the homepage setup for the Skope theme? I’m pretty much just trying to mimic the demo. I would assume it’s pulling in posts, but not sure how. Thanks!

      #1500
      Wes
      Moderator

        It shows your latest posts, and if you take a look at the home.php file you’ll see that its set up similar to the portfolio template.

        #1502
        seth17
        Customer

          How do I keep the content from displaying there? I only want the featured image to show on the homepage. Here’s the site I’m working on: http://colintierneydesign.com/

          Also, is there a way to filter what category displays on the homepage?

          #1503
          Wes
          Moderator

            I was planning on adding the same options from the portfolio to the home.php file.  Not sure when I’ll get to it, but if you don’t want to wait, you could go ahead and copy the portfolio code at the bottom of the functions file and rename those functions to match whats in the home.php file in order to separate them from the portfolio.

            #1504
            seth17
            Customer

              Wow, that actually worked. So from here, how do I keep the content/expert/title/etc. from displaying on the homepage? I’m trying to get the site to look similar to this Tumblr site: http://aws.tumblr.com/, so the only think that needs to display is the featured image.

              #1508
              Wes
              Moderator

                Here is an easy way, just add this to your css –

                .home h2 a,
                .home .entry-content {
                display: none;
                }

                The above will target just the title and content of the homepage. There is other ways to do it, but this should be simple enough without having to deal with code.

                I actually have a theme that looks similar to that on the way soon.

                #1511
                seth17
                Customer

                  That works. Thanks Wes. Can’t wait to see the new theme, you just keep putting out some fantastic ones!

                  One more question. I noticed in the stylesheet there is a ‘home feature’, ‘home bottom’, ‘home sidebar’, and ‘home message’ section, but there aren’t any widgets for those areas. Is that just leftover/recycled code from your base theme, or are those sections actually being used for something that I’m missing?

                  #1512
                  Wes
                  Moderator

                    No you’re not missing anything.  That css is there in case someone wants to add those widget areas to the theme.  Its more of a shortcut, so less code would have to be written.

                    #1513
                    seth17
                    Customer

                      Got it. Thanks. I may start another thread about changing the logo and nav alignment if you have time. Feel free to close this thread.

                      #1514
                      Wes
                      Moderator

                        You’re Welcome

                      Viewing 10 posts - 1 through 10 (of 10 total)
                      • The topic ‘Homepage Setup?’ is closed to new replies.