goblue7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Child theme creationI see, thanks for the information. At least I know I am no completely crazy. Maybe a little bit but not completely 🙂
Forum: Fixing WordPress
In reply to: Child theme creationyes, i see. I know my question was a bit condescending so to speak….as to why would anyone want to do this.
I simply do not understand the child theme process and it is confusing to me. I also don’t usually update a template once I get it to my liking (whether or not said creator updates the tempalte, etc.)
It almost seems less confusing to me, to edit a template to my liking, and then if they update something in the template that I may need or like, I can go to the one I renamed and place the code in the updated template.
I know that may seem odd, but I am simply trying to make it easier for what I understand, that is why I ask this question.
Maybe someone can advise me on a idiots guide to child template creation?
Another problem I have with the child template theory is I often edit in template images to my liking. I am not a coder, I am a graphics guy so coding is difficult for me, therefore it is easier to just create art within the template and leave all the naming the way it is.
I don’t even know how to go about implementing artwork in a true child template either.
Thanks for the help in answering the question, and I apologize in writing a book for a reply….it is just necessary for me to learn wordpress to a point and this child theme stuff is messing with me a bit. 🙂
Forum: Fixing WordPress
In reply to: Easier way to edit pagesah yes, much appreciated
i tried to search but was obviously searching the wrong area
thank you!
Forum: Fixing WordPress
In reply to: Sub menu items appearing on parent pageThanks for the reply, appreciate it.
Ill have to figure that out with the #. I am new to WP and have never used the custom menu section. At this point I am not sure if the theme supports it.
Forum: Fixing WordPress
In reply to: Sub menu items appearing on parent pageLet me include that I do have info on my parent page, but it also shows the sub menu pages below the content on this page. That is what I want to get rid of.
I only want the sub menu pages to appear when you hover over the button, not at the bottom of the parent page as well with a “View Page” button.
Forum: Fixing WordPress
In reply to: Best way to add Facebook and TwitterThank you for the excellent information, I appreciate it.
Forum: Fixing WordPress
In reply to: Embed a video fileUse embed video widget
http://wordpress.org/extend/plugins/embedded-video-with-link/
Forum: Fixing WordPress
In reply to: center footer imagefigured it out and used the css, thanks for the help
Forum: Fixing WordPress
In reply to: center footer imageForum: Fixing WordPress
In reply to: center footer imagehere is the footer page code. it looks like it is already there or no? forgive me for being an idiot with this. thanks
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: center footer imageat the very bottom, the footer is left justified on the page
i can’t seem to get it centered. the black bar with the Hosted by… Original wp theme…etc. it is left justified
Forum: Fixing WordPress
In reply to: Removing text titleI figured it out. It was down below a little further on the page. Thanks for the help. I appreciate it.
Forum: Fixing WordPress
In reply to: Removing text titleIt appears it is below it, listed again, maybe it needs to be removed from both places I assume.
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />Forum: Fixing WordPress
In reply to: Removing text titleI removed it from the header.php file but it is still showing up. Is it in another location as well? Thanks for help.
It was on this line right before <title>
<title><?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>