diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-forums-homepage.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-forums-homepage.php
index d229ba9f..bb6a97a8 100644
|
|
|
27 | 27 | |
28 | 28 | </div> |
29 | 29 | |
| 30 | <div class="helpful-links"> |
| 31 | <h3><?php _e( 'Helpful Links', 'wporg-forums' ); ?></h3> |
| 32 | <ul class="meta-list"> |
| 33 | <li><?php _e( '<a href="https://codex.wordpress.org/New_To_WordPress_-_Where_to_Start">New to WordPress — Where to Start</a>', 'wporg-forums' ); ?></li> |
| 34 | <li><?php _e( '<a href="https://codex.wordpress.org/FAQ_Installation">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li> |
| 35 | <li><?php _e( '<a href="https://codex.wordpress.org/First_Steps_With_WordPress">First Steps with WordPress</a>', 'wporg-forums' ); ?></li> |
| 36 | <li><?php _e( '<a href="https://codex.wordpress.org/Writing_Posts">Writing Posts</a>', 'wporg-forums' ); ?></li> |
| 37 | </ul> |
| 38 | </div> |
| 39 | |
30 | 40 | <?php do_action( 'bbp_template_after_forums_loop' ); ?> |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php
index 03c7392b..a019ae6a 100644
|
|
get_header(); ?> |
64 | 64 | </div><!-- #viewdiv --> |
65 | 65 | </section> |
66 | 66 | |
67 | | <hr /> |
68 | | |
69 | | <section class="clear helpful-links"> |
70 | | <div> |
71 | | <h3><?php _e( 'Helpful Links', 'wporg-forums' ); ?></h3> |
72 | | <ul class="meta-list"> |
73 | | <li><?php _e( '<a href="https://codex.wordpress.org/New_To_WordPress_-_Where_to_Start">New to WordPress — Where to Start</a>', 'wporg-forums' ); ?></li> |
74 | | <li><?php _e( '<a href="https://codex.wordpress.org/FAQ_Installation">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li> |
75 | | <li><?php _e( '<a href="https://codex.wordpress.org/First_Steps_With_WordPress">First Steps with WordPress</a>', 'wporg-forums' ); ?></li> |
76 | | <li><?php _e( '<a href="https://codex.wordpress.org/Writing_Posts">Writing Posts</a>', 'wporg-forums' ); ?></li> |
77 | | </ul> |
78 | | </div> |
79 | | </section> |
80 | | |
81 | 67 | <?php do_action( 'bbp_after_main_content' ); ?> |
82 | 68 | |
83 | 69 | </main> |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
index e717f6c2..0b408f51 100644
|
|
select { |
3500 | 3500 | font-size: 0.8rem; |
3501 | 3501 | } |
3502 | 3502 | |
| 3503 | .home.wporg-support .helpful-links { |
| 3504 | margin: 0 0 4rem; |
| 3505 | border-bottom: 1px solid #eee; |
| 3506 | width: 100%; |
| 3507 | float: left; |
| 3508 | } |
| 3509 | |
| 3510 | .home.wporg-support .helpful-links .meta-list li { |
| 3511 | border: 0; |
| 3512 | } |
| 3513 | |
3503 | 3514 | @media (min-width: 48em) { |
3504 | | .home.wporg-support .helpful-links > div { |
3505 | | width: 65%; |
3506 | | float: left; |
3507 | | margin-right: 5%; |
| 3515 | .home.wporg-support .helpful-links { |
| 3516 | width: 45%; |
| 3517 | margin: 3rem 0 4rem; |
| 3518 | border-bottom: none; |
| 3519 | float: right; |
| 3520 | position:relative; |
3508 | 3521 | } |
3509 | 3522 | .home.wporg-support .helpful-links > div:last-child { |
3510 | 3523 | width: 30%; |
… |
… |
select { |
3513 | 3526 | } |
3514 | 3527 | |
3515 | 3528 | .home.wporg-support .themes-plugins { |
3516 | | margin: 0 0 4rem; |
| 3529 | margin: 0 0 1rem; |
3517 | 3530 | border-bottom: 1px solid #eee; |
3518 | 3531 | } |
3519 | 3532 | |
… |
… |
select { |
3526 | 3539 | text-decoration: none; |
3527 | 3540 | } |
3528 | 3541 | |
3529 | | .home.wporg-support .themes-plugins h3 { |
| 3542 | .home.wporg-support .themes-plugins h3, |
| 3543 | .home.wporg-support .helpful-links h3 { |
3530 | 3544 | font-size: 1.4rem; |
3531 | 3545 | margin-bottom: 0; |
3532 | 3546 | margin-top: 0; |
… |
… |
select { |
3534 | 3548 | |
3535 | 3549 | @media (min-width: 48em) { |
3536 | 3550 | .home.wporg-support .themes-plugins { |
3537 | | width: 65%; |
| 3551 | width: 45%; |
3538 | 3552 | margin: 3rem 0 4rem; |
3539 | 3553 | border-bottom: none; |
| 3554 | float: left; |
| 3555 | position:relative; |
3540 | 3556 | } |
3541 | 3557 | .home.wporg-support .themes-plugins p { |
3542 | 3558 | font-size: 0.8rem; |
3543 | 3559 | } |
3544 | 3560 | } |
3545 | 3561 | |
| 3562 | .home.wporg-support #viewdiv { |
| 3563 | clear: both; |
| 3564 | } |
| 3565 | |
3546 | 3566 | /*-------------------------------------------------------------- |
3547 | 3567 | # Single Forum |
3548 | 3568 | --------------------------------------------------------------*/ |