Tagged Questions
-2
votes
1answer
52 views
Fetching Video From YouTube Automatically [closed]
I am using WordPress, and a theme called DeTube. Is kind of a YouTube clone, and I use this website to upload mainly videos from YouTube.
Is there anyway to fetch videos and populate all the required ...
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?
1
vote
1answer
24 views
How to use all tags in post permalinks
My site with pictures is set up so that the posts do not have a title and have only tags.
I would like to know how to use all tags in permalinks settings?
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
158 views
Tags and Taxonomy links not working for Custom Post Types
In my theme, I registered a taxonomy by the name of tax_groups for a custom post type named custom_items.
So the following URL was returning the lastest custom_items
...
0
votes
1answer
130 views
How to go to tag archives using a form
I've set up a custom post type called 'properties'. These posts can be tagged with the custom taxonomies of 'area' and 'university'.
I would like to be able to have a form with a drop-down for each ...
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
171 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
3answers
1k views
Have multiple category queries from the URL been fixed yet?
Is it now possible to query multiple categories from the URL?
http://www.mywpsite.com/?cat=1+7
?
I think this has worked for tags for some time. If not, is there another way to achieve this?