Please Review New Blog

Discussion in 'Websites' started by mubin, May 24, 2007.

  1. #1
    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?
     
    mubin, May 24, 2007 IP
  2. mmurtha

    mmurtha Peon

    Messages:
    397
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    mmurtha, May 24, 2007 IP
  3. 8everything

    8everything Peon

    Messages:
    16,349
    Likes Received:
    903
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The design is pretty nice, try to add more cellpadding in your content box (so more spacing between the edges and content)
     
    8everything, May 24, 2007 IP
  4. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #4
    Awesome Its sorted now.
     
    mubin, May 25, 2007 IP
  5. Hyworm

    Hyworm Peon

    Messages:
    94
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Very nice design, do you have any traffic ? There are ni comments.
     
    Hyworm, May 25, 2007 IP
  6. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #6
    Its a brand new blog. The Main site gets about 100 visitors a day.
     
    mubin, May 25, 2007 IP
  7. Hyworm

    Hyworm Peon

    Messages:
    94
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Nice :D :D.
     
    Hyworm, May 25, 2007 IP
  8. mmurtha

    mmurtha Peon

    Messages:
    397
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #8

    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
     
    mmurtha, May 25, 2007 IP
  9. fizzleboink

    fizzleboink Well-Known Member

    Messages:
    117
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #9
    The site is taking a very long time to load. Otherwise it's not too shabby. :)
     
    fizzleboink, May 25, 2007 IP
  10. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #10
    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?
     
    mubin, May 25, 2007 IP
  11. mmurtha

    mmurtha Peon

    Messages:
    397
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I have cable and it comes up pretty quick on my end.
     
    mmurtha, May 25, 2007 IP
  12. marioland

    marioland Banned

    Messages:
    649
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    0
    #12
    It loaded ok for me too, on cable connection. Really nice site!
     
    marioland, May 25, 2007 IP
  13. whenas

    whenas Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Nice site!!
     
    whenas, May 25, 2007 IP
  14. Nix Wanning

    Nix Wanning Peon

    Messages:
    152
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I've seen your blog design somewhere before. Possibly something from themes.wordpress.net?
     
    Nix Wanning, May 26, 2007 IP
  15. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #15
    Yes, the blog design is the most popular one on themes.wordpress.net. Its called visitered Little.
     
    mubin, May 26, 2007 IP
  16. forumrating

    forumrating Notable Member

    Messages:
    6,565
    Likes Received:
    347
    Best Answers:
    0
    Trophy Points:
    275
    #16
    looks good it has lot of backgrounds
     
    forumrating, May 26, 2007 IP
  17. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #17
    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?
     
    mubin, May 26, 2007 IP
  18. choice

    choice Prominent Member

    Messages:
    5,444
    Likes Received:
    490
    Best Answers:
    0
    Trophy Points:
    350
    Digital Goods:
    2
    #18
    nothing to say but

    i like it
     
    choice, May 26, 2007 IP
  19. macro-solutions

    macro-solutions Peon

    Messages:
    183
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #19
    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).
     
    macro-solutions, May 27, 2007 IP