[wp-trac] [WordPress Trac] #52261: twenty twenty theme post title missing from posts and blog page

WordPress Trac noreply at wordpress.org
Fri Jan 8 22:22:33 UTC 2021


#52261: twenty twenty theme post title missing from posts and blog page
--------------------------+-----------------------------
 Reporter:  babetschka    |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  5.5.3
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Hello, we are using twenty twenty with the latest version of WordPress.
 The issue seems to have come up after the recent (January 2020) update of
 the theme. All the post titles disappeared from the actual posts as well
 as the static page displaying the posts. The blogger claims they were
 there before
 I have done the following to fix this:
 - in the custom css i checked if hidden, with the following code: h1.blog-
 entry-title.entry-title {
   font-size: 22px !important;
         color: red;}

 - I added the below code to index.php: $our_title = single_post_title(“”,
 false);

 None of these worked. Can you point me in the right direction please?
 Thanks!

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52261>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list