Can I query non-post tables? These are tables that I need to make queries according to the user’s needs and show them on the wordpress front end. Can you do this with this plugin?
]]>Hello,
I have tow questions please,
1- Does this plugin supports latest WordPress version ?
2- Can I use it to allow front end users to search for a string in a custom table that i created manually ?
Thanks and Regards,
]]>Will this work across multisite sub directories
]]>Hi,
Do you have any plan/ guide for making an Ajax pagination with Easy Query?
Thanks!
]]>Ive messaged the author but got no reply – the Pro version looks to do what I wanted – but this support area has been dead for over a year now
]]>Awesome plugin! Can it display parameters in the URL? If my URL is example.com/?city=Chicago
Can the shortcode display “Chicago” on the page?
]]>On the free version in shortcode-builder.php, you are fetching the authors by using get_users(). This fetches all the users along with all the metadata. For a wp_usermeta table with 1 million rows, I had to allow 1 GB of memory limit for the code to execute in like 30 seconds. Please do not fetch data like that. You guys can use a search box feature like WooCommerce does, in which you will get dynamic search results as uses type in the search criteria.
]]>Can you add the option to not show the featured image in the query output? I would like to have the choice.
]]>Good afternoon!
query-generator.js is firing the ewpq_query_generator
AJAX action which is not defined.
And sadly (or not?) I am protected against unknown actions.
https://github.com/szepeviktor/wordpress-fail2ban/blob/master/mu-plugin/wp-fail2ban-mu-instant.php#L556-L581
Please advise.
Thanks.
insufficient permission in multisite enabled wordpress. cant test at all.
]]>I have purchased the pro version and I really like it. And I apologize if I’m just missing this somewhere, but can I sort the queries by alphabetical order. For example: I want to show a list of pages that start with A and then on another page show the ones that start with B. Is that possible?
Thanks,
Randal
]]>Hello
I’ve managed to make categories disappear from my metadata using some CSS, I’m just showing Tags and dates. How can I remove the commas and the word ‘and’ from the category list?
I have made you a screengrab to illustrate my issue
Here’s my template code:
<div<?php if (!has_post_thumbnail()) { ?> class="no-img"<?php } ?>>
<?php if ( has_post_thumbnail() ) ?>
<a class="normal-thumbs" href="<?php the_permalink(); ?>"<?php the_post_thumbnail(array(100,100)); ?><?php the_post_thumbnail(); ?></a>
<p class="entry-meta"><?php the_taxonomies (array ('template' => '% %l')); ?><?php the_time(" F d, Y"); ?></p>
<h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
<?php the_excerpt(); ?>
</div>
It would be even better if I could just call the tags rather than all the taxonomies because I don’t want to display the categories in the metadata.
Thanks!!
]]>Hello, thank you for your plugin! How can I translate into Portuguese?
I edited the language file and I called easy-query-pt_BR but nothing happened.
Could you give me any tips on how to solve this?
Thank you in advance for your support.
Can I use this plugin to display custom fields in the frontend?
]]>Hi There,
I’m using Easy Query: Custom Query Builder and I’m using on this site https://dev.darkcomedyproductionsllc.com/
The paging shows up but when I click on page 2 the results are the same as page 1.
I can’t even click on page 1 at all. When I do click on page 2 I get this url https://dev.darkcomedyproductionsllc.com/page/2/
My shortcode I generated.
easy_query container="div" classes="latest-post" post_type="post, interview, multimedia, comedian, editorial, movie_review, cartoon" posts_per_page="4"]
Thanks you.
Jessica
Is it possible to compare a date stored in a custom field with today’s date? If not, is that a feature you’re planning to add?
]]>