I would like to make it so that I can put certain links only from certain categories, is this possible?
Wordpress Help
Collapse
X
-
Comment
-
correct, I want to be able to add a blogroll link, and have it show up only from a certain post category page. Not show up on the main page and every post category page.
i want to be able to send outgoing link trades only from certain post categories.Comment
-
Can't you just make sure to put them all in the one category you want, then either don't have other categories, make them private, or just be vigilant about it? I'm not sure I understand what you're looking for....SIG TOO BIGComment
-
the 'builder' theme from this site http://ithemes.com/ will allow that. It's a premium theme and has a bit of a learning curve, but it's very powerfulICQ 452 one six 7 five 41Comment
-
I think you are mistaken in what I am looking to do.
I want to do link trades from category post pages. Not "Link Categories".
I have a blog
www.domainname.com - It is a general porn site. So I have post categories, Asian, Big Tits, Ebony so on so forth. I put my posts in a category according to content. So I want to send a link trade to a Big Tit site. I do not want it to be on the main page. But only on the www.domainname.com/category/BigTits/ page. Where all of the Big Tit content is.
As a standard. You add a link to the blogroll. It gets a 'Link Category". This link shows up in all categories. I want to be able to choose "Link Category" and "Post Category" so the outgoing link trade does not show up on entire site.Comment
-
and if you need per category just add conditionals or build a different page for each categoryCode:<?php wp_list_bookmarks('categorize=0&category=5'); ?>
blah
or just ask JD, you aren't making him a big favor pulling his WP sig and asking for WP help
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truthComment
-
You could make each blogroll categorty the same as the post category say Amateur, make the blogroll category Amateur, then just do a simple check for category and show the blogroll of the equal value.Comment
-
This makes no sense. I am not his Wordpress programmer. That is why I use his themes. Because they are easy to use with a lot of functionality and I don't have to be a PHP programmer to figure it out. His Review Theme is made for people like me who do not code in PHP but want a wordpress review theme. This is why people purchase CMS'. Because not everyone knows how to code.
I am sure JD would help me if I asked him. His ICQ is showing offline by now.
People who dont know how to code and want a great wordpress review CMS. But it from JD in my sig. It is very easy to use. You dont need to know PHP to have an awesome review site within Wordpress.Last edited by Supz; 08-21-2010, 11:03 AM.Comment
-
you can do it with blogroll categories and the conditional statement is_category('id_or_name_goes_here') in your template. shoot me an email and I'll give you what you need when I'm back home if you don't figure it out
http://codex.wordpress.org/Conditional_TagsComment
-
What I mean is that it looks weird, you'd have wait for him and use this as last resource IMHO. btw, you're welcomeThis makes no sense. I am not his Wordpress programmer. That is why I use his themes. Because they are easy to use with a lot of functionality and I don't have to be a PHP programmer to figure it out. His Review Theme is made for people like me who do not code in PHP but want a wordpress review theme. This is why people purchase CMS'. Because not everyone knows how to code.
I am sure JD would help me if I asked him. His ICQ is showing offline by now.
People who dont know how to code and want a great wordpress review CMS. But it from JD in my sig. It is very easy to use. You dont need to know PHP to have an awesome review site within Wordpress.
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truthComment


Comment