Forums
(@steeler)
14 years, 6 months ago
thank you
15 years, 5 months ago
mmm.. found the solution:
$content = get_the_content(); $content = apply_filters('the_content', $content); $panels = explode("[newpage]", $content);
??
15 years, 7 months ago
found the solutions here: https://wphackr.com/get-images-attached-to-post/
That works, thanks, though the preg_replace is preg_replace(‘class=”page_item’, ‘/class=”first page_item/’, $page_list, 1);
Thanks ??