Buying wordpress plugin or a manual way to do this

Discussion in 'Programming' started by mattr2110, May 15, 2011.

  1. #1
    I want the category title to display different in the menu then the on page title.

    For example in the menu I want a category to be Active Directory Reporting
    I would like the actual category page title to be Active Directory Reporting Tools & Management Software

    Is there a way to do this?
     
    mattr2110, May 15, 2011 IP
  2. mattr2110

    mattr2110 Active Member

    Messages:
    323
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    nevermind there is a plugin that already does this
     
    mattr2110, May 15, 2011 IP
  3. meno

    meno Active Member

    Messages:
    121
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    60
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    you can use Category and Category Description....
    use category description to display full title...edit theme. Its simple...
     
    meno, May 15, 2011 IP
  4. .3rok3n

    .3rok3n Well-Known Member

    Messages:
    383
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    135
    Digital Goods:
    1
    As Seller:
    100% - 1
    As Buyer:
    50.0% - 1
    #4
    or you can simply add on the category page tpl, <?php the_title(); ?> or <?php single_cat_title(); ?> Tools & Management Software. and you are done

    note: <?php the_title(); ?> or <?php single_cat_title(); ?> = Active Directory Reporting
     
    .3rok3n, May 15, 2011 IP