slamb0513
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Gallery Image Preview Not Workingmaybe not
Forum: Fixing WordPress
In reply to: Media Gallery Image Preview Not Workingbump-skii
Forum: Fixing WordPress
In reply to: Media Gallery Image Preview Not WorkingThis has to be stored in some sort of database table?
Forum: Fixing WordPress
In reply to: How do I add those sponser ads to my sidebar ?right, that’s what I use. AdSense has many different sizes. 125×125, text based or image based is one of them. Take a look at http://www.weddingapproved.com/blog/ to see what I am doing? I am sure with whatever sponsored ads you are using you could do it the same way.
I edited the sidebar.php file in the /wp-content/themes/default folder and added the sponsored listing code just before the last </div> tag in the file.
Forum: Fixing WordPress
In reply to: How do I add those sponser ads to my sidebar ?I use AdSense on mine. I added the code directly to the sidebar.php file.
Forum: Fixing WordPress
In reply to: CGI Error With PagesBueller? Bueller? Anyone? Anyone?
Forum: Fixing WordPress
In reply to: CGI Error With PagesAnyone? When I don’t use permalinks, I get URLs created that look like the following:
http://www.twomomsdaycare.com/?page_id=2
All that link does is take you back to the home page.
If I modify the URL myself in the address bar to add index.php before the ? so it reads http://www.twomomsdaycare.com/index.php?page_id=2 then everything links fine.
Does anyone know what file and where in the code these links are generated so I can physically add the index.php before the ?Any help would be really appreciated.