[wp-trac] [WordPress Trac] #58714: View post link issue in post/article listing screen

WordPress Trac noreply at wordpress.org
Sun Sep 7 15:17:17 UTC 2025


#58714: View post link issue in post/article listing screen
-------------------------------+-----------------------------
 Reporter:  hiren1094          |       Owner:  (none)
     Type:  defect (bug)       |      Status:  closed
 Priority:  normal             |   Milestone:
Component:  Posts, Post Types  |     Version:
 Severity:  normal             |  Resolution:  worksforme
 Keywords:  needs-screenshots  |     Focuses:  administration
-------------------------------+-----------------------------
Changes (by SirLouen):

 * status:  new => closed
 * resolution:   => worksforme
 * milestone:  Awaiting Review =>


Comment:

 This is strange.
 There is a condition `is_post_type_viewable` that inhibits this button:

 {{{
 register_post_type( 'test', [
     'label' => 'Test',
     'public' => false,
     'menu_position' => 5,
     'supports' => ['title', 'editor', 'thumbnail'],
     'has_archive' => false,
     'show_in_menu' => true,
     'show_ui' => true
 ]);
 }}}

 [[Image(https://i.imgur.com/I0zYGyc.png)]]

 And this has been like this for more than 10 years.

 You might have configured your CPT wrongly. Closing this as `worksforme`.
 You are welcome to provide more information (like your CPT setup) if you
 believe that there could be a real bug here.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/58714#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list