• 02-02-2022, 20:50:47
    #1
    <table class="table table-hover">
    <thead>
    <tr>
    <th>#</th>
    <th>Kullanıcı Adı</th>
    <th>icerik</th>


    </tr>
    </thead>
    <tbody>
    <?php $CatPosts = new WP_Query("cat=1&showposts=5"); while($CatPosts->have_posts()) : $CatPosts->the_post();?>


    <tr>


    <td><?php the_title(); ?></td>
    <td><?php the_excerpt();?></td>


    </tr>
    <?php endwhile; ?>
    </tbody>
    </table>


    cumleten iyi aksamlar. wordpress son sürümü yüklü sistemimde color mag teması aktif. elamantor ile giriş sayfası düzenledim ve sayfaya bu sekilde tablo içnde veri cekmek istiyorum ama ne yaptımsa birturlu veri cekemedim aramadıgım bakmadıgım baslık kalmadı ama sonuca ulasamadım. destek olursanız sevınırım
  • 03-02-2022, 23:08:21
    #2
    Öncelikle ücretisiz sürümle işlemleri yapacaksanız php shortcode ile bu yapıyı kurabilirsiniz.
    https://www.wpbeginner.com/wp-tutori...-in-wordpress/ bu makalede nasıl özel shortcode oluşturursunuz anlatılıyor. Sonrasında da elemantor bileşenlerinde kısa kod bileşeni ile kendi shortcodenizi çağırıp yapıyı çalışır hale getirebilirsiniz.
  • 04-02-2022, 01:10:15
    #3
    Deneyip durumu bildiririm.

    Tesekkurler