• hi!

    i have made a static site using a twenty twelve child theme. i have one page that i have made into a “blog” page; this is setup for posts via the settings/reading.

    i have searched the documentation on this forum, and have yet to find something to help me – i need to have the titles visible for each of the posts made. is there a way so when a post is made, the title shows up on the post? currently, all that can be seen is just the post, not the <a href="https://alexfideli.com/af_wip/blog-2/">title</a>

    thanks so much in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can used this just add this in php code where you want to display.

    <h2><?php single_post_title( ‘Current post: ‘ ); ?></h2>

    Twenty Twelve does output a post title in the index (posts) page.

    have you edited index.php and/or content.php in your child theme?

    or added any CSS to hide some (page) titles?

    what is the code in content.php?

    Thread Starter robotkitten

    (@robotkitten)

    thanks, mrjhon01 and alchymyth for replying. Seriously – THANK YOU FOR REPLYING!

    Where may I find the title for the posts page, alchymyth? and yes, I did try editing my content.php, and edit the CSS.

    here is my content.php:

    [Large code excerpt removed by moderator per forum rules. Please use Pastebin for all large code excerpts. It works better anyway.]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘need to have the titles to the posts appear on blog page’ is closed to new replies.