How to hide page titles

14 views
Skip to first unread message

Paul Webster

unread,
Apr 5, 2014, 12:34:16 AM4/5/14
to refine...@googlegroups.com
This is how I interpreted the guides instructions (under frequently asked questions):

<%= content_for :body_content_title do %>
  :locals => {:hide_sections => [:body_content_title]}
  <% end %>

Obviously it isn't correct, because it isn't working. How can I fix it?  Thanks much!

I also tried this:
<%= @page.content_for :body_content_title do %>
  :locals => {:hide_sections => [:body_content_title]}
  <% end %>

Philip Arndt

unread,
Apr 5, 2014, 4:01:03 PM4/5/14
to refine...@googlegroups.com
I think this is what you're after:

    <%= render '/refinery/content_page', hide_sections: [:body_content_title] %>


Reply all
Reply to author
Forward
0 new messages