cableghost
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Home Page TitlesPerfect, thank you.
Forum: Fixing WordPress
In reply to: Remove Home Page Titlescais- thank you. I did try that first, same result, so I thought it was my page.php.
adiant- thank you. so if I am using another page as my static page, what would I replace is_home() with, the page ID of the static page?
Forum: Fixing WordPress
In reply to: Valign and other Table Formattingthank you!
-Scott
Forum: Fixing WordPress
In reply to: Script For One PageThank you!
Forum: Fixing WordPress
In reply to: Script For One PageThanks Hedonplay. But won’t adding this statement still leave the home page open to running the script?
Let’s say Page ID 324 is the only page I want the script to run on…would your code, entered as below, work for me?
<?php if(is_home()||is_page(array(“324”))) { ?>MY_SCRIPT_HERE<?php } ?>
-Scott
Forum: Fixing WordPress
In reply to: How do I add a script for just one pageActually, what if I wanted the script to reference a page other than the site’s Home page?
I have a main site and another separate review site that I would like to combine. The review site, though it would become just a page on the main site, it will still have its own domain through redirection…how would I reference the script for only that page?
-Scott
Forum: Fixing WordPress
In reply to: How do I add a script for just one pageGot it, thank you!
Forum: Fixing WordPress
In reply to: How do I add a script for just one pageThank you…Would I then place this in the first line of my main index or page template?
-Scott
Forum: Fixing WordPress
In reply to: How do I add a script for just one pagepardon my ignorance…do I place the script then inside the php call?
Such as…<?php if(is_home() <script>do stuff</script> ;?>
Or do I need an ending tag?
-Scott
Forum: Fixing WordPress
In reply to: Not Allow Links in CommentsThank you.
Forum: Themes and Templates
In reply to: Home Page with NO ColumnsThank you!
Forum: Fixing WordPress
In reply to: Auto Add Pages to WP BlogThank you.
Forum: Fixing WordPress
In reply to: Post Title Blog TitleThe plug-in was All in One SEO. I had to turn off the option to ‘Rewrite Titles’.
With it turned on, I would only get my Blog’s title appearing. With it turned off, coincidentally, I get only my post title.
This plug-in works correctly in another blog site of mine. Not certain if this is a security issue…such as, it can’t access the necessary header data or if there it is theme-related causing this quirk.
-Scott
Forum: Fixing WordPress
In reply to: Post Title Blog TitleI made an adjustment to one plug-in and the title now appears in the title bar.
Forum: Fixing WordPress
In reply to: Post Title Blog TitleThanks, however, that did not change it. Should I completely delete the title code, I still get the quoted asterisk.
I’m going to see if maybe it’s a plug-in…I’ll report back herein.
-Scott