Tagged Questions
0
votes
1answer
15 views
How can I add an “active” class to post title in a list of posts?
I have a Wordpress recipe blog that gives users recipes for "breakfast" and "lunch." Each recipe is a separate Wordpress custom post type tagged as either "breakfast" or "lunch." (I'm using tags, not ...
-4
votes
0answers
17 views
Need #038 to & in Wordpress functions.php and formatting.php [closed]
Mans help me please!! I try do it 2 days (((((
I do this lines in functions.php
remove_filter and other
I do comments in file formatting.php
But ZERO emotions!
0
votes
1answer
26 views
how to set default value in form of tags wordpress
i need to show in default value my text and not first tag, how i can do this?
<?php
if ($tags = get_tags( array('orderby' => 'name') ))
{
echo '<form action="'.get_bloginfo('url').'" ...
0
votes
1answer
31 views
wordpress add tags as p all time my code
I use a slider called revoslider and use as other sliders shortcodes for show this elements
When I use the shortcode without using the visual editor to insert and save, the slider doesn't works ...
0
votes
1answer
24 views
How to update title of posts?
I am using phpmyadmin
In every title of post contains "In x" (x is a number in the range 1 to 1000)
Example:
In 434 Hello everybody ----> remove "In 434" -----> Hello everybody
In 62 Hi ...
0
votes
1answer
33 views
Show number of results Directorypress listing tags Wordpress
I would like to show the number of search results found for a directory listing tag. I'm thinking I need something like...
<?php echo tag_num_results ('Mayo') ?>
(This doesn't work)... I just ...
0
votes
1answer
35 views
Batch add tags to posts via phpmyadmin - wordpress
How would I go about batch assigning tags to posts via phpmyadmin? I have a custom table in my database that contains the postID and one column with a comma separated list of keywords for each ...
-1
votes
0answers
26 views
WordPress Custom Permalinks [closed]
I would like to set permalinks for WordPress as follows:
For single posts: sitename.com/%category%/%postname%/
For a list of posts in a category/tag combo: sitename.com/tag/%tagname%/%category%/
For ...
0
votes
2answers
46 views
Wordpress if has tag or in category
<?php if (has_tag('abc') && (in_category('d')) { echo '<div class="xxx">' ; } else { echo '<div class="yyy">' ; } ; ?>
Im using the above but it returns an error, am i ...
0
votes
1answer
54 views
How to display only specific part of the_content(); text?
Is there any way how to trim content and only display text within h2 tags in wordpress?
I am trying to display only a specific part of post content on my specific page not the whole of it. The ...
0
votes
0answers
15 views
Wordpress tags with more used in posts
I can sort wordpress categories with more post counts by this code:
$args=array(
'orderby' => 'count',
'order' => 'DESC'
);
$categories=get_categories($args);
foreach($categories as ...
0
votes
0answers
17 views
Can I specify in wordpress which posts should be used in the next Mailchimp campagign?
Is there a possibility to set for example a tag, such that mailchimp knows, that it should use this specific post for the next campaign?
Or is there another way to implement this?
Thanks for any ...
0
votes
2answers
65 views
Wordpress: Get posts by tag where tag contains a name
I am working on a portfolio website with multiple artists, and each artist will have their own blog.
For each artist to have their own blog I decided for them to 'tag' themselves in posts that they ...
0
votes
1answer
90 views
wp page navi not working on tag.php
Im trying to add pagination to my tag.php file in wordpress, to get it working I used wp_pagenavi(). I have set the $paged variable but for some reason when I click on page 2 it takes me to a broken ...
1
vote
0answers
54 views
Sorting å, ä, ö - gets mixed with a / o
Using WordPress and PHP, I'm creating a list of tags on a site sorted by their first character,
<?php
$letters = range( 'a','z' );
array_push( $letters, 'å', 'ä', 'ö' );
foreach ( $letters as ...
0
votes
1answer
38 views
Storing single_tag_title in variable
In Wordpress, the following will echo the currently chosen tag in an archive listing:
single_tag_title();
Does anybody know how to store it in a variable, so that i can echo out the same string ...
0
votes
0answers
23 views
WordPress - producing a list of posts filtered by category and then tag
I am working on appswoo.com . If someone is in category iphone 5 wallpapers and click on a tag
(sweet), only those posts should be shown that are in iphone 5 wallpapers category and has tag (sweet), ...
0
votes
0answers
29 views
Listing Tags Of A certain post in a certain category of wordpress
here is the issue , I have a wordpress website, which has some categories let say NY & NV & CA.
there are posts in each category which may have the same Title. but they have different Tags ob ...
0
votes
2answers
47 views
Adding tags to images in Wordpress
How can I add support for adding tags to images the same way you can add tags to posts in Wordpress?
I know I can do this by installing a plugin such as the Shiba media library plugin, but that adds ...
0
votes
1answer
144 views
How can I query Multiple word tags in Wordpress
A site I am developing (running Wordpress 3.4.2) features a sidebar with a list of tags.
When a tag link is clicked, the user is taken to tag.php which contains a custom query to display all posts ...
0
votes
1answer
89 views
Wordpress - empty p tags
I am getting empty p tags that I cannot remove with jQ, nor can I see them in the source. They are being added by a mobile theme and can only be seen with the browser tool. I dont think jQ is adding ...
0
votes
0answers
44 views
is_tag is not working [closed]
is_tag() is not working, but in tag.php, single_tag_title(); is working correctly.
if(is_tag())
echo "\n".'<meta name="description" content="'.tag_description().'">';
Please help me to find ...
0
votes
0answers
82 views
Wordpress - Display most recent posts for category & tag
I originally needed to show the most recent 3 posts from one category, so I had my code set up like this:
<?php
//display 3 posts
$args2=array(
'cat' ...
0
votes
0answers
96 views
how to display wordpress tags in a drop down menu?
code snippet from this page is:
<h2><?php _e('Posts by Tags'); ?></h2>
<form action="<?php bloginfo('url'); ?>/" method="get">
<div>
<?php
$select = ...
0
votes
1answer
95 views
Wordpress issue: get extra html tags appear when I paste url into facebook page
When I paste a friend's wordpress site url in a facebook comment, I see the following extra text (I've changed the url for anonymity) The home page of the wordpress blog is titled "Home"
For some ...
0
votes
1answer
32 views
Wordpress uses predefined number of characters; doesn't use more tag
My new WordPress site is using a predefined number of characters on its front page instead of allowing me to use the tag where I see fit. How can I resolve this? I understand it is against policy to ...
0
votes
1answer
26 views
Wordpress run Classifieds? a good idea?
I'm building an inventory/classified for all my products onto a wordpress site. Is this a good idea?
The question i have is how to seperate them all.
I have about 50 product categories (which wont ...
0
votes
0answers
206 views
Retrieving Product tag to use in query in Woocommerce
I'm trying to query posts with same tag as my product tag.
I can print my tag before my query (see first line of code), it works, but then inside the query it all goes wrong.
<?php echo ...
0
votes
0answers
26 views
add custom post tag into custom post type page by default wordpress
I had created a wordpress plugin with custom post type. i need to add a custom tag for all the pages submitted to it by default.while adding a page it should seen as tagged .
-1
votes
1answer
42 views
H1 tag and its description in a WordPress site [closed]
I read alot about H1 Description about wordpress sites and now I am more confused then ever if its about my theme or good for my site or not.
Bing is showing me this:
I have no idea how to solve ...
0
votes
1answer
31 views
Wordpress Post Tags as Text
How to display wordpress post tags as text not as link? I have tried with the_tags(); function, and i got output as link. I am new wordpress. can any one give me solution?
0
votes
2answers
111 views
How does WordPress/mySQL associate tags with posts [duplicate]
Possible Duplicate:
How do you recommend implementing tags or tagging
I'm learning some php/mysql and I had this thought on how it is wordpress associates a tag with a post, more so, a tag ...
0
votes
1answer
45 views
Add tag list to wordpress rss
How can i add a post's tags list to the wordpress rss feed? I have modified my feed-rss.php to export the author and the pubblication date, but i can't find a function to insert in the rss even the ...
0
votes
0answers
63 views
Is there an ajax wordpress plugin to add/remove tags/categories etc..
I looked most of mass edit tags/cats but i want to add/remove tags/categories as i see the title or the featured image from inside the admin panel.. I have a huge collection of posts to be tagged.. ...
0
votes
1answer
42 views
How can I add tags to a category in WordPress?
I want to be able to sort my category listings by different fields. I figure tags (or any arbitrary field) is a good way to do this. But I can't see how to add tags to a Category.
Ideas?
0
votes
0answers
75 views
make php search include partial matches/not care about term order [closed]
background:
there are some php functions that have been written for use on wordpress that will search a database of images and return any images whose tags match the keywords you type in (at least, ...
0
votes
1answer
177 views
Add a Tags field in WP Custom Post Types
Has anyone every found a way to display the Tags field on the sidebar for Custom Post Types? I've been looking in the codex but I'm totally lost. I'm looking for way to tag my CPT for SEO purposes.
0
votes
0answers
122 views
Change wordpress meta tag description using WP functions [closed]
I do apprecciate this may sound like the usual question, but it is not as I haven't been able to find the answer anywhere else.
I have a page which Querystring may change the content shown on page. ...
0
votes
2answers
91 views
WordPress get_the_tag as list
<?php
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
echo $tag->name . ' ';
}
}
?>
This puts a space between the tags that it outputs, but how do I put ...
0
votes
0answers
53 views
Convert list of tags into a tag cloud in WordPress
After much hacking about I am using the following code to generate a list of tags being used for the current category within a custom post type called 'Review'...
<?php
$cat_id = ...
0
votes
1answer
85 views
wordpress - excluding a category from a post list in a custom theme that doesn't look like the codex
I'm hoping someone can help. I'm not a php coder, but I've been tweeking and customising a premium theme for wordpress anyway, and I'm stuck.
I'm trying to exclude a specific category from a page ...
0
votes
1answer
107 views
Display tags from specific category in WordPress
I am using the code below to attempt to display a list of tags associated with posts in the category 'html'
<ul>
<?php
query_posts('category_name=bikes');
if ...
0
votes
0answers
46 views
Change Wordpress Tag Tooltip
How to change Tag tooltip as Tag Description?
I tried and my code is mentioned below.
function title_text( $description ) {
return sprintf( _n('%s topic', '%s', $description), $description );
}
...
1
vote
2answers
225 views
Display posts on tag.php template?
Is it possible to create a tag.php template that when you navigate to the url www.domain.com/tag/architecture/ it will display all the custom posts that have been tagged with that specific tag? And so ...
0
votes
0answers
92 views
Wordpress Search by Tags
I want to make my search box to search for multiple items/tags and use a comma (,) as a separator. I want it to look like that in search tag, tag2, tag3. I also want to sort my posts in result page ...
0
votes
0answers
272 views
Wordpress TwentyTwelve More Tag not in Single Posts
I've a wordpress hosted site (not just the blog version) using twenty twelve theme and a child theme set up but no actual modifications yet, I just have the child set up in preparation for any changes ...
0
votes
0answers
186 views
Display Latest Post from Tag List in Div Using AJAX in Wordpress
What I'm trying to accomplish is to display the title, excerpt and featured image of the newest (or random) post from a tag list in a small view port within a dropdown - with the tag togglable by the ...
1
vote
1answer
89 views
Changing the title of Wordpress Tag Pages
I wish to change the title of Tags pages of my wordpress blog. What I want to do is to keep the Tag name as it's title only.
For example: If a tag name is "Wordpress Tag Pages Tutorial" then that ...
0
votes
0answers
64 views
Wordpress: If date is > custom field then add new tag
Using Gravity Forms as a front end for users to create a post, trying to add a new tag to posts once they've passed a date chosen by the users.
I have a custom date picker field called ...
2
votes
1answer
209 views
How to customize wordpress function: the tags?
In my wordpress post I have included tags with using wordpress function
<?php the_tags( $before, $sep, $after ); ?>
My actual Css :
.postclass{
margin:10px 0px 10px 0px;
}
.posttag{
...