Post list marked ‘display:none’
-
I have created a custom post type, Ads. I’ve created one post with that CPT. When I view the Ads list in the backend, my post is not displayed. when I use Dev Tools to inspect the page, I see that there is a row in the list of posts, but the row has class
type-ad
and there’s an “injected style sheet” that sets.type-ad
todisplay:none;
. Where is that “injected style sheet coming from, and how can I make it go away? Of course I want to see the list of ads in the backend.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Post list marked ‘display:none’’ is closed to new replies.