I just discovered that admin displays in a user search on my website. Instead of trying to get rid of this search result I decided to display a list of the site's information pages (About and Disclaimer) when the admin user is clicked.

My site's user pages display the content created by that user, which I am doing with views. Curiously the basic pages (which I have re-named Site info pages) do not display with the basic catch all view I created for the user pages using 'Filter Criteria - Content: Published or admin' and 'Contextual Filters - Content: Author uid'. The Site info pages were created by admin so as far as I understand they should be displaying with this view alone. But since they aren't, I created a view specifically for the admin user page which only displays Site info pages (basic pages). The Site info pages still don't display. I changed the 'Filter Criteria - Content: Type ...' to display one of my custom content types and everything worked, when I changed it back to Site info pages it stopped working again.

The links to my About and Disclaimer pages, in the footer, work. Meaning it isn't a permission issue (or not an obvious one).

I'm stumped. Does anyone have any suggestions as to what could be blocking these pages from being displayed in a view?