Its a place for me to release new wordpress themes. http://www.themehq.com/blog One thing I noticed If I click on a individual blog post it goes to a 404 error page. Can Anyone help?
Hi Mubin, I can help I think. If you go to "Options", then go the "permalinks", tick the "Custom, specify below" radio button and add this in that box that says, "Custom Structure". Add: /%category%/%postname%.php Then add the code below to your .htaccess file that's in your root, you should do away with the 404 error and come up with your full article. Here's the code: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> I usually use an FTP client and open the file sith note pad, save and upload. It's faster and easier. Hope this helps.... Mary
The design is pretty nice, try to add more cellpadding in your content box (so more spacing between the edges and content)
Did you mean the 404 error is sorted out Mubin? If so very cool! I thought it might. Btw, I do like your blog a lot. I forgot to mention that in my last pot! Mary
Yes, on slower connections it does take its sweet time, I think that might have to do with two things: 1) The fact that its hosted on my dedicated with about 150 proxies 2) The theme downloads alot of those background images. Could someone with a high speed connection please check this out for me?
Yes, guys I need some help. Im trying to add analytics code to the blog, but it is not tracking in Google. I opened up footer.php, and put the code right before the /body tag, but no luck. Any ideas?
If its in a php file you need to make sure you are adding the code to a section which will allow html (or at least i think).