Go Back   Profit Blogging Forum > Community Forum > Installing and Using WordPress

Installing and Using WordPress Post all questions on installing, upgrading, moving, importing and deleting Wordpress here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 16-07-07
scorpio scorpio is offline
Fresh Meat
 
Join Date: Apr 2007
Posts: 2
Default How do I create SEO friendly links with SuperAdsenseTemplates?

Hi ,
I have searched the forum but unable to find a solution to this permalink problem.

I have installed my first SuperAdsenseTheme on this blog http://www.mi-zune.com/category/zune-news/, and have change my permalink structure to /%category%/%postname%.html and left the Category base empty (default)
"Zune-News" is the category but as you can see the word "category" is being added before the category name.

I have tried all combination of permalink/category base settings but none of them give me links in the way I want them to appear i.e. (http://www.mi-zune.com/zune-news/)

I have been using another wordpress themeing system and it allowed links to appear in the format I required. (checkout the URL http://www.mybeautifulipod.com/ipod-tips)
I would really like to purchase more easywordpress templates but only if I can get this permalink feature working, I suspect some sort of additional coding is required in the templates to make it work, any ideas?


scorpio
Free Webmaster Training Videos
How to make free phone calls
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 17-07-07
WordpressConsultant's Avatar
WordpressConsultant WordpressConsultant is offline
Administrator
 
Join Date: Aug 2006
Location: Subang Jaya
Posts: 3,137
Default

Quote:
Originally Posted by scorpio View Post
Hi ,
I have searched the forum but unable to find a solution to this permalink problem.

I have installed my first SuperAdsenseTheme on this blog http://www.mi-zune.com/category/zune-news/, and have change my permalink structure to /%category%/%postname%.html and left the Category base empty (default)
"Zune-News" is the category but as you can see the word "category" is being added before the category name.

I have tried all combination of permalink/category base settings but none of them give me links in the way I want them to appear i.e. (http://www.mi-zune.com/zune-news/)

I have been using another wordpress themeing system and it allowed links to appear in the format I required. (checkout the URL http://www.mybeautifulipod.com/ipod-tips)
I would really like to purchase more easywordpress templates but only if I can get this permalink feature working, I suspect some sort of additional coding is required in the templates to make it work, any ideas?


scorpio
Free Webmaster Training Videos
How to make free phone calls

Hi Scorpio,

This command: http://www.mi-zune.com/category/zune-news/ is going to list all the post from the posts that lable as zune-news category. So, you shouldnt be worry on this.

Also, your settings on that is correct, dont need to change any more.

If you are settle with this answer, you can purchase more themes from the link here. If not, please share your concerns why you don't like the current one.

Thank you.
__________________
Regards,

Steven Wong
Wordpress Consultant
| Blog | Internet Online | AllNicheVideo |

Wanna to get link to 2 PR4/PR3 high traffic sites? Go here to find out how!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 22-07-07
aaronjj aaronjj is offline
Fresh Meat
 
Join Date: Jul 2007
Posts: 1
Default

Quote:
Originally Posted by scorpio View Post
Hi ,
I have searched the forum but unable to find a solution to this permalink problem.

I have installed my first SuperAdsenseTheme on this blog http://www.mi-zune.com/category/zune-news/, and have change my permalink structure to /%category%/%postname%.html and left the Category base empty (default)
"Zune-News" is the category but as you can see the word "category" is being added before the category name.

I have tried all combination of permalink/category base settings but none of them give me links in the way I want them to appear i.e. (http://www.mi-zune.com/zune-news/)

I have been using another wordpress themeing system and it allowed links to appear in the format I required. (checkout the URL http://www.mybeautifulipod.com/ipod-tips)
I would really like to purchase more easywordpress templates but only if I can get this permalink feature working, I suspect some sort of additional coding is required in the templates to make it work, any ideas?


scorpio
Free Webmaster Training Videos
How to make free phone calls

To get rid of the /category/ when viewing a category archive you need to make a change in the rewrite.php file in your wp-includes folder

fire up your text editor and find this code:
if (empty($this->category_base))
$this->category_structure = $this->front . 'category/';

and change it to this:

if (empty($this->category_base))
$this->category_structure = $this->front . '';

You'll have to make this change everytime you update to a new version of wordpress.

Hope that helps.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 23-07-07
ProfitBlogger's Avatar
ProfitBlogger ProfitBlogger is offline
Administrator
 
Join Date: Aug 2006
Posts: 718
Default

Quote:
Originally Posted by scorpio View Post

I have been using another wordpress themeing system and it allowed links to appear in the format I required.


As far as I know, if you're using a normal theme in which the files are installed only to the wp-content/themes folder the word "category" will appear. The exception is if your theme also modifies other core WP files like what www.ProWordpress.com does.

Eiter way, the suggestion by aaronjj should work. Do give it a try
__________________
Gobala Krishnan
ProfitBlogger
=================================
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-08-07
WordpressConsultant's Avatar
WordpressConsultant WordpressConsultant is offline
Administrator
 
Join Date: Aug 2006
Location: Subang Jaya
Posts: 3,137
Default

Quote:
Originally Posted by scorpio View Post
Hi ,
I have searched the forum but unable to find a solution to this permalink problem.

I have installed my first SuperAdsenseTheme on this blog http://www.mi-zune.com/category/zune-news/, and have change my permalink structure to /%category%/%postname%.html and left the Category base empty (default)
"Zune-News" is the category but as you can see the word "category" is being added before the category name.

I have tried all combination of permalink/category base settings but none of them give me links in the way I want them to appear i.e. (http://www.mi-zune.com/zune-news/)

I have been using another wordpress themeing system and it allowed links to appear in the format I required. (checkout the URL http://www.mybeautifulipod.com/ipod-tips)
I would really like to purchase more easywordpress templates but only if I can get this permalink feature working, I suspect some sort of additional coding is required in the templates to make it work, any ideas?


scorpio
Free Webmaster Training Videos
How to make free phone calls

You have one more thing you didnt solve out. That's is your .HTACESS file is not configure properly. Try to refer to the FAQ list in "How-To & Troubleshooting" Forum for the solution.

After this, you should be able to solve the problem.
__________________
Regards,

Steven Wong
Wordpress Consultant
| Blog | Internet Online | AllNicheVideo |

Wanna to get link to 2 PR4/PR3 high traffic sites? Go here to find out how!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +9. The time now is 02:49 AM.


LinkBacks Enabled by vBSEO 3.0.0 RC4

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29