Nguyễn Quốc Hùng
Forum Replies Created
-
i use free version
so don’t have Page Visibility
Thank for suggest! Before i set BLOCK for Bingbot, now I set SKIP for user_agent OpenAI Image Downloader in CloudFlare. It fixed error!
Some user activated email, but they not activity (login) in some day, week, month. I want to remove these users.
Very pity!
<?php // Remove company name add_filter( 'submit_job_form_prefix_post_name_with_company', '__return_false' ); // Remove job type add_filter( 'submit_job_form_prefix_post_name_with_job_type', '__return_false' );<?php function custom_job_post_type_link( $post_id, $post ) { // don't add the id if it's already part of the slug $permalink = $post->post_name; if ( strpos( $permalink, strval( $post_id ) ) ) { return; } // unhook this function to prevent infinite looping remove_action( 'save_post_job_listing', 'custom_job_post_type_link', 10, 2 ); // add the id to the slug $permalink .= '-' . $post_id; // update the post slug wp_update_post( array( 'ID' => $post_id, 'post_name' => $permalink )); // re-hook this function add_action( 'save_post_job_listing', 'custom_job_post_type_link', 10, 2 ); } add_action( 'save_post_job_listing', 'custom_job_post_type_link', 10, 2 );i used two above code, i have this slug : /job/[location]-[job title]-[job id]
how to change to /job/[job title]-[location]-[job id]
- This reply was modified 1 year, 12 months ago by Nguyễn Quốc Hùng.
Forum: Plugins
In reply to: [WP Job Manager] Hide Featured image on jobsTemporaly, i will disable logo field for company. I sent this issue to Tagdiv (Newsmag theme), and waiting to reply
Forum: Plugins
In reply to: [WP Job Manager] Hide Featured image on jobsNot worked. Big company logo still show as Featured image, above company meta
It’s worked. Thanks!
- This reply was modified 2 years, 1 month ago by Nguyễn Quốc Hùng.
Forum: Plugins
In reply to: [LiteSpeed Cache] Guest Mode consumes more CPU resourcereport number : HATSJCHE
that code broke UM account page!

I tried to use this code in your functions.php file in your theme:
add_action( ‘wp_enqueue_scripts’, ‘remove_um_jquery_ui’, 100 );
function remove_um_jquery_ui() {
wp_deregister_style( ‘um_ui’ );
}it’s worked
thanks
Forum: Plugins
In reply to: [FV Flowplayer Video Player] How to move tab in Playlist StyleI submited future requests for that!
Forum: Plugins
In reply to: [FV Flowplayer Video Player] Add more Ads in actions tabi need more place to add ads codes , i can add google Adsense. Not video ads.
Example: 10 second from begin video have google Adsense Ads
Mid-video have google Adsense Ads
…
fatal error for
- Leaderboard for which point type?
- Add Leaderboard
Có lỗi E_ERROR tại dòng 1035 trong file: /var/www/html/wp-content/plugins/mycred-learndash/inc/class-mycred-learndash-leaderboard.php. Thông báo lỗi: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, array given in /var/www/html/wp-content/plugins/mycred-learndash/inc/class-mycred-learndash-leaderboard.php:1035
Stack trace:
#0 /var/www/html/wp-content/plugins/mycred-learndash/inc/class-mycred-learndash-leaderboard.php(1035): explode()
#1 /var/www/html/wp-content/plugins/mycred-learndash/inc/class-mycred-learndash-leaderboard.php(162): MyCred_Learndash_Leaderboard->leaderboard_other_settings()
#2 /var/www/html/wp-admin/includes/template.php(1445): MyCred_Learndash_Leaderboard->mycred_learndash_leaderboard_mb()
#3 /var/www/html/wp-admin/edit-form-advanced.php(711): do_meta_boxes()
#4 /var/www/html/wp-admin/post.php(206): require(‘…’)
#5 {main}
thrown- This reply was modified 2 years, 11 months ago by Nguyễn Quốc Hùng.