Author Topic: Remove podcast from pages not posts?  (Read 1226 times)

dcp3450

  • Newbie
  • Posts: 3
Remove podcast from pages not posts?
« on: June 09, 2011, 10:50:20 am »
I have a single page layout wordpress site and only 1 page is dedicated to podcasts. The podcasts are added in the same manner a blog post is added. However, I don't want any podcasts to show up on my other pages. For example the Contact page has the most recently posted podcast under its page title. I want to prevent the podcasts from showing on pages and only show on the post they were added to.

any suggestions?

Thanks!

mgdell

  • Blubrry Customer Support Coordinator
  • Administrator
  • Hero Member
  • *****
  • Posts: 3318
Re: Remove podcast from pages not posts?
« Reply #1 on: June 09, 2011, 01:29:06 pm »
Can you post the address to your site so I can see what the problem is? 

Or you can email it to me:  mike [at] rawvoice.com

thanks

-Mike

dcp3450

  • Newbie
  • Posts: 3
Re: Remove podcast from pages not posts?
« Reply #2 on: June 09, 2011, 01:50:43 pm »
Its a new layout/site for my client. He wants to keep it "out of the public eye" until it's ready. The person who produces his podcast posted it using the media box that blubrry puts on the post forms. The newest post always shows at the top of every page. It only happens on pages not posts.

His blog posts don't show the podcast (as expected) but a page does.

mgdell

  • Blubrry Customer Support Coordinator
  • Administrator
  • Hero Member
  • *****
  • Posts: 3318
Re: Remove podcast from pages not posts?
« Reply #3 on: June 09, 2011, 02:35:00 pm »
Sounds like a theme issue.. Try switching to the wordpress default theme (as a test) and see if the player shows up on the pages.

-Mike

dcp3450

  • Newbie
  • Posts: 3
Re: Remove podcast from pages not posts?
« Reply #4 on: June 09, 2011, 03:40:21 pm »
seems like that's it. Guess Blubrry doesn't play well with single page layouts

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Remove podcast from pages not posts?
« Reply #5 on: June 10, 2011, 08:43:54 am »
dcp3450:

Please repy with the PHP code in your "single page layouts" so I understand what you are talking about.

PowerPress correctly handles both the_content() and the_excerpt() WordPress filters, so if your theme is not using those filters then that is the problem. The Theme needs to use the WordPress filters so plugins can hook into them. It's common for over zealous theme developers to just handle the content directly thus cutting out the plugins.