Find Jobs
Hire Freelancers

Create a WordPress Template 1

$10 USD

Selesai
Dibuat lebih dari 7 tahun yang lalu

$10 USD

Dibayar ketika dikirim
Wordpress expert needed for this project. I wanted to search result from the post title and post content (from particular html tag like <strong> tag) I needed just line of code to add in [login to view URL] I'll award only if the code will work.
ID Proyek: 12114220

Tentang proyek

2 proposal
Proyek remot
Aktif 7 tahun yang lalu

Ingin menghasilkan uang?

Keuntungan menawar di Freelancer

Tentukan anggaran dan garis waktu Anda
Dapatkan bayaran atas pekerjaan Anda
Uraikan proposal Anda
Gratis mendaftar dan menawar pekerjaan
Diberikan kepada:
Avatar Pengguna
Add these 2 functions to your [login to view URL] function search_excerpt_highlight() { $excerpt = get_the_excerpt(); $keys = implode('|', explode(' ', get_search_query())); $excerpt = preg_replace('/(' . $keys .')/iu', '<strong class="search-highlight">\0</strong>', $excerpt); echo '<p>' . $excerpt . '</p>'; } function search_title_highlight() { $title = get_the_title(); $keys = implode('|', explode(' ', get_search_query())); $title = preg_replace('/(' . $keys .')/iu', '<strong class="search-highlight">\0</strong>', $title); echo $title; } Edit: To use the_content for your search results use the function below: function search_content_highlight() { $content = get_the_content(); $keys = implode('|', explode(' ', get_search_query())); $content = preg_replace('/(' . $keys .')/iu', '<strong class="search-highlight">\0</strong>', $content); echo '<p>' . $content . '</p>'; } In your loop or [login to view URL] file call <?php search_title_highlight(); ?> instead of <?php the_title(); ?> and use <?php search_excerpt_highlight(); ?>instead of <?php the_excerpt(); ?> In your css add the search-highlight class which will highlight all searched words in yellow. .search-highlight { background:#FFFF00 }
$15 USD dalam 1 hari
5,0 (1 ulasan)
0,4
0,4

Tentang klien

Bendera INDIA
Bokaro, India
5,0
30
Memverifikasi Metode pembayaran
Anggota sejak Jan 6, 2013

Verifikasi Klien

Terima kasih! Kami telah mengirim Anda email untuk mengklaim kredit gratis Anda.
Anda sesuatu yang salah saat mengirimkan Anda email. Silakan coba lagi.
Pengguna Terdaftar Total Pekerjaan Terpasang
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Memuat pratinjau
Izin diberikan untuk Geolokasi.
Sesi login Anda telah kedaluwarsa dan Anda sudah keluar. Silakan login kembali.