WP Gridbuilder with facets

PP Content Tiles

Non classé FR

Test article 12

Abonné 2 / 3 août 2019
Test

Test article 11

Test / Test Child

Test article 10

Non classé FR

Test article 9

Grid

Test article 8

Grid / Test

Test article 7

Grid / Test

Test article 6

Grid / Test

Test article 5

Grid / Test

Test article 4

Grid / Test

Test article 3

Grid / Test

Test article 2

Grid / Test

Test article 1

Themer shortcode for ACF Image

CCS shortcode in BB Layout CSS/JS (::before)

Loop through posts with CCS and display only posts with specific values in ACF Repeater

[loop type=post] [if field=my_test_repeater_posts] [repeater my_test_repeater_posts] [-if field=my_year_posts] [set the_year][field my_year_posts][/set] [/-if] [/repeater] [/if] [/loop]

[get the_year]

[loop type=post orderby=title fields=title] [if field=my_test_repeater_posts] [repeater my_test_repeater_posts] [-if field=my_year_posts value=2019 and field=my_best_posts value=1 and field=my_shopping_posts value=1]

{TITLE}

Year: [field my_year_posts]
Best of: [field my_best_posts]
Shopping: [field my_shopping_posts]
[set any_name][field my_year_posts][/set] [/-if] [/repeater] [/if] [/loop]
[loop type=post]

    [if field=my_test_repeater_posts]

        [repeater my_test_repeater_posts]
            [-if field=my_year_posts]
                [set the_year][field my_year_posts][/set]
            [/-if]
        [/repeater]

    [/if]

[/loop]

<h1>[get the_year]</h1>

[loop type=post orderby=title fields=title]

    [if field=my_test_repeater_posts]

        [repeater my_test_repeater_posts]

            [-if field=my_year_posts value=2019 and field=my_best_posts value=1 and field=my_shopping_posts value=1]

            <h2>{TITLE}</h2>
            <div>
                Year: [field my_year_posts]<br>
                Best of: [field my_best_posts]<br>
                Shopping: [field my_shopping_posts]
            </div>
            [set any_name][field my_year_posts][/set]

            [/-if]

        [/repeater]

    [/if]
[/loop]
[loop type=post orderby=title fields=title] [if field=my_test_repeater_posts] [repeater my_test_repeater_posts] [-if field=my_year_posts value=2019 and field=my_best_posts value=1 and field=my_shopping_posts value=1]

{TITLE}

Year: [field my_year_posts]
Best of: [field my_best_posts]
Shopping: [field my_shopping_posts]
[/-if] [/repeater] [/if] [/loop]
[loop type=post orderby=title fields=title]

    [if field=my_test_repeater_posts]
    
        [repeater my_test_repeater_posts]
    
            [-if field=my_year_posts value=2019 and field=my_best_posts value=1 and field=my_shopping_posts value=1]
    
            <h2>{TITLE}</h2>
            <div>
                Year: [field my_year_posts]<br> 
                Best of: [field my_best_posts]<br>
                Shopping: [field my_shopping_posts]
            </div>
    
            [/-if]
    
        [/repeater]
    
    [/if]
    
[/loop]
[loop type=post orderby=title fields=title] [if field=my_test_repeater_posts] [repeater my_test_repeater_posts] [-if field=my_year_posts value=2019 and field=my_best_posts value=1 and field=my_shopping_posts value=2]

{TITLE}

Year: [field my_year_posts]
Best of: [field my_best_posts]
Shopping: [field my_shopping_posts]
[/-if] [/repeater] [/if] [/loop]
[loop type=post orderby=title fields=title]

    [if field=my_test_repeater_posts]
    
        [repeater my_test_repeater_posts]
    
            [-if field=my_year_posts value=2019 and field=my_best_posts value=1 and field=my_shopping_posts value=2]
    
            <h2>{TITLE}</h2>
            <div>
                Year: [field my_year_posts]<br> 
                Best of: [field my_best_posts]<br>
                Shopping: [field my_shopping_posts]
            </div>
    
            [/-if]
    
        [/repeater]
    
    [/if]
    
[/loop]