SoundChaser
Forum Replies Created
-
Forum: Plugins
In reply to: [Calendar] Category Background Color is not showingWorking on my site. css conflict?
Forum: Plugins
In reply to: [Calendar] Calendar no longer shows on pagesHmm – odd…working for me/
Forum: Fixing WordPress
In reply to: Protected Pages Not WorkingYoshi,
Then it needs to be documented better. It defnitely isn’t clear that “private” pages are only accessible to authenticated users. In reality, what’s the difference between a private page and an un-published page? From my understanding thus far, the only difference is that an un-published page can be scheduled to be published.
I was aware of the exclude argument for the wp_list_pages function, however, that seems to be to be a rather hack-ish way to go about handling this. (Past experience: hard-coding things isn’t a good idea.)
This makes me think maybe there is a better way to do this: use the custom fields to add a value called, say, MenuDisplay, and set it True/False, then have a plugin to replace/supplement the built in wp_list_pages to query that field…
George
Forum: Fixing WordPress
In reply to: Protected Pages Not Workingstylebo: no, the page is saved & published.
yoshi: I have the page set private — because I don’t want it listed on the menus. I didn’t see anywhere in the documentation that suggested that the page isn’t accessible when marked private…
George