0
votes
0answers
14 views

Add “.html” Suffix to Category URL Structure [duplicate]

Possible Duplicate: Add .html (dot HTML) extension to custom post types I have a site wich the post url structure is "%category%/%postname%.html" I would like to follow the strutcture and ...
0
votes
1answer
28 views

One post auto attached to many another items

Let's say I'm building site with mp3's. I'm adding every single mp3 as custom-post-type. I 'm also adding artists bio and its displayed on every single-mp3 post. What I want to do is add this bio just ...
0
votes
1answer
1k views

Filter Posts By Tag

I'm trying to filter my posts by category, then further by city. The only way I can think of filter by city is if the admin adds the city to the listed tags and then filtering from there via switch ...
1
vote
1answer
117 views

Wordpress as thesaurus/dictionnary: what approach?

I'm willing to develop a thesaurus/dictionary for the Berber language. A website that allows comunity members to add new words/synonyms/antonyms.. How to relate words (posts) to each other? by ...
2
votes
1answer
76 views

Display tags with a twist

I would like to display the tags of a post different than what's standard in WordPress. If I've understood it correct, all I can do with the regular tags is to display different things between them ...
0
votes
2answers
158 views

Why doesnt my tag page populate with this custom post type?

I have a tag page that is generated with the first image attachments from all of the posts. I call it in the loop with : <img src="<?php echo get_first_attachment() ?>" /> and this is ...
0
votes
1answer
116 views

title tag function

I am using a function to display the URL on title tag, I coded this function which works properly but I would like to customize it more further. function title_tag() { $a = $_SERVER['REQUEST_URI']; ...
0
votes
1answer
172 views

Post with no tag permalink problem

Firstly my problem was the %tag% in the permalink, but I resolved it with this patch: %tag% in permalink not working So my custom structure now looks like this: /%category%/%tag%/%postname%/ And ...
0
votes
2answers
386 views

How to remove tag cloud from taxonomy admin edit page?

On the page where one adds/removes/modifies taxonomies, what would I need to add to my functions.php file to remove the tag cloud?