removing unecessary cho pre
This commit is contained in:
parent
6856fd24eb
commit
52553a3cee
|
|
@ -44,10 +44,6 @@ if (!function_exists('get_automatic_post')) {
|
||||||
$manual_data = get_field($thematique->slug . '_manual_data');
|
$manual_data = get_field($thematique->slug . '_manual_data');
|
||||||
$post_datas = $manual_data ? $manual_data : get_automatic_post($thematique->slug);
|
$post_datas = $manual_data ? $manual_data : get_automatic_post($thematique->slug);
|
||||||
|
|
||||||
echo '<pre>';
|
|
||||||
print_r(get_permalink($post_datas));
|
|
||||||
echo '</pre>';
|
|
||||||
|
|
||||||
get_template_part(
|
get_template_part(
|
||||||
'template-components/cards/card-frequent-question',
|
'template-components/cards/card-frequent-question',
|
||||||
null,
|
null,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user