Page title

  • Unknown's avatar

    I want to get rid of the title of each page that shows in the content of the page. Except for on the sub-pages under Recipes.

  • Since you have the Custom Design upgrade, you could add this CSS in the Customizer (Appearance -> Customizer -> CSS):

    .entry-title { display: none; }
    body.parent-pageid-75 .entry-title { display: block; }

    What this does is hide the title on every page and then re-show them on pages that are under your Recipes page.

  • Unknown's avatar

    Thank you, I have another query. I’m trying to put the social media widgets so it’s just the icon like it tries to explain here; http://wordpress.org/plugins/social-media-widget/
    I downloaded the version.. but I’m stuck! Can you help?

    Thank you!

  • The version you downloaded is for blogs using that are using the self-hosted software from WordPress.org, so it won’t work on WordPress.com. Here’s an alternative:

    If you upload the icons you want to use to link to your social media profiles, then you can use a Text widget to manually link to each profile using the icons that you uploaded. If that’s not something you’re comfortable with, just reply to this message and I can help you with that once you’ve found and uploaded the icons you want to use.

  • The topic ‘Page title’ is closed to new replies.