Forums › Forums › Search & Filter Pro › divi – layout is missing after using the filter
Tagged: Divi, layout missing
- This topic has 7 replies, 2 voices, and was last updated 5 years, 11 months ago by Anonymous.
Viewing 8 posts - 1 through 8 (of 8 total)
-
Anonymous(Private) December 13, 2018 at 1:20 pm #196170
oh i have forgotten to send the url
http://alpoh.dev-inmotto.de/viele-unternehmen/
i have changed Divi Projects URL-Permalink with this code in the function.php
<?php
function custom_post_name () {
return array(
‘feeds’ => true,
‘slug’ => ‘project’,
‘with_front’ => false,
);
}
add_filter( ‘et_project_posttype_rewrite_args’, ‘custom_post_name’ );
?> -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)