I'm using Neat theme and need to hide/remove multiple pages links from footer ( I am creating blog posts since Big Cartel does not offer the blog option ). I have tried using the codes that have been advised here How to remove multiple page links from Navigation menu on big cartel but it has not worked for me. The code needs to be included in the CSS, correct?
{% for page in pages.all %} <li>{{ page | link_to }}</li> {% endfor %} {% for page in pages.all %} {% if page.name != 'PAGE NAME' %}<li>{{ page | link_to }}</li>{% endif %} {% endfor %}
1.4m articles
1.4m replys
5 comments
57.0k users