pgb
Forum Replies Created
-
Thanks Keesiemeijer, but that hasn’t worked. It’s not the footer, it is off the page on the left underneath the footer. It’s all admin stuff. In a vertical bulleted list. It’s the name of the site plus My Account, Activity, Personal, Friends, Groups, Favorites, @admin Mentions – it’s a very long vertical list.
Do you have any other ideas?
Forum: Fixing WordPress
In reply to: position of horizontal navmenu for pages under headersolved it! I should have made just a div called navmenu first. I did this and put text align center and it’s fine.
Forum: Fixing WordPress
In reply to: Using WordPress as a CMSTake a look at
https://www.jestro.com/web-design/convert-xhtml-css-to-wordpress/
it worked for me.Forum: Fixing WordPress
In reply to: how do I change my post’s title h2 in my index.phpI’ve only just seen your reply try turning what you’ve posted into this:. This does indeed work, many thanks for your expert knowledge.
Forum: Fixing WordPress
In reply to: how do I change my post’s title h2 in my index.phpJust to add to my confusion are there too many double quotation marks in the code above and is this what it should look like?….
<h2><?php the_permalink() ?> rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></h2>
As you have advised, I have kept the text between the open and closed A /A and have deleted the anchor tag itself but it does not work. I’m not sure what you mean by everything signified by the dots should stay when the dots come after some text which I think should stay.
I’d be grateful if you could clarify this please.
Forum: Fixing WordPress
In reply to: how do I change my post’s title h2 in my index.phpApologies for the code, I’m new to this. I hope the code is below now.
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
Could I check with you what should go as I don’t quite understand what you mean. Thanks.
Forum: Fixing WordPress
In reply to: Static site with 3 pages plus a link to a wordpress blog pageProblem solved. The navigation has to have an ablsolute path as the blog is in a subdirectory.
I found the answer in https://www.codescheme.net which has very clear and helpful tutorials.