-
Member
Trying to remove links from a wordpress site
I'm working on a wordpress site designed by someone else and I don't have a large background in wordpress. There are links along the bottom of each page and I'm trying to remove them. I can't seem to find where they are located. I tried the footer.php, but that only had the copywright information. I'm attaching a shot to see if anyone knows where this information might be located.
linkspr.jpg
-
-
What version of wordpress is this? It could be a widget placed in the footer. They (widgets) are found in the admin panel.
Last edited by rah; 08-01-2011 at 01:53 PM.
Reason: Clear things up a bit
-
-
The current Techozoic version (1.9.4) is using wordpress 3.0.4. I can't even find documentation on Jeremy Clark's, Techozoic 1.8.6.1. Would it be safe to expect the structure to be pretty much the same as the current one? If so, then whichever php module contains,
PHP Code:
<div class="footercont">
would be, as Rah suggests, a good place to start. If you have Dreamweaver or other search capable editor (or use desktop search) you could search your template folder for the phrase above, or just "footercont".
A note about search. The complete phrase will bring up an exact match, a quoted class name (using double quotes, eg., ""footercont"") will return only PHP/HTML and possibly JS references, and an unquoted class name will return CSS as well as all the rest.
-
-
Member
Its wordpress 3.0.1. It says it has 11 widgets, but I can't seem to find them. I can find available widgets and inactive widgets, but can't seem to locate the active ones.
-
-
In the admin panel under "Appearance" you should see the widgets section. From there off to the far right side will be a list of items in a box (or several boxes). Hopefully it's one of those listed there.
-
-
Member
Found them and was able to remove them. Thanks for all the help.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules