New Posts
Live Radio
Welcome guest, is this your first visit?
  • Login:
Totesport.com Affiliate Program
+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    Wannabe Balla
    My Status
     

    Add as a friend
    Join Date
    Mar 2009
    Location
    Ireland
    Posts
    2,203
    Blog Entries
    1
    Feedback Score
    26 (96%)

    Default How To Write Content On Category Pages

    Can anyone explain how to do this?

    Say I have a site - mysite.com

    I have a category called poker site.

    So url structure will be

    mysite.com/pokersite/fulltilt
    mysite.com/pokersite/pokerstars

    etc.

    How can I write content on the category page? I want to do a full article on the /pokersite page where I'll link to all the inner pages.

    Any ideas?

    Cheers.
    PM me for:

    English/Chinese translation.
    PSD to WP/Custom WP Plugin Creation
    Swap MB for Paypal

  2. #2
    PENQUIN
    Go F@@K Yourself
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Canada
    Posts
    2,376
    Blog Entries
    1
    Feedback Score
    60 (100%)

    Default

    if im not mistaken I think you mean you want a general page that will list all sites your promoting and link to them?

    I think this means you just call the page index.php (or html).

    So the url will look like this.

    www.mysite.com/pokersite/index.php (or html)

    to get rid of the index.php - add a redirect in your .htaccess file to make urls look like this.

    www.mysite.com/pokersite/

    I can send you code if you need just pm me.

    Steve
    Play Poker Online with some of best poker rooms in the business.
    __________________
    bwin - Rogue
    Learn why Bewinners is a predatory affiliate program.

  3. #3
    :) life...
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    Florida
    Posts
    1,665
    Feedback Score
    20 (100%)

    Default

    Are you using wordpress? If so then Id' just use all pages and not posts.

    mysite.com - homepage

    mysite.com/pokersite/ - im guessing your summary of poker reviews?

    mysite.com/pokersite/fulltilt - poker review (just make this a sub page of the above page)

  4. #4
    Wannabe Balla
    My Status
     

    Add as a friend
    Join Date
    Mar 2009
    Location
    Ireland
    Posts
    2,203
    Blog Entries
    1
    Feedback Score
    26 (96%)

    Default

    Quote Originally Posted by kushmoney View Post
    Are you using wordpress? If so then Id' just use all pages and not posts.

    mysite.com - homepage

    mysite.com/pokersite/ - im guessing your summary of poker reviews?

    mysite.com/pokersite/fulltilt - poker review (just make this a sub page of the above page)
    Yeah that's exactly what I'm trying to do. I'v enever actualyl used pages before, so didnt even know that functionalit existed!

    Will have a look now. Thanks.
    PM me for:

    English/Chinese translation.
    PSD to WP/Custom WP Plugin Creation
    Swap MB for Paypal

  5. #5
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Feb 2009
    Location
    uk
    Posts
    1,204
    Blog Entries
    1
    Feedback Score
    32 (100%)

    Default

    Quote Originally Posted by leporello View Post
    Yeah that's exactly what I'm trying to do. I'v enever actualyl used pages before, so didnt even know that functionalit existed!

    Will have a look now. Thanks.
    Yeah just create a new page which will be your 'Room Reviews' page.

    Then go create a new page and name it 'Full Tilt Poker Review' then on the right side in wordpress you will see 'Parent' and just select your 'Room Reviews' page.

    This will make your url - hxxp://www.example.com/room-reviews/full-tilt-poker-review

  6. #6
    Wannabe Balla
    My Status
     

    Add as a friend
    Join Date
    Mar 2009
    Location
    Ireland
    Posts
    2,203
    Blog Entries
    1
    Feedback Score
    26 (96%)

    Default

    Thanks guys.
    PM me for:

    English/Chinese translation.
    PSD to WP/Custom WP Plugin Creation
    Swap MB for Paypal

  7. #7
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jan 2009
    Location
    USA
    Posts
    1,269
    Feedback Score
    1 (100%)

    Default

    If you use pages for your articles you won't get the pings. I know a lot of people here manually ping the search services so if you're okay with doing that, you should be fine.

    One option is to turn off categories and build category pages manually (as suggested above). I think I read somewhere there is a plug-in that does this for you. I could be mistaken, though.

    If you can do it this way, you get the advantage of posting new content that pings as blog posts and controlling what goes on your category pages.

    You can still use tag pages for quick lists of links by keyword.
    Free advice and opinions are provided without any warranties or guarantees. I cannot do anything about the facts.

  8. #8
    :) life...
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    Florida
    Posts
    1,665
    Feedback Score
    20 (100%)

    Default

    You could also set up all the pages you need and use posts for news, promotions, or blogging about whatever.

  9. #9
    #!/usr/bin/mikebrad
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    USA
    Posts
    697
    Feedback Score
    8 (100%)

    Default

    How many categories will your site have?

    There are basically two ways to do this:

    1. Setup a template for each category that you want content on, more info at Category Templates WordPress Codex

    OR

    2. Go to your category file and add this code
    PHP Code:
    <?php if ( in_category('1') ) { ?>
    content goes here
    <?php ?>
    Replace 1 with the category id of your category.

    EDIT: Don't forget to use a plugin like WordPress › WP No Category Base WordPress Plugins, otherwise you will have a valid url at:

    mysite.com/category/pokersite/

  10. #10
    New Member
    My Status
     

    Add as a friend
    Join Date
    Apr 2010
    Location
    USA
    Posts
    5
    Feedback Score
    1 (100%)

    Default

    You can also do it with server side includes or php includes if you will not be doing a lot of updating.


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Replies: 0
    Last Post: 05-06-2010, 04:27 AM
  2. Do you write your own content or purchase it?
    By Jeremy in forum General Poker Affiliate Forum
    Replies: 16
    Last Post: 11-19-2008, 04:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant