All Site Text Displaying as hyperlink
-
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 – twentyelevenFor 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
- The topic ‘All Site Text Displaying as hyperlink’ is closed to new replies.