Description
- adding list of portfolio items to menu and append it to right of detail page as vertical menu
- view demo – password: abc
- buy me a coffee


#1. Install Code
#1.1. Click Gear icon on Portfolio Page
![]()
#1.2. Click Advanced > Paste this code
- If you use Personal/Basic Plan and your plan doesn’t support Injection, see #3.1
<!-- 08.26c05v2 Pagination to vertical menu -->
<script>
window.VerticalMenuConfig = {
burgerLines: 3,
menuTitle: "Projects",
highlightCurrent: true,
accentColor: "#111111"
};
</script>
<script src="https://code.beaverhero.com/portfolio/0826c05v2portfolioverticalmenu.js"></script>

#2. Customize
#2.1. If you need to tweak more you can use this AI Assistant (designed for Squarespace sites)
#3. Other
#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can edit Site Footer

Add a Markdown Block
![]()
Add this code into Markdown
<script>
window.VerticalMenuConfig = {
burgerLines: 3,
menuTitle: "Projects",
highlightCurrent: true,
accentColor: "#111111"
};
</script>
<script src="https://code.beaverhero.com/portfolio/0826c05v2portfolioverticalmenu.js"></script>
