Cách đổi tên ảnh upload tự động theo title trong WordPress

5/5 - (1 bình chọn)

Zubi Cloud hướng dẫn quý khách Cách đổi tên ảnh upload tự động theo title trong WordPress. Điều này rất quan trọng và ảnh hướng lớn đối với SEO images. Bằng việc lâu nay bạn làm thủ công đổi tên ảnh cho đúng, cho chuẩn, thì nay Zubi Cloud Support sẽ giúp quý vị tự động hóa quy trình đó, Đổi tên hàng loạt file ảnh theo thứ tự

Các bước đổi tên ảnh upload tự động theo title trong WordPress như sau:

Trước tiên, phải chèn Code tự động lưu ảnh vào hosting khi copy bài từ trang khác

Tiếp theo, Các bạn mở file function.php và chèn đoạn code sau:

function wp_modify_uploaded_file_names($image_name) {
// Get the parent post ID, if there is one
if( isset($_GET['post_id']) ) {
$post_id = $_GET['post_id'];
} elseif( isset($_POST['post_id']) ) {
$post_id = $_POST['post_id'];
}
// Only do this if we got the post ID--otherwise they're probably in
// the media section rather than uploading an image from a post.
if(is_numeric($post_id)) {
// Get the post slug
$post_obj = get_post($post_id);
$post_slug = $post_obj->post_name;
// If we found a slug
if($post_slug) {
$random_number = rand(10000,99999);
$image_name['name'] = $post_slug . '-' . $random_number . '.jpg';
}
}
return $image_name;
}
add_filter('wp_handle_upload_prefilter', 'wp_modify_uploaded_file_names', 1, 1);

Vậy là xong.

5/5 - (1 bình chọn)


  1. c88 login

    1. C88 Fun – Boundless Entertainment Awaits!
    C88 Fun is more than a gaming platform; it’s an expedition waiting to be embraced. Featuring an intuitive interface and a diverse array of games, C88 Fun caters to all tastes. From timeless classics to cutting-edge releases, C88 Fun ensures every player discovers their gaming haven.

    2. JILI & Evo 100% Welcome Bonus – A Grand Welcome Awaits Newcomers!
    Embark on your gaming journey with a grand welcome from C88. New members are greeted with a 100% Welcome Bonus from JILI & Evo, doubling the excitement right from the beginning. This bonus acts as a catalyst for players to explore the diverse array of games available on the platform.

    3. C88 First Deposit Get 2X Bonus – Double the Excitement!
    At C88, generosity towards players is a fundamental principle. With the “First Deposit Get 2X Bonus” offer, players can revel in double the fun on their initial deposit. This promotion enhances the gaming experience, providing more avenues to win big across various games.

    4. 20 Spin Times = Get Big Bonus (8,888P) – Spin Your Way to Greatness!
    Spin your way to substantial bonuses with the “20 Spin Times” promotion. Accumulate spins and stand a chance to win an impressive bonus of 8,888P. This promotion adds an extra layer of excitement to the gameplay, combining luck and strategy for maximum enjoyment.

    5. Daily Check-in = Turnover 5X?! – Daily Rewards Await!
    Consistency is paramount at C88. By simply logging in daily, players not only bask in the thrill of gaming but also stand a chance to multiply their turnovers by 5X. Daily check-ins bring additional perks, making every day a rewarding experience for dedicated players.

    6. 7 Day Deposit 300 = Get 1,500P – Unlock Deposit Rewards!
    For those eager to seize opportunities, the “7 Day Deposit” promotion is a game-changer. Deposit 300 and receive a generous reward of 1,500P. This promotion encourages players to explore the platform further and maximize their gaming potential.

    7. Invite 100 Users = Get 10,000 PESO – Share the Excitement!
    C88 believes in the strength of community. Invite friends and fellow gamers to join the excitement, and for every 100 users, receive an incredible reward of 10,000 PESO. Sharing the joy of gaming has never been more rewarding.

    8. C88 New Member Get 100% First Deposit Bonus – Exclusive Benefits!
    New members are in for a treat with an exclusive 100% First Deposit Bonus. C88 ensures that everyone kicks off their gaming journey with a boost, setting the stage for an exhilarating experience filled with opportunities to win.

    9. All Pass Get C88 Extra Big Bonus 1000 PESO – Unlock Unlimited Rewards!
    For avid players exploring every nook and cranny of C88, the “All Pass Get C88 Extra Big Bonus” offers an additional 1000 PESO. This promotion rewards those who embrace the full spectrum of games and features available on the platform.

    Ready to immerse yourself in the excitement? Visit C88 now and unlock a world of gaming like never before. Don’t miss out on the excitement, bonuses, and wins that await you at C88. Join the community today, and let the games begin! #c88 #c88login #c88bet #c88bonus #c88win

Trả lời

Email của bạn sẽ không được hiển thị công khai.