section30
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with links, somewhere in my header PHP?Thank you so much. That worked great!
Forum: Fixing WordPress
In reply to: Problem with links, somewhere in my header PHP?I am sorry I didnt explain that right. I finally did get it to show 3 links. However, I have made more changes that for some reason do not seem to appear on the page yet. The order of the link and the text should be a little different.
Here is what I enetered in the header.php:<ul id="navlist">
<li><a>">Section 30</a></li>
<li><a href="https://insidethemonster.com/section30/about/">About Jeff</a></li>
<li><a href="https://www.insidethemonster.com">Inside The Monster</a></li>
But for some reason here is what I find in the source view fo the web browser:<ul id="navlist">
<li><a href="https://insidethemonster.com/section30">Section 30</a></li>
<li><a href="https://www.insidethemonster.com">Inside The Monster</a></li>
<li><a href="https://www.insidethemonster.com">About</a></li>
I am not sure why it hasn’t updated?
ANyone seen this before?
Thank you!Forum: Fixing WordPress
In reply to: Problem with links, somewhere in my header PHP?That seems to be working great! I have updated the files and the links are starting to work. Howvere, my most recent change in the header.php code did not show up on the site.
I went into the admin-content folder to empty the cache but it seems not to update the site this time.
Any ideas?
Thank you so much for the help, its finally getting there hahahaForum: Themes and Templates
In reply to: Text in my header I cant get rid of?OK thank you. I went back and I think I was able to fix the template tag I brok (I hope).
So is it possbiel to link outside of the blog. I do not have any pages inside my blod other than the main page. the full web adress is:
https://www.insidethemonster.com/section30
Will I be able to make a link to the main (non blog) blog page:
https://www.insidethemonster.com
Sorry to be so slow with thisForum: Themes and Templates
In reply to: Text in my header I cant get rid of?Moshu, thanks so much you are a great great help. I however am really dumb at this stuff. Where is the “codex” and what “template tags”?
Sorry to be such a pain, I know nothing about PHP. I am just trying to link to my homepage https://www.insidethemonster.com
I wish I was better at this.Forum: Themes and Templates
In reply to: Text in my header I cant get rid of?I mean
<ul id=”navlist”>
then…- <a href=”<?php bloginfo(‘https://www.insidethemonster.com’);
then..
?>”>ITM Homepage
Forum: Themes and Templates
In reply to: Text in my header I cant get rid of?That worked great! Thank you!
One more question (sorry). I can’t seem to figure out how to make my link work.
Here is the code I am using:<ul id="navlist">
<li><a>">ITM Homepage</a></li>
Is this incorrect?
Thanks again for all your helpForum: Themes and Templates
In reply to: help with image in header??Heres another dumb question. Once I download the template i want how to I apply it to my blog? Meaning, how do I import it?
Thanks.Forum: Themes and Templates
In reply to: help with image in header??Darn, for some reason I dont have any code like that built into the header.php.
Is there a really simple template to edit that you guys would suggest?
Thank youy again!Forum: Themes and Templates
In reply to: help with image in header??I deleted that code form the “header” page. For some reason it still looks the same?
Forum: Themes and Templates
In reply to: help with image in header??Ok, do you see it now?
Forum: Themes and Templates
In reply to: help with image in header??Abs, that worked great. One more question (sorry). The default text is still on the header above my image. I have looked into the header php file and the css and can’t find the source of this text. Any ideas of where it may be?
Here is a link to my site so https://www.insidethemonster.com/section30Thank you
Forum: Themes and Templates
In reply to: help with image in header??is there a different way to write for the header.php file?
I really appreciate any adviceForum: Themes and Templates
In reply to: help with image in header??Abs thanks. For some reason the header comes up white and blank now. I am so lost with this code.
Forum: Themes and Templates
In reply to: Any Template editors out there?I found one I like from that page thank you!
I can’t figure out how to get it though? There is no download button or anything.
Thanks! - <a href=”<?php bloginfo(‘https://www.insidethemonster.com’);