douguai4653 2017-12-31 06:23
浏览 48
已采纳

Sage 9视图中是否提供Laravel Blade $循环变量?

I'm experimenting with version 9 of the Sage WordPress starter theme which uses Laravel Blade as the template engine for constructing WP templates.

My question is: Does Sage 9 make Blade's $loop variable available inside of loops in views?

For example, given the file /my_theme/resources/views/archive.blade.php:

1    @extends('layouts.app')
2
3    @section('content')
4      @include('partials.page-header')
5
6      @if (!have_posts())
7        <div class="alert alert-warning">
8          {{ __('Sorry, no results were found.', 'sage') }}
9        </div>
10        {!! get_search_form(false) !!}
11     @endif
12
13      @while (have_posts()) @php(the_post())
14
15      @include('partials.content-'.get_post_type())
16      @endwhile
17
18      {!! get_the_posts_navigation() !!}
19    @endsection

I would like to insert the following at line 14:

@if ($loop->first)
    // Do stuff on first iteration
@endif

However $loop is undefined.

Am I missing something or is this a limitation of Sage 9 at this time?

  • 写回答

1条回答 默认 最新

  • douxunwei7083 2017-12-31 07:00
    关注

    $loop variable will be available inside of @foreach() loops

    @foreach ($users as $user)
        @if ($loop->first)
           // This is the first iteration.
        @endif
    @endforeach
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 多址通信方式的抗噪声性能和系统容量对比
  • ¥15 winform的chart曲线生成时有凸起
  • ¥15 msix packaging tool打包问题
  • ¥15 finalshell节点的搭建代码和那个端口代码教程
  • ¥15 用hfss做微带贴片阵列天线的时候分析设置有问题
  • ¥15 Centos / PETSc / PETGEM
  • ¥15 centos7.9 IPv6端口telnet和端口监控问题
  • ¥20 完全没有学习过GAN,看了CSDN的一篇文章,里面有代码但是完全不知道如何操作
  • ¥15 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
  • ¥20 海浪数据 南海地区海况数据,波浪数据