JohnPhilpin
JohnPhilpin

The Streamlining continues.

🔗 A new page indexing all of my pages on MicroBlog to reduce menu clutter.

If you know how to

  • remove ‘categories’ (the archive / category page)

  • move ‘bookshelf’ from the end of the menu

I sure would appreciate the help. Thankyou.

|
Embed
Progress spinner
warner
warner

@-ed you about un-displaying some.

It looks like that is @moondeer old Bookshelf plugin (which you've got workings surprisingly well given I though it was deprecated)?? You could instead create a custom Page using @kottrig new shortcodes, then link to it as a Page and re-order Page ordering.

|
Embed
Progress spinner
JohnPhilpin
JohnPhilpin

@warner Thankyou. Yes - aware that I am - once again - living on the edge with @moondeer's Bookshelf - but it works so nicely. Maybe I will look to change around tomorrow - before I try the CSS edits.

|
Embed
Progress spinner
artkavanagh
artkavanagh
@JohnPhilpin If by “move ‘bookshelf’ from the end of the menu”, you mean remove it completely (not move it to a different position in the menu), then try editing `content/bookshelf.md `. If this template contains the line `menu = "main" `, change "main" to "none". I was able to get rid of the categories on my archive page by editing `layouts/list.archivehtml.html ` and deleting the block that reads ``` {{ $list := ($.Site.GetPage "taxonomyTerm" "categories").Pages }} {{ if gt (len $list) 0 }}
{{ range $list }}

{{ .Title }}

{{ end }}
{{ end }} ``` It might be slightly different on yours, depending on the theme. Hope this helps.
|
Embed
Progress spinner
artkavanagh
artkavanagh

@JohnPhilpin Sorry, I messed up the formatting of that reply. My attempt to fix it just made it worse. I hope you can make sense of it.

|
Embed
Progress spinner
In reply to
JohnPhilpin
JohnPhilpin

@artkavanagh thank you for this ... when i get round to working on it I will look a this in parallel with what @warner sent over.

|
Embed
Progress spinner