philtyler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Widgets anywhere and NOT in SidebarI’m still working on it, but I want to make this community as efficient as possible. Done
Forum: Fixing WordPress
In reply to: How to Widgets anywhere and NOT in SidebarI have to say that the author at your link is the most thorough writer. Amazing. Thanks again.
Forum: Fixing WordPress
In reply to: How to Widgets anywhere and NOT in SidebarWow, that sounds a lot easier!
I would by no means by writing my own code! I would just use plugins and widgets that already exist.I’m going to set up my site on flashdrive first so that I don’t screw anything up. lol
Thanks Marventus!
Forum: Fixing WordPress
In reply to: How to Widgets anywhere and NOT in SidebarSweet. I’ll start working on it tonight. If anyone has tried this on their site, can you post a link.
Thanks esmi. If you want to keep this thread open for a day or two, i’ll try to post results and steps etc., but you are free to do what you want.
PT
Forum: Fixing WordPress
In reply to: How to Widgets anywhere and NOT in SidebarThanks for your response esmi, but wouldn’t that add them to all my pages?
I would like to have just one page with widgets inside the main area.Thanks.
Forum: Fixing WordPress
In reply to: Search engines don’t return my blogDid you register it at google etc..?
Forum: Fixing WordPress
In reply to: New to wordpress, First post, beginner questioncould you two keep us posted here?
One day I would like to explore having different sidebars on different pages.Forum: Fixing WordPress
In reply to: Re-direct to post, from Google searchdirect quote from my post that I linked above:
I was able to fix it. I went into the header file and found the following code:
<?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> ? Blog Archive <?php } ?> <?php wp_title(); ?>
and changed it to:
<?php wp_title(); ?>
Forum: Fixing WordPress
In reply to: Re-direct to post, from Google searchare you serious? Its the same problem!
JUST YESTERDAY if you searched for something on my site, it would google would only link you to the main page..just like simondavis!
Read my post, you have to change the header file!Forum: Fixing WordPress
In reply to: Post URL’s are not visible in GoogleI had the same problem- and fixed it: https://www.philtyler.info/2010/01/23/only-website-name-showing-up-in-google-search-results/
Forum: Fixing WordPress
In reply to: Re-direct to post, from Google searchhttps://www.philtyler.info/2010/01/23/only-website-name-showing-up-in-google-search-results/
You have to copy and paste the link
Forum: Fixing WordPress
In reply to: Re-direct to post, from Google searchForum: Fixing WordPress
In reply to: Adding border around elements in sidebar KUBRICKI ended up doing this
‘
.widget {
background-color:#EFEFFB;
border:2px solid #A4A4A4;
color:#000000;
margin:15px 0 20px;
padding-bottom:10px;
}
‘
Thanks again Mike!Phil Tyler @ philtyler.info
Forum: Fixing WordPress
In reply to: Adding border around elements in sidebar KUBRICKIt worked!!
I will tweek it and post the final result for others.
Thanks Mike!Forum: Fixing WordPress
In reply to: Border around sidebar KubrickCould you go into more detail?