jonestown
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Possibe to customize html titles on home page only?Thank you Kafkaesqui!
Forum: Requests and Feedback
In reply to: Search Engine Ranking PluginYou want this organized by keyword phrases, I’m assuming?
I found a bizarre work-around for the left alignment issue: I copy-pasted the “content” sections of my layout stylesheet, then renamed them from “content” to “content-page”. Then I re-named the div on the page.php file to “content-page”. That effectively fixed my left alignment of content problem.
The footer on Pages in still extended right too far, however, and I can’t seem to find a fix for that.
Also, I would still very much like to add a sidebar to my pages, and when I add the
<?php get_sidebar(); ?>
tag to page.php, it doesn’t add my sidebar. I notice that that works on all other templates, so am a little confused why it’s not working on my Pages.Any help with these issues is greatly appreciated.
I looked over my css files, and couldn’t find anything…strange. If anyone has any experience with this, I would greatly appreciate it. Thanks.
Thanks Lorelle. The page is at: https://www.brand-spanking-new.com/faq/.
I thought I had posted the url in my original post, but didn’t. I’m sorry!
Thank you miklb
I fixed it–I needed to end my tag. Oops.
Forum: Fixing WordPress
In reply to: SOS! I screwed up my header fileFixed it. That’ll show me to not save a copy before I start modifying code!
Forum: Themes and Templates
In reply to: How to link to the top of a page?I have added into my header file, right below the <body> tag.
I would like to have “back to top” links using back to top between each post on my home page. is that possible?
Forum: Fixing WordPress
In reply to: Title tag same as post title on individual post pages?I had the same problem as Joe King–my title tag was displaying: blog name – post title. So I went into the header file and removed blog name, and now my posts’ title tags display as I want them to: with their post title as their title tag text.
But now I have a new problem: my home page has NO title. it just displays as: https://url.com.
Is there anyway to have a unique title tag for my home page and still retain my post page titles on my post pages?
Here is my header file code as is:
<?php // Site title, and if extra use a dash. ?>
<title><?php wp_title(“”); ?></title>Thanks much,
Jonestown