Search by Post ID for Learndash course search
-
Hello,
I am needing to search only the content of a specific Learndash course via Post ID. I added this code … add_filter( ‘relevanssi_content_to_index’, ‘rlv_index_post_id’, 10, 2 );
function rlv_index_post_id( $content, $post ) {
$content .= ‘ ‘ . $post->ID;
return $content;
}But not sure how to add on the course page for the shortcode. I tried this .. [searchform post_id=”2204″] but does not work. I did reindex as well. Can you please advise?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Search by Post ID for Learndash course search’ is closed to new replies.