Disable More Article Box on full width posts

Posted in: Newspaper
Post count: 91

Hi

How can I hide the “More Article Box” on full width posts? The box works great on the other post types, but not on the full width ones…

Are

Post count: 854

hi,
the “More Article Box” works only on post pages. it doesn’t work on other pages.
if you want to disable it : http://screencast.com/t/Pit3mk68XGW0

Thanks for you message.
Radu A.

Post count: 91

Yes, I know that.

My question: How can I hide the “More Article Box” on full width posts (full width posts — meaning, posts without sidebars)?

Are

Post count: 3343

Hi,
Add this code:
global $loop_sidebar_position;

if($loop_sidebar_position == 'no_sidebar') {
   return;
}

like here: http://screencast.com/t/sUhlOTrHWk

Thanks!

Post count: 91

Hm. Didn’t work?

Post count: 3343

Hi,
Should work! For me works great! Make sure you have changed exactly the same as above.

Post count: 91

Yep. Had to do it again, but worked great!

Thanks again Marius

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.