ktdenterprises
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add Script to </body> in pages other than main pageI’ve found the </tbody> in the regular page editor in the source, how is this different than the </body>
Forum: Fixing WordPress
In reply to: Add Script to </body> in pages other than main pageIt’s under the same template though. So if I do that to the <?php get_footer(); ?> on the page template, it will do it for all pages.
I’m going to play really dumb here as I got the specific url for the wordpress page, opened in the editor and it won’t edit as it can’t pick up the exact page.
Is there a way to access the page through URL or in the editor itself?
Sorry for not being competent in this yet and thanks for your help.
Forum: Fixing WordPress
In reply to: How to add script code to body tagThe best way to add google analytics is to use the plugin – google analyticator
It will do if for you automatically
Forum: Fixing WordPress
In reply to: Creating Static Pages that don’t show up on Nav Barso got to log in there.
Looks like what the programmer did is set up a custom template and all the content is in the index.php
Now what was done before I was looking at it was another ‘home page’ was selected and is now set to be the static page.
Is there a way then to edit that index under the typical ‘pages’ or is that something that has to be edited in that template itself?
Also, can it be left there and then to create another page as was done for the static home page?
Forum: Fixing WordPress
In reply to: Creating Static Pages that don’t show up on Nav BarYes knew about that plugin but the fried that I’m helping out has it so that it’s not even in the ‘pages’ list to even do that.
Would it be set up some other way, anywhere else to look?
Forum: Fixing WordPress
In reply to: Adding Google Conversion Code to pageswell for a couple of sites it should work then.
any other thoughts on how to make it work?
Forum: Fixing WordPress
In reply to: Adding Google Conversion Code to pagesactually only 2 or 3 pages that the code would need to go on no matter how many webpages the website has.
for the number of total pages on the site, I have a couple that I’m doing this for so anywhere from 5 to 50.
Forum: Fixing WordPress
In reply to: Adding Google Conversion Code to pagesI just spotted that after I replied the last time.
That’s where the analytics code is although it was put there by a plugin “google analytics for wordpress”
So now that’s going to be on all pages.
Is there a way to access each individual page on your site like this?
Maybe I’m missing something with your original comment about the ‘is___’ function
Forum: Fixing WordPress
In reply to: Adding Google Conversion Code to pagesNot sure if that will work or not.
I’ll need to put different code on each page as well so in essence I will have
code 1 on page 1
code 2 on page 2
etc…As from google, it has to go:
<body>Paste the code between the body tags of your conversion pages.
</body>
I guess I’m just trying to find where the </body> tag would be on not only the index page but individual pages as well. Not seeming to find it but of course, I’m used to regular html not php which is probably the problem.
thanks so much for your help on this btw
Forum: Fixing WordPress
In reply to: Adding Google Conversion Code to pagesIt’s actually conversion code but it’s a similar script to analytics.
I want to be able to put this on say like a order confirmation page or such.
I need to be able to get into a specific pages template I guess so that I can access the </body> tag
Forum: Fixing WordPress
In reply to: Editing Navigation for drop downthanks.
I went searching as you suggested and found someone suggesting iNove theme, I’m just adjusting it now and it seems to be working much better.
Forum: Fixing WordPress
In reply to: Editing Navigation for drop downI deactivated all the plugins, unfortunately it didn’t fix the problem.
Any suggestions of where to go for the fantastic blue theme?
Been looking in this forum and haven’t been able to find anything to do with this theme
Forum: Fixing WordPress
In reply to: Drop Down Navigation Not working – Fantastic Blue ThemeAnyone have any suggestions for this?
Forum: Fixing WordPress
In reply to: Static Page – not showing up in navigationthis was did, thanks.
Led me to exclude pages plugin as well as simply exclude as well
thanks
Forum: Fixing WordPress
In reply to: Creating Secure Page for e-book downloadokay so with the first option:
I’ve created the .htaccess directory
now with this code, do I put it on the page itself, in the directory?
how to I tie it together,
sorry ??