function replace_url_site($text) {
$text = str_replace('sites/7/', '', $text);
return $text;
}
add_filter('the_content', 'replace_url_site');
function wpb_list_child_pages() {
global $post;
if ( is_page() && $post->post_parent )
$childpages = get_pages( 'sort_column=menu_order&title_li=&child_of=' . $post->post_parent . '&echo=0' );
else
$childpages = get_pages( 'sort_column=menu_order&title_li=&child_of=' . $post->ID . '&echo=0' );
if ( $childpages ) {
$string = '<nav class="sidenav"><ul><li><a href="'.get_permalink($post->post_parent).'">'.get_field(sidebar_title, ($post->post_parent)).'</a></li>';
foreach( $childpages as $page ) {
$string .= '<li><a href="' . get_permalink($page->ID) . '">' . get_post_meta($page->ID, 'sidebar_title', true) . '</a></li>';
}
$string .= '</ul></nav>';
return $string;
}}
downloadable font: download failed (font-family: "icomoon" style:normal weight:normal stretch:normal src index:2): bad URI or cross-site access not allowed source: sevplus.ru/wp-content/themes/cell/fonts/icomoon.wo...
Новый сайт создается клонированием главного. Это касается и отзывов. И именно с урлами картинок в этом случае проблема. Изначально отзыв добавляется на главный сайт.
Этой заменой я лишь поправлю битые линки в уже в рабочей схеме.