Blog-in-Blog Plugin Customization Tips

by Adam McLane on August 24, 2011

Blog-in-Blog is a great little plugin.”>
Blog-in-Blog is a great little plugin. It allows you  to slice and dice your blog and put certain posts on different areas (pages) of the site depending on the category.

So you can have all of your regular blog posts go onto a blog page but redirect all of your podcast posts to a special podcast page. As a bonus you can even exclude that category from the RSS feed so that your podcast doesn’t go out to your regular RSS feed unless you want it to.

As a developer I know I could do the same thing by coding the template in PHP, but a plugin is so much faster for me, and I don’t have to worry about WordPress later changing the way the code might work.

Now here’s what I learned– Making it work, and making it look good are two different things. While it would make sense if the plugin natively called the CSS for the activated theme, it doesn’t because nearly every theme has a special way to call for the themes CSS.

So here’s how you make it pretty:

  1. Navigate to the Blog-in-Blog settings.
  2. Click on the Template Tab
  3. Scroll down and click “Add new user template” and name it “podcast” (Or whatever you’re going to use it for)
  4. Copy/paste the code into the HTML box from below, customize the CSS however might match your site best. (Note: I’ve removed the avatar)
  5. Save changes.
  6. Navigate to the page you’d like to drop the code. Then add in the shortcode, adding the template tag: [blog_in_blog template='podcast' category_slug='podcast' num=10] Save your changes on that page.
  7. Presto! Done.

Need help or want me to help you customize this more? No problemo. Just leave a comment!

Bookmark and Share

  • Tristan

    Hello!

    I have installed the blog in blog plugin on my site as it perfectly answered my needs. However, I am facing difficulties when coming to styling. Mostly I would like the post title to stand a bit more out. Now it just looks like any other link on the page. I hope you can give me a hand with that. And needless to say, I am not into coding or anything. Usually I just try things until it works but for this one, I just could not find a way.

    Thanks a lot!

    And a link to the relevant page: http://tristanhamel.eu/?page_id=594

  • http://adammclane.com Adam McLane

    Tristan – if you look at my template code above you’ll see this line:
    %post_title%

    In your theme that “h2″ tag may need to be “h1″ 

    Try changing that to see if it gives you the result you’re looking for. 

  • Maarten

    Many thanks for these tips! Would you be able to tell me how to remove the permalinks? HTML is Chinese to me.

  • Occupy Austin

    how do you exclude specific posts using blog-in-blog, what is the code?

  • Jessica Hampson

    Good Morning- I am trying to set up your awesome plug in, but my font is not changing on the posts that I place on my new page.  Can you help?  http://www.coffeeandbluejeans.com is my site and the page I am working on is Living Solo.  You can find the link in the nav at the top.  Thanks in advance.  Jess

  • Sewgirl3

    Your tip helped me complete my blog past. THANK YOU so much!!

Previous post:

Next post: