• Resolved vagabondish

    (@vagabondish)


    Hello,

    I have a problem on certain posts and pages of my website, where the title appears in the extreme upper left of the site. For example, my post at this location:

    https://www.unconventionallife.net/10×10-project-kickoff-getting-started-with-web-design/

    will show up with this code at the top of the page

    10X10 Project KickOff — Getting Started with Web Design”/>

    This code only shows up when the post or page has a title. Can anybody tell me what is going wrong here and how I can keep using the title field while removing this code from my posts and pages?

    Thanks!
    Russ Mease

Viewing 2 replies - 1 through 2 (of 2 total)
  • caused by a ‘Facebook OpenGraph’ plugin in connection with a ‘caps’ plugin:

    from the html in the browser:

    <!--Facebook OpenGraph Slick Social Share Buttons -->
    	<meta property="og:site_name" content="Unconventional Life"/>
    		<meta property="og:title" content="<span class="caps">10X10</span> Project KickOff — Getting Started with Web Design"/>

    the double-quotes from the class “caps” break the meta content.

    you will possibly know best which plugins are involved – you either need to fix them, or remove theme (or at least one of them).

    Thread Starter vagabondish

    (@vagabondish)

    alchymyth, Thanks! It was the Social Sharing Icons plugin and the WP_Typography plugin that were causing the issue. I deactivated them one by one until I found the typography plugin causing the trouble.

    Thanks again!
    Russ

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Code Showing Up on top of Posts and Pages’ is closed to new replies.