Phloggin' WP theme + YAPB Plugin question. If you use either please help!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Si
    Such Fun!
    • Feb 2008
    • 13900

    #1

    Phloggin' WP theme + YAPB Plugin question. If you use either please help!

    I've been working on a photoblog using the Phloggin' theme and YAPB Plugin.

    But on my main page I can only display 7 posts.

    If you use the theme you will probably know what I mean, the big top post and 6 little one's underneath.

    How do I change it?

    I tried the default wordpress setting thing.

    "front page displays at most [box] posts on the main page" And set it to 10 and 13 and got no luck from it.

    Where/how do I change it?

    Thanks in advance!
  • awxm
    Confirmed User
    • Aug 2009
    • 819

    #2
    Not used it myself but if the wordpress settings don't fix it, then I'd be looking in the source code of index.php of the theme.
    .

    Comment

    • TheDA
      Confirmed User
      • May 2006
      • 4665

      #3
      Originally posted by Si
      I've been working on a photoblog using the Phloggin' theme and YAPB Plugin.

      But on my main page I can only display 7 posts.

      If you use the theme you will probably know what I mean, the big top post and 6 little one's underneath.

      How do I change it?

      I tried the default wordpress setting thing.

      "front page displays at most [box] posts on the main page" And set it to 10 and 13 and got no luck from it.

      Where/how do I change it?

      Thanks in advance!
      Nothing on the "Appearance" menu for it?
      Sharleen Spiteri - 1989 - In The Ass

      Comment

      • Jdoughs
        Confirmed User
        • Mar 2004
        • 5794

        #4
        Originally posted by Si
        I've been working on a photoblog using the Phloggin' theme and YAPB Plugin.

        But on my main page I can only display 7 posts.

        If you use the theme you will probably know what I mean, the big top post and 6 little one's underneath.

        How do I change it?

        I tried the default wordpress setting thing.

        "front page displays at most [box] posts on the main page" And set it to 10 and 13 and got no luck from it.

        Where/how do I change it?

        Thanks in advance!

        It's inside the functions.php

        PHP Code:
            $recent_photos = new WP_Query('showposts=7'); 
        
        LinkSpun - Premier Adult Link Trading Community - ICQ - 464/\281/\250
        Be Seen By New Webmasters/Affiliates * Target out webmasters/affiliates based on niches your sites are for less than $20 a month.
        AmeriNOC - Proudly hosted @ AmeriNOC!

        Comment

        • Si
          Such Fun!
          • Feb 2008
          • 13900

          #5
          Originally posted by FruitPanda
          Not used it myself but if the wordpress settings don't fix it, then I'd be looking in the source code of index.php of the theme.
          I've looked through that.

          Can't make it out to be honest. I'm usually ok altering code here and there but this I can't figure out

          Comment

          • TheDA
            Confirmed User
            • May 2006
            • 4665

            #6
            Try line 4 in index.php

            $current_post = new WP_Query("showposts=7");
            Sharleen Spiteri - 1989 - In The Ass

            Comment

            • Jdoughs
              Confirmed User
              • Mar 2004
              • 5794

              #7
              Originally posted by TheDA
              Try line 4 in index.php

              $current_post = new WP_Query("showposts=7");
              That makes sense, I thought he tried the index.php already

              EDIT, I think that index.php call is only if not shwoing the photoblog option
              Last edited by Jdoughs; 05-10-2010, 03:04 PM.
              LinkSpun - Premier Adult Link Trading Community - ICQ - 464/\281/\250
              Be Seen By New Webmasters/Affiliates * Target out webmasters/affiliates based on niches your sites are for less than $20 a month.
              AmeriNOC - Proudly hosted @ AmeriNOC!

              Comment

              • Si
                Such Fun!
                • Feb 2008
                • 13900

                #8
                Thanks Jdoughs!!!

                Your the man

                Comment

                • Si
                  Such Fun!
                  • Feb 2008
                  • 13900

                  #9
                  Thanks Jdoughs!!!

                  Your the man

                  Comment

                  • TheDA
                    Confirmed User
                    • May 2006
                    • 4665

                    #10
                    Originally posted by Jdoughs
                    That makes sense, I thought he tried the index.php already

                    EDIT, I think that index.php call is only if not shwoing the photoblog option
                    I cheated. I looked up the site for the theme, it tells you on there

                    Edit:I must have picked it up wrong.
                    Sharleen Spiteri - 1989 - In The Ass

                    Comment

                    • Si
                      Such Fun!
                      • Feb 2008
                      • 13900

                      #11
                      Originally posted by TheDA
                      Try line 4 in index.php

                      $current_post = new WP_Query("showposts=7");
                      I'll do that aswell just incase.

                      Couldn't see that when I looked though

                      Comment

                      • Si
                        Such Fun!
                        • Feb 2008
                        • 13900

                        #12
                        Ok problem solved!

                        Thanks for your help everyone

                        Comment

                        Working...