Quantcast
Channel: help – WordPress.org Forums
Viewing all articles
Browse latest Browse all 13924

ymous anon on "JQUERY TABS"

$
0
0

I actually figured a solution ---
Find the page id for 5369

<?php
$my_id = 5369;
$post_id_5369 = get_post($my_id);
$content = $post_id_5369->post_content;
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
?>


Viewing all articles
Browse latest Browse all 13924

Trending Articles