Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

bigcartel - How to hide/remove pages from footer on Neat theme Big Cartel

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 %}
question from:https://stackoverflow.com/questions/66046191/how-to-hide-remove-pages-from-footer-on-neat-theme-big-cartel

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...