Miraz
Miraz

@help I added a new Photos page following instructions at www.manton.org/2019/07/2... However, I want to exclude the page from my Menu. How can I do that?

|
Embed
sod
sod

@Miraz One way to do it is by adding custom CSS:

nav a[href='/photos/'] {
  display: none;
}

Another way is by customizing your theme. That's a bit more involved, though.

|
Embed
help
help

@sod @Miraz That's a great CSS trick! Probably the best solution for now, although I should add a checkbox to control this on the Photos edit screen. Oversight on my part.

|
Embed
Miraz
Miraz

@sod Thank you. Worked perfectly. I didn't realise that was possible in CSS. I'd been looking through the theme files for a way to do it. 😀

|
Embed
Miraz
Miraz

@help A checkbox would be superb!

|
Embed
maique
maique

@Miraz @sod Tried it with the stats page, works like a charm 😊

|
Embed
Miraz
Miraz

@maique 👍

|
Embed