$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Excerpt showing under title in admin columns|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Excerpt showing under title in admin columns

matteradmin8PV0评论

I am developing a site for a client, but i am facing a weird issue that is excerpt by default shows under title in admin columns. This is happening for all post types including custom post types. I tried following.

  1. Disabled all plugins
  2. Disabled all my code

But still that issue exists, i am running out of options and clueless how this is happening. Any help would be appreciated.

Thanks in advance

Edit

Atlast i found the issue, it was very silly mistake. It got nothing to do with plugin or theme or any code. It was one of the WordPress settings which i didn't realize. Following pic shows the option to switch between excerpt view and list view of posts in wordpress. I by mistake selected excerpt view and thought it was a bug.

Anyway thanks for taking a look in to the issue.

I am developing a site for a client, but i am facing a weird issue that is excerpt by default shows under title in admin columns. This is happening for all post types including custom post types. I tried following.

  1. Disabled all plugins
  2. Disabled all my code

But still that issue exists, i am running out of options and clueless how this is happening. Any help would be appreciated.

Thanks in advance

Edit

Atlast i found the issue, it was very silly mistake. It got nothing to do with plugin or theme or any code. It was one of the WordPress settings which i didn't realize. Following pic shows the option to switch between excerpt view and list view of posts in wordpress. I by mistake selected excerpt view and thought it was a bug.

Anyway thanks for taking a look in to the issue.

Share Improve this question edited Mar 13, 2015 at 8:23 Karthikeyan asked Mar 13, 2015 at 3:37 KarthikeyanKarthikeyan 115 bronze badges 3
  • Hi Pieter, I checked with twentyfifteen theme and twentyfourteen theme, i see the issue exists. very weird. – Karthikeyan Commented Mar 13, 2015 at 8:03
  • Hi Pieter, Thanks for looking in to the issue. I found the issue. Please check for my update in orginal issue description. – Karthikeyan Commented Mar 13, 2015 at 8:15
  • Please post your update as an answer and accept your own answer. Thank you – Pieter Goosen Commented Mar 13, 2015 at 8:29
Add a comment  | 

1 Answer 1

Reset to default 1

Atlast i found the solution, it was very silly mistake. It got nothing to do with plugin or theme or any code. It was one of the WordPress settings which i didn't realize. Following pic shows the option to switch between excerpt view and list view of posts in wordpress. I by mistake selected excerpt view and thought it was a bug.

Thanks for Pieter Goosen and whoever took a look at this issue :)

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far