LiamDD
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: footer widget locationHi,
You need to wrap your Copyright text up inside a div tag. Imagine you gave this tag an ID of “copy”, you could use the following CSS styles.
#widgetized-footer { width:50%; float:right; }
#copy { width:50%; float:left }Forum: Themes and Templates
In reply to: Page permalinksHi timsig,
I had this problem a short while ago and was pulling my hair out. It does this because you have a page that already uses that Permalink. If you have recently trashed a page that would have used the same permalink, go in to your trash and permanently delete the page, then try and edit the permalink again. It should now work. The reason for this is that when a page is deleted, it still resides in the database, meaning the permalink is still technically in use until it is removed from the database.
Hope this solves your problem.
Forum: Fixing WordPress
In reply to: FootnotesThis may be of interest to you.
http://wordpress.org/extend/plugins/footnotes-for-wordpress/
Forum: Fixing WordPress
In reply to: How to move this link in footer?It loos like a fairly modern theme, so you can edit the menu (or turn it off) by going to Appearences -> Menus in the Control Panel.
If you actually want to edit where the footer links appear, I believe you should have a template file in the theme called footer.php which will contain the code that calls this menu.
Forum: Fixing WordPress
In reply to: Move the About Me linkHi Stuart.
In the admin panel the menu can be edited by expanding the “Appearence” tab in the side menu and clicking “Menus”.
You can drag and drop the About Me link from the end of your menu to the start, and this will place it in front of the other links. To change the text of Home, in the menu buttons on the right, expand the Home entry and you can change the text to anything you want there.