@extends('layouts.app') @section('content')
À propos
post_content) ?>
'post', 'posts_per_page' => -1, 'meta_key' => 'index', 'meta_type' => 'NUMERIC', 'orderby' => 'meta_value', 'order' => 'ASC' ); $query = new WP_Query($args); if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); if (get_post_meta(get_the_ID(), 'isMainPart', true)) { ?>
Images Voix Off et In Bande Son Écrits
{{ get_post_meta(get_the_ID(), 'isMainPart', true) }}
{{ get_post_meta(get_the_ID(), 'isSubPart', true) }}
{{ the_title()}} '; ?> icon pen '; echo do_shortcode('[xoo_el_action type="login" text="Connexion" redirect_to="' . $edit_link . '"]'); }?>
@if (! have_posts()) {!! __('Sorry, no results were found.', 'sage') !!} {!! get_search_form(false) !!} @endif @endsection