1
vote
1answer
8 views

costumed query in wordpress category.php

I create category.php for display categories archive in a costumed template. In a category page link like this: http://www.example.com/category/cat1/ By these codes it's OK and shows last items of ...
0
votes
2answers
19 views

Wordpress custom wp_pagenavi does not work on custom page with custom query

I am trying to do some custom page and I am not using the wp_pagenavi plugin but a custom function with my custom pages, right now it only works on index.php pages but it was working fine some days ...
0
votes
1answer
16 views

Order by One Custom Field Value and Select Posts From Another With Wordpress

I'm trying to only show posts that are marked as in-stock and order them by their inventory_number (which is a number value so I'm using meta_value_num). The code below is selecting in-stock items, ...
0
votes
0answers
12 views

Yahoo API allows only 1 query

I have a problem. I need a few Yahoo API queries for my wordpress plugin. When I start it, I can post my OAuth Key and secret and verify it or start getting some content from it. This process is ...
0
votes
0answers
19 views

wordpress posts query closest to today's date and time

I have written an wp query which I would like to order in a bit of a complicated way. Some posts have a meta value 'the_date' which is an end date for the post. I would like to order posts in date and ...
2
votes
1answer
12 views

Posts query including meta and greater than date

I'm struggling to get a working solution with this wp_query. I currently have some custom settings which are assigned to posts, one is whether or not the post is 'featured' and the second is a date ...
-3
votes
0answers
19 views

Get all posts starting with first two letters in Wordpress [closed]

I have a plugin in which an alphabetical list is posted where people can click on a letter and they get the posts with that letter. So if they click on A, they see all post titles starting with the ...
0
votes
0answers
25 views

adding a category or tag to all posts

How can I add a category or tag to all previous posts in wordpress website? for example add all posts to a category archives. so I want a nested SQL query to run it to MySQL phpmyadmin.
1
vote
3answers
39 views

Wordpress - Order by multiple meta values after date, only showing dates beyond today

I have some custom fields named 'date' and 'start_time' and would like to order the posts by my custom field of 'date' and then the 'start_time'. I've got the following query - if anyone can point out ...
0
votes
2answers
48 views

Wordpress query_post with variable category

I'm trying to put my blog content into bootstrap tabs, where each tab is a category so it is kind of a filter. Everything is working smoothly but I can't separate dynamically the categories posts on ...
0
votes
1answer
54 views

Wordpress archive list with year, month, days, posts and comment counts

I am willing to achieve a Wordpress archive list that would be like this: 2013 May (2) 04 - I love Wordpress (3 comments) 01 - I really love Wordpress (1 comment) February (1) ...
0
votes
2answers
46 views

Take data from query string and put into another form value (for both display and posting)

With that said, there is a question that seems to be asked a lot and has answers - but I'm not a programmer 'enough' to understand all the different explanations. I was hoping for something more ...
0
votes
1answer
26 views

Offset PHP Query by number?

I'm using WordPress and using two queries that are the same. Basically you've got "Featured Content" that is displaying the 6 latest posts. Under that is a section that needs to display 2 more ...
0
votes
1answer
34 views

Wordpress query_posts Pagination issue

thank you in advanced for any insight I've been scratching my head over this. This is the code i'm using to call the posts on the homepage: (www.csmpromo.com) <div id="home-posts"> ...
0
votes
1answer
32 views

Wordpress get_posts inside WP_Query loop

I have a content template which runs the main loop: <?php while (have_posts()) : the_post(); ?> <?php endwhile; ?> Inside this loop I create a get_posts(): <?php $args = array( ...
0
votes
0answers
23 views

Cleaner way to write this? one post from each category WordPress Transients?

Wordpress Question on cleaning up this code. Seems too many queries - is there a cleaner option? I have a conditional on loop.php to require_once this partial only on the homepage My question is - ...
0
votes
1answer
38 views

wordpress Custom search page returning all post type

have written a custom wordpress search template and wish to retrieve only 'post' type posts and not any page or any custom post type. The issue is that the query is returning all posts type (and ...
1
vote
1answer
39 views

the_content is displaying nothing for a costum post type

When I was using the default post type in Wordpress, the code above was working well. But with custom post types, It is displaying nothing. <?php $p=$_GET['p']; header('Content-Type: ...
0
votes
1answer
19 views

Wordpress get range of posts

Using wp_query, how can I get a range of posts? When I select a category, I want to get the first until 6th post, then on the same page I want to get the 7th until the 13th post. It would be easy if ...
0
votes
2answers
46 views

Rewriting query string with htaccess without conflicting with WordPress

I've setup a Rewrite rule = RewriteRule ^names/([a-zA-Z0-9_]+|)(-in-|)([a-zA-Z0-9_]+|)(-|)([a-zA-Z0-9_]+|)(-|)([0-9]+|)/?$ query.php?sector=$1&location=$3&firmname=$5&firmnumber=$7 ...
1
vote
2answers
80 views

Show posts from only one subcategory - Wordpress

Assume i have the following categories. Movies ----- Action ----- Science fiction ----- Drama Music ----- POP ----- Rock Here, Movies and Music are the parent categories and rest of them are the ...
0
votes
1answer
79 views

WordPress - Display only Parent Category posts not sub categories posts

I have been struggling to extract the parent category posts from Wordpress. When i am trying to display the only parent category posts the wordpress query displaying the sub-categories posts as well. ...
0
votes
1answer
23 views

prevent wordpress from counting total posts

Hi i would like to display 20 posts ONLY in my frontpage so i created a function to alter the query like this : if( is_front_page() && $query->is_main_query() ) { ...
0
votes
1answer
32 views

Wordpress SQL Query to combine column data for all rows

I have a Wordpress plugin which allows users to save favorite posts. In my Wordpress MySQL database, the table looks like the following: id | user_id | post_id -------+---------+------------ 1 ...
0
votes
1answer
61 views

Wordpress - ACF - get post multiple times with repeater date field

I have a custom post type koncerty with custom date field datum, and I'm currently retrieving the posts with this query (which works well): $date = date("Ymd"); $sql = <<<SQL SELECT p.ID, ...
0
votes
0answers
29 views

WP_Query and Ajax post = Slow

I use Wordpress 3.5.1 for a website. On this website I use the WP_Query() which contains meta_query related custom fields. On my first page I have a form that returns on a second page and I see the ...
3
votes
2answers
122 views

Consistent random set of posts with stickies

Using WordPress, on my main page I'd like to be able to make a query of random posts that are consistent throughout a pagination, while stickies are still shown first. I've gotten as far as to create ...
2
votes
1answer
39 views

Need to have edit button which changes field to editable; on submit it alters database

I made a nice flowchart for you since this is kind of complicated. Basically, I want to have a list of fields from a column in the database, displayed in a table. They have an EDIT button ext to ...
0
votes
0answers
25 views

Using WPDB method in Wordpress, no data is submitted to the database

I attempted to translate working code using the mysql_* method; however, when I submit the form it does not insert any data into the database. Here is the non-working WPDB translation from the ...
0
votes
0answers
52 views

wordpress if statement no posts hide text mobile app

Im having a problem with wordpress child post relationships query showing a heading used to show the section of query posts. Example If i query the child posts "promotions" in my query it works ...
-1
votes
1answer
40 views

How to query Wordpress custom fields from an array?

I am having problems with meta_query in Wordpress. The first example works fine: $args = array( 'post_type' => 'my_post', 'meta_query' => array( array( 'key' ...
1
vote
0answers
48 views

How can I fix jQuery links which hang if clicked quickly

My problem is a jQuery menu which accesses a MySql DB and tends to hang, I believe, if buttons are clicked too quickly. Is there a way to deactivate all the links just until the load is complete? Or ...
0
votes
3answers
90 views

Mysql order result by the sum of some similar column values

There are two tables and i am trying to get the values from one table and order by the sum of values from the other table. So just to clear i am trying to get the list of all the posts order by sum ...
0
votes
0answers
22 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 ...
1
vote
1answer
16 views

WP Query ignores variable for specific category

Ok I'm probably missing something obvious here since it's a really simple thing, but for some reason I can't get this WP Query to work. I want to query posts only from the category page that the user ...
0
votes
1answer
29 views

[sql]wordpress custom post_type get overriden

I am having problems with my custom post type (quote) for my wordpress theme WPF. The version on github has the custom post type in functions.php, but I have moved that to a plugin (wpf quote). I also ...
0
votes
1answer
18 views

Mirrored Wordpress Random Query on same page

I am using a wordpress query to display 3 posts at random from a custom post type. I am using the following code which is working fine: <?php $my_query = new ...
0
votes
2answers
75 views

Wordpress query - if less than 3 posts, randomly pick posts

I have a query, which returns posts with custom field "featured". The code looks <?php $args = array( 'post_type' => 'koncert', 'posts_per_page' => 3, 'meta_query' => ...
0
votes
2answers
24 views

Query for find Posts don't have custom fields

I write this Query to find posts that have custom field 'language' that value of it is 'English' OR Posts don't have custom field 'language' at all. SELECT DISTINCT wp_posts.* FROM wp_posts, ...
1
vote
1answer
30 views

Adding the results of a column to another column

I need to show the contents of two tables; my query is this: SELECT ID, post_author, post_content, post_title, post_name, guid, post_type, meta_id, post_id, ...
3
votes
3answers
90 views

problems in create advanced search using query

I have a problem in creating advanced search with custom query and using $wpdb->get_results($query , OBJECT); In Normal search in wordpress when we search xxx yyyy or search yyyy xxx we have same ...
0
votes
1answer
73 views

Wordpress - Custom taxonomy no results in some cases. Need to perfect query

Eventually I'm going to have to fall back to writing custom queries for tags and categories in my custom post type, but for now I was rather hoping that I could do it the wordpress way. Problem: If ...
0
votes
2answers
69 views

How do I create a WordPress query that filters out multiple authors?

I’ve been trying to do a WordPress query and have hit quite a major snag. Here’s the how I want to query the posts: <?php query_posts( 's=@' . $user_login . ...
0
votes
1answer
20 views

How to show one random post from a specific post type for 24 hours then refresh

I'm not even sure if this is possible, but I was wondering if there is anyway to create a Wordpress query that will select a post at 00:00 in the morning and show that post for 24 hours. When it hits ...
0
votes
0answers
31 views

Show info from database if logged in user matches (wordpress)

I been searching and trying a bit for 3 days now to get things worked up. So i come for help as some of the results here have given me what i need. Scenario: The website is a registration system for ...
0
votes
1answer
33 views

WP Query to select posts at random the display in numerical order

I am using query_posts to return 6 ramdom posts from a custom post type using orderby=rand. This works fine. However. Once the query has returned the posts I need them to be sorted in numerical ...
0
votes
0answers
17 views

Alter wordpress query WP_Query to get ALL recent posts

The 'Maya' theme I'm using seems to filter 'Recent Posts' by using taxonomies. So in the jigoshop main page (all products) 'Recent Posts' displays the recent posts unfiltered. But when I browse to a ...
0
votes
2answers
54 views

Wordpress WP_Query by jquery load

i load by jquery a php file witch should load a new WP_Query, but the WP load does not work, here my code: the jquery code: $('.teaser-click').click(function(){ var post_id = $(this).attr("rel"); ...
0
votes
1answer
60 views

Do a custom query search in wordpress by post meta

im doing a custom search in wordpress and i would like to find my custom type articles searching them from custom meta keys. this code filters posts by custom types but filters all of them by custom ...
1
vote
1answer
51 views

wordpress: only show posts from today or the future

I am running this query to print out my posts. It works but I want to add a parameter that tells the system to only display posts that are from today or will be published in the future! Here is the ...

1 2 3 4 5 10