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

WordPress Trac noreply at wordpress.org
Sat Jan 9 01:59:59 UTC 2021


#52261: Twenty Twenty: post title missing from posts and blog page
---------------------------+---------------------
 Reporter:  babetschka     |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:
Component:  Bundled Theme  |     Version:  5.5.3
 Severity:  normal         |  Resolution:
 Keywords:                 |     Focuses:
---------------------------+---------------------
Changes (by sabernhardt):

 * component:  General => Bundled Theme
 * milestone:  Awaiting Review =>


Old description:

> 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!

New description:

 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!

--

Comment:

 Hi @babetschka !

 This would belong in the support forums instead of Trac.

 These are a few of the options available:
 - [https://de.wordpress.org/hilfe/ Hilfe — forums in German]
 - [https://wordpress.org/support/forum/how-to-and-troubleshooting/ English
 how-to and troubleshooting forum]
 - [https://wordpress.org/support/theme/twentytwenty/ Twenty Twenty theme
 support forum]

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


More information about the wp-trac mailing list