Making WordPress.org

Changeset 13707


Ignore:
Timestamp:
05/15/2024 04:57:59 AM (11 months ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@598a60f

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/style.css

    r13706 r13707  
    55 * Author URI: http://wordpress.org/
    66 * Description: A theme for learn.wordpress.org, built in 2024.
    7  * Version: 1.0.0-9fdb33d
     7 * Version: 1.0.0-2ce00c8
    88 * License: GNU General Public License v2 or later
    99 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/templates/taxonomy-learning-pathway.html

    r13706 r13707  
    99        <!-- wp:query-title {"type":"archive","showPrefix":false} /-->
    1010
    11         <!-- wp:query {"query":{"postType":"course","order":"desc","orderBy":"date","inherit":true}} -->
    12         <div class="wp-block-query wp-block-sensei-lms-course-list">
     11        <!-- wp:query {"queryId":9,"query":{"perPage":10,"pages":0,"offset":0,"postType":"course","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":true},"metadata":{"categories":["posts"],"patternName":"core/query-grid-posts","name":"Grid"},"layout":{"type":"constrained"}} -->
     12        <div class="wp-block-query">
    1313           
    14             <!-- wp:post-template -->
     14            <!-- wp:post-template {"layout":{"type":"grid","columnCount":3}} -->
    1515
    16                 <!-- wp:post-title {"isLink":true} /-->
     16                <!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
     17                <div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px">
     18                   
     19                    <!-- wp:post-featured-image /-->
    1720               
    18                 <!-- wp:post-featured-image {"isLink":true,"align":"wide"} /-->
    19                
    20                 <!-- wp:post-excerpt /-->
    21                
     21                    <!-- wp:post-title {"isLink":true} /-->
     22                   
     23                    <!-- wp:post-excerpt /-->
     24                   
     25                </div>
     26                <!-- /wp:group -->
     27
    2228            <!-- /wp:post-template -->
    2329
     
    2733
    2834            <!-- /wp:query-no-results -->
    29 
     35       
    3036        </div>
    3137        <!-- /wp:query -->
Note: See TracChangeset for help on using the changeset viewer.