stephen77
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add an image to bottom of postsCheck the root folder where your themes index.php and home.php is. Look for footer.
Place your <img src=”images/some.jpg” width=”60″ height=”60″ alt=”anything” /> in here….
StephenForum: Fixing WordPress
In reply to: Can't create hyperlinksUse firebug in firefox, open style.css in your theme folder. Look for a:link.
Set the color you want for the a:link between {#666}
Then the color you want for the hover and visited. You can leave the active as the a: link.Forum: Fixing WordPress
In reply to: Can't create hyperlinksSet the a:link in the style.css in this order:
a:link {}
a:visited {}
a:hover {}
a:active {}Forum: Fixing WordPress
In reply to: how to center logo?#logo
{ background: transparent; border: none; padding: 0; margin: 0 auto; }Stephen
Forum: Fixing WordPress
In reply to: WWW different? Need help!It’s your own local problem. Try cmd if you use windows, then
type ipconfig /flushdns . There is more on Google about this.
That refreshes your entire cache.Forum: Fixing WordPress
In reply to: Changed hosts, now have problems?You have to move the database also.
Login to your server, go to PhPMyadmin and look for your database.
Change the url under Options and Home without / on the end. That’s it.Stephen
Forum: Fixing WordPress
In reply to: changing domains?You have to move the database also.
Login to your server, go to PhPMyadmin and look for your database.
Change the url under Options and Home without / on the end. That’s it.Stephen