• Resolved Bperth

    (@bperth)


    Hi,

    I’m having a problem with a site I’m developing.

    The site is (temporarily) here.
    https://testing2012.zzl.org/wordpress/
    version – WP 3.3.1
    theme – twentyeleven

    For some reason, almost all the text on the site’s pages is displayed as hyperlink.

    I’ve modifed some files to achieve the requested appearance.

    The home page is produced by index.php. This page is working more or less as I seek, using the meteor slides plug-in.

    Other pages are created from page.php
    I’ve created a second header.php file (header-2.php) and called this from within page.php.

    This is how I get the effect of having the whole thing contained in a single frame, the content is actually all displayed in the header-2.php with a call to get_template_part( ‘content’, ‘page’ ). I’ve wrapped this is my own div to get the iframe effect (but it’s not an iframe).

    There a few things not completed but the main problem I’m having is that almost all of the content is displayed as a link.

    Any idea why or how I can fix/workaround so that the text displays normally?

    Many thanks

    Bruce

Viewing 3 replies - 1 through 3 (of 3 total)
  • @bperth

    Within the header tag you seem to have an anchor tag which contains all of the contents causing it in turn to be a link, I suspect this is left over from when you’ve edited a file and perhaps left a link.

    Looking at your code i strongly suspect this is within the header.php file.

    ^JD

    Thread Starter Bperth

    (@bperth)

    Thank you James,

    You were right. I had left a tag in the header-1.php file by mistake.
    Thank you ??
    Bruce

    @bperth

    No problem at all ??

    ^JD

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘All Site Text Displaying as hyperlink’ is closed to new replies.