Is there something new? I use also Pixelyoursite plugin and would like to host the analytics locally
Thread Starter
takti
(@takti)
Thank you Rajeeb, that helped me
Hi there,
i have the same issue on my archive page of cpt using Pods Framework.
The following function within childtheme doesn’t help
function my_post_layout_class( $class ) {
// Alter your layout
if ( is_singular( ‘wissenswertes’ ) ) {
$class = ‘full-width’;
}
// Return correct class
return $class;
}
add_filter( ‘ocean_post_layout_class’, ‘my_post_layout_class’, 20 );
https://internet-anbieter.online/wissenswertes/
Please help me to get the layout fullwidth.
Thanks