warend2
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF to REST API] add field in rest apiI have also the same problem. Anyone can help us?
Forum: Plugins
In reply to: [Airpress] Woocommerce integrationHi Chetmac,
This plugin is really great! ?? just wondering if you have any tips on how to use this plugin on woocommerce products?
Cheers
Forum: Fixing WordPress
In reply to: HTTP 503 Backend fetch failedThank you, the server just explained it to me. There was other website that causing this issue. My website is currently hosted on shared server
Forum: Fixing WordPress
In reply to: Hide latest post when category matchedI am having a problem on parent category. Can any one check if this script of mine is worked for you?
$catidarry = in_array(5,95);
if($hidecatid==$catidarry){
$args = array(
‘cat’ => 5,
‘post_status’ => ‘publish’,
‘ignore_sticky_posts’ => 1,
‘posts_per_page’ => 1,
‘offset’ => 1
);
}else{
$args = array(
‘cat’ => 5,
‘post_status’ => ‘publish’,
‘ignore_sticky_posts’ => 1,
‘posts_per_page’ => 1
);
}Forum: Fixing WordPress
In reply to: Hide latest post when category matchedI have just found the solution by my self. I used global and set the variable to Category ID of the Latest Post. And if the ID is match to the latest post’s Category ID add the offset = 1.
It works for me.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionThe server have restored the backup database. Thank you HostPuma
Forum: Fixing WordPress
In reply to: Error establishing a database connectionDo you see wp_options table in phpmyadmin?
Yes I see the table wp_options on phpmyadmin, but when I clicked it the error displays that it says wp_options are not exist…
Do you have an old backup for the website?
No, I did not have any backup file but the server has a backup and they suggested to restore their backup. ?? Hopefully this could resolve this problem.
Forum: Plugins
In reply to: [WP Custom Fields Search] Date dropdown is too specificHi don benjamin ??
It works with the manual, Base on your suggestions for adgarfigaro, I did the same like entering the dropdown options.
I put something like:
Category 1, Category 2, Category 3,…..
Thank you so much for your great plugin!.
Forum: Plugins
In reply to: [WP Custom Fields Search] Date dropdown is too specificHello,
Is there way that we could remove the default value “ANY” of the dropdown option Or change it to specific default value?.
Also, can we hide the specific categories in Data Type Category.?