Tagged Questions
0
votes
0answers
21 views
How can i do a search for tags in a certain category?
I'm trying to search for a certain category with a tag, how can I do this via url?
For example: www.example.com/?cat=1&tag=tag1
how can i achieve this using parameters in the url?
0
votes
0answers
12 views
WordPress MU Sitewide Tags restrict by category
I want to restrict or stop certain categories from being "sent to the "tags" blog.
The advice (on another forum and from one of the devs) is as follows (but i cant hack it!) :-
"hook into save_post ...
1
vote
1answer
59 views
How to get the url to tag & category base set by the user?
I'm searching for half an hour now on how to get the url/permalink base in Wordpress (the 'category' and 'tag' value set in the backend). Could you please point me in the right direction?
I want to ...
2
votes
1answer
40 views
Category vs Tag vs Table
I have a site that will hold roughly 1000 posts/articles from an in-house magazine dealing with Australian naval history. The articles cover a range of subjects (such as Aviation, Intelligence, Ship ...
0
votes
1answer
16 views
Why is my taxonomy have a category style div id?
I created two custom taxonomies. I created them using identical code and then finding and replacing the "name" with "name2".
I've then looked at the post type page and there are two tag boxes to ...
0
votes
2answers
52 views
Showing all the posts in one page?
There are over 200 posts tagged with the keyword "Apple."
Each tag page -- example.com/tag/apple/page/2/ -- shows 10 posts.
So there are 20 tag pages.
Is it possible to show all these 200 post ...
0
votes
1answer
76 views
Advanced permalinks structure
I would like to get this:
mysite.com/category/tag/
example:
mysite.com/news/sports/
News is a CATEGORY and sports is a TAG
How can I do it?
Thanks.
0
votes
1answer
60 views
Filter categories/tags to display in multiple metaboxes for selection in back-end
My site uses a lot of categories and tags for author selection in the back-end. To make it more user friendly for authors I need to arrange the categories and post tags in numerous metaboxes for ...
0
votes
2answers
307 views
Custom post type, taxonomy and admin bar
I have two kind of post types in my WordPress website:
"Articles" which is the classic post type
"Breves" which is a custom post type
I want them to share the same standard categories and post ...
0
votes
1answer
159 views
Filter categories using tags
I have a website with the following categories:
Videos
Pictures
Stories
And I have a lot of tags like: Funny, Awesome, Mind Blowing, Crazy, etc.
Is there a way I could filter lets say: Videos ...
0
votes
1answer
83 views
post_class remove tag- or category- from slug
I've got this in my theme
<article <?php post_class('archiveMain'); ?>>
But for tags and categories it adds tag- or category- before the slug, any way to remove that?
Example: ...
0
votes
0answers
69 views
Wordpress infrastructure dilemma - Multisite or Single site? [closed]
I was thinking about building some kind of network or large website, so I was reading a lot about the Multisite option that came up last years.
I still have some question marks on when should I use it ...
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
36 views
Modify functions.php to add a term 'uses-theme' set to theme name on post save
I need to automatically (without anything visible to the user in the UI and without user intervention) 'mark' a post in a sub-blog with the theme it was set to when the user posted.
As I understand ...
1
vote
1answer
133 views
How can I hide tags on a child-category page, if that tag has not been used?
I have a section of my site where I'm using child-categories and tags to sort content.
I'm have a tertiary navigation for the tags (templates/nav-tags.php):
<nav class="side left">
<ul ...
2
votes
1answer
140 views
Get tags specific category
I use this code to get tags from category.
get all tags from category
I want to display in the category page the specific tags. I have 8 categories and this is my code:
<?php if ...
1
vote
1answer
79 views
How can I show 1 featured post in a styled element, and the next few below differently styled
I'm looking for some thoughts, ideas, and/or direction on what is the best way to accomplish this:
Basically I want to have 1 "featured" post in a differently styled div, and then display the next ...
0
votes
1answer
51 views
Editing Loop So It Targets Specific Tags?
Confused on how to achieve this, but what I'm trying to do is load posts with the tag "reviews" in the loop on the homepage.
Index.php:
<?php /* Start the Loop */ ?>
<?php while ( ...
0
votes
1answer
313 views
List products from current category
This code is from the archive page and list all products with a certain tag, can someone please help me to modify this code to make listing products only from current category:
<?php if ( ...
0
votes
1answer
352 views
Get Tags specific to Category using WooCommerce plugin
Could anyone help me to implement this code in WooCommerce, ie instead of categories to use product categories, and instead of tag to use product tag.
In functions.php :
function ...
2
votes
1answer
382 views
Help with multiple dropdown tags search
I'm trying to build a search form that allows the user to choose certain post tags and filter through real estate listings. So far I have the form built but when I click the search button it brings me ...
0
votes
1answer
59 views
How can I include custom category and tag base in template files?
How can I include custom category and tag base names in the category and tag template files? Specifically, I'd like to include in the page title of category and tag pages the custom category and tag ...
0
votes
1answer
52 views
Pretty URLs with Categories and Tags
How do I create pretty permalinks for a query page that includes results from both categories and tags.
For instance, if the category is Country (America) and the tag name is city (New York), can I ...
0
votes
3answers
93 views
How to Remove a Title from All Category and Tags Page?
I am trying to remove the title from all my category and tags page.
So far, I have been using this code http://pastebin.com/xxmyw7BP. It works but not perfectly. The title of my category and tag ...
1
vote
1answer
27 views
Categories: A Greenhorn Question on Strategy (Not Code)
Im having an issue in my category set-up logic
Let's say I sell new/used (including Vintage) Drums/Drum Parts wherein a user can search by new, used or by individual part. So let's say they choose ...
0
votes
1answer
223 views
Hide tag and category boxes from the post editor
I want to hide the tag and category boxes from the post editor, the theme I've just developed doesn't need them, thus I want to hide them.
I am aware they could be hidden using the 'screen options' ...
1
vote
2answers
1k views
Search by word, category, tag, author
I want to make a search page, offering search functionalities by:
1) word
2) tag
3) category
4) author
Can you recommend any technique, any guideline as per how to tackle this?
1
vote
0answers
72 views
(Solved) category link not working [closed]
I created a theme using wamp. It works fine and all, but when I uploaded it to the server, I am having problems with categories.
It always generate this url:
http://deremoe.com/reviews/
this is what ...
0
votes
3answers
1k views
How to display non-hierarchical taxonomy as terms with checkboxes?
I'd like to have a non-hierarchical custom taxonomy displayed in the add/edit posts admin screen for a custom post type. Obviously, when the custom taxonomy is non-hierarchical, the meta box that's ...
1
vote
1answer
53 views
Should I use posts or pages in this scenario?
I'm considering using WordPress as the CMS for the website of a small clinic. There are only two sections with sub-sections: team and methods.
Team contains each of the team members and Methods ...
0
votes
1answer
28 views
Autolinking keywords in text with tags
Sometimes in my posts I use the keywords that exists in my tags and categories list.
Is it possible to automatically link the keywords in texts with the tags and categories?
Or should do it manually ? ...
1
vote
0answers
32 views
menu using category and tags
I'd like to do (somehow) manual menus that would display all posts within certain category.
Eg, I'd have sections "applications" and "games" so now i can do this:
...
0
votes
1answer
363 views
Advanced archive url structure (category, tag and date)
Is it possible to create a permalink structure like this:
mysite.com/category/books/tag/read/2010/01
Or at least something like this:
mysite.com/category/books/?tag=read&year=2010&month=01
...
0
votes
2answers
316 views
Maintaining a separate posts page for certain categories and don't show those on home page
I have a personal blog where I write general posts. I decided I'd like to seldom post about some other topic (let's say it's cats), that interests a very different audience then my current one. So I ...
-2
votes
1answer
41 views
Moving Blog and Changing URL
I'm moving a blog with a decent amount of traffic and some good google juice. I want to try and proactively fix links that will change. How would I loop through all my categories and tags on my ...
-1
votes
1answer
32 views
What plugins would you recommend for improving the admin dashboard's category selector? [closed]
Is there a plug-in to change the default behavior of the cat's drop down in the admin dashboard so that I can type-in the name of a category and the results are filtered down to those starting with ...
0
votes
2answers
226 views
Is it possible to disable certain user roles from creating tags?
As a site admin, I'd like to have control over things.
I'd like to prevent my contributors and authors ( who generate content for me ) from creating new tags. I don't want that tag taxonomy to turn ...
1
vote
2answers
341 views
Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
Simple question, really. I know pretty much nothing about SEO, and i'm trying to define a good structure for this clients online magazine.
I already know i'll be using a few custom taxonomies along ...
1
vote
1answer
126 views
Any way to assign Post Categories and Tags to Links?
I would like to assign post categories and post tags to the links in my 'Links' section, and (ideally) remove the link categories feature since it would be redundant.
Anyone know how to do this?
1
vote
2answers
222 views
Custom post type getting wrong categories and tags
Ok i have a custom post type on my blog called videos, where i only post a video. There's a sceen cap below
On the right are the latest post from the custom post type, on the left is the video, ...
-1
votes
2answers
227 views
Moving Categories submenu to Media, but still opens Posts menu
I'm developing a very media-centered site with WordPress and am using the default categories and tags on uploaded media using, in part this plugin Media Categories.
I am displaying a sub-menu item ...
2
votes
1answer
55 views
What Defines What Category A Post Picks (if in multiple)
If I have a post in multiple categories, what defines what category shows up in the URL? Assuming I have permalinks setup as /%category%/%postname% is it the ID or the name?
0
votes
1answer
51 views
Need help deciding on a taxonomy
I'm working on a project that mimics a product Catalog, all products belong to a Collection and they all have a Type and Attributes.
For instance, a shirt belongs to the Apparel Collection, so I ...
2
votes
1answer
275 views
Control term order on a per-post basis
I have a taxonomy in which term order matters, but varies from post to post. So I want to be able to set the order that terms are displayed in on a per-post basis:
My first post | Tagged: Apples, ...
0
votes
1answer
132 views
Should I use categories or tags for this case? [closed]
I am trying to create a category page where it lists the posts in a specific category. However I need to have a dropdown search field which will filter the posts within the category.
So let's say I ...
0
votes
2answers
80 views
Are tags different than categories?
I'm having a really weird issue where certain tags and categories seem to be linked:
"Linux" in Tags:
"Linux" in Categories:
If I try to lowercase the Linux tag (I prefer tags to be in ...
1
vote
2answers
278 views
Are Category or Tag Archive Pages Possible?
Currently /category and /tag 404 if you hit them directly. Is it possible to create a theme template to handle what would display on it? Mark Jaquith - ...
1
vote
2answers
552 views
limit a list of tags to one category [closed]
Sorry if this has already been asked, but I am attempting to limit a list of tags to one category, in a couple different spots on my web page. I have this code:
<?php
$tags = get_tags();
...
-1
votes
1answer
118 views
Redirection Problem: Category and Tag Urls are redirected to articles pages [closed]
Hi I am running WordPress latest version,
I have set the Permalink options as
post url : /%year%/%month%/%day%/postname%/$post_id%/
category : pages
Tags: topics
Now when I click on any ...
1
vote
1answer
303 views
Automated adding of one tag to all the posts in a category
I'm currently redesigning a site that has 700+ posts, divided into about 150 different categories. Some categories have 2 posts in them, other categories have 70.
Now for every category, I want to ...