1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Category Linking Help [WordPress]

Discussion in 'WordPress' started by ksb2050, Apr 6, 2009.

  1. #1
    Hey guys. I was working on my site an noticed that when I click my links for different categories it just takes me back to the index page. It doesn't sort and display the posts only related to the category you clicked.

    Here: www.atlanticanime.com
    The category links are the ones in the purple bar under the logo. Click them and see what I mean.

    Now does anyone have any idea how to fix it?
     
    ksb2050, Apr 6, 2009 IP
  2. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #2
    Did u make any changes recently in permalink structure? Check ur .htaccess file and if u find any extra code there then remove them.

    Surely, ur .htaccess file will have some extra code or change ur permalink structure for a while and then set default (which u r using now)
     
    Jalpari, Apr 6, 2009 IP
  3. qit3

    qit3 Peon

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I guess it htaccess problem, what platform u are using? Upss... u are using wordpress :D

    try this fix, put it on .htaccess
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    Code (markup):
     
    qit3, Apr 6, 2009 IP
  4. ksb2050

    ksb2050 Well-Known Member

    Messages:
    906
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    165
    #4
    Not that I know of, I did install a few SEO related plugins though. I went back through them and didn't see any permalink options.

    I pasted it in at the bottom of .htaaccess, but it doesn't seem to fix the issue,

    Even if it did I wouldnt know what to look for, .htaccess files are very new to me lol

    here is my .htaccess file if anyone wants to see:

    My permalinks in wordpress settings is listed as default.
     
    ksb2050, Apr 6, 2009 IP
  5. qit3

    qit3 Peon

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    try to put wordpress htaccess on the top of file
     
    qit3, Apr 6, 2009 IP
    ksb2050 likes this.
  6. ksb2050

    ksb2050 Well-Known Member

    Messages:
    906
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    165
    #6
    I put it at the top, still seems unsuccessful :(
     
    ksb2050, Apr 6, 2009 IP
  7. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #7
    If it is still not working then backup ur .htaccess file and set permalinks create new file (blank) paste new code which shows while editing permalink structure. And see if it works then add other options again ( not in .htaccess , by using cpanel ip deny manager.
     
    Jalpari, Apr 6, 2009 IP
    ksb2050 likes this.
  8. vrktech

    vrktech Well-Known Member

    Messages:
    449
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #8
    Try this, backup .htaccess, delete from server and then update your permalinks, mostly it should fix your problem
     
    vrktech, Apr 7, 2009 IP
    ksb2050 likes this.
  9. ksb2050

    ksb2050 Well-Known Member

    Messages:
    906
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    165
    #9
    Thanks solved the issue, +Rep for all who helped ;)
     
    ksb2050, Apr 8, 2009 IP