Changeset 14091
- Timestamp:
- 10/03/2024 02:42:28 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-hosting.php
r14033 r14091 18 18 get_header( 'top-level-page' ); 19 19 the_post(); 20 $hosting_cache_buster = ' 8';20 $hosting_cache_buster = '9'; 21 21 22 22 ?> … … 33 33 34 34 <section> 35 <div class="partner"> 36 <h2> 37 <a href="https://pressable.com/" rel="nofollow"> 38 <img 39 alt="" 40 src="https://s.w.org/hosting/pressable.png?<?php echo $hosting_cache_buster; ?>" 41 height="100" 42 width="100" 43 /> 44 Pressable 45 </a> 46 </h2> 47 48 <p>Pressable delivers reliable, scalable WordPress hosting that empowers businesses and agencies to grow with confidence. Built on the powerful WP Cloud platform by Automattic, Pressable ensures your WordPress sites run smoothly, securely, and with unmatched performance. Whether you're managing a single site or thousands, our 24/7 expert support and seamless hosting experience allow you to focus on what matters most - your business. From free staging environments to automatic backups and global edge caching, we take care of the heavy lifting so you can create, build, and grow with peace of mind.</p> 49 50 <div class="forum"> 51 <a href="https://wordpress.org/search/Pressable/?in=support_forums">Forum threads about Pressable »</a> 52 <br /> 53 <a href="https://wordpress.org/five-for-the-future/pledge/automattic/">Pressable is owned by Automattic, here's their Five for the Future Page »</a> 54 </div> 55 </div> 56 35 57 <div class="partner"> 36 58 <h2> … … 50 72 <div class="forum"> 51 73 <a href="https://wordpress.org/search/Bluehost/?in=support_forums">Forum threads about Bluehost »</a> 74 <br /> 75 <a href="https://wordpress.org/five-for-the-future/pledge/bluehost/">Find out how Bluehost is shaping the future of WordPress »</a> 52 76 </div> 53 77 </div> 78 54 79 <div class="partner"> 55 80 <h2> … … 69 94 <div class="forum"> 70 95 <a href="https://wordpress.org/search/Hostinger/?in=support_forums">Forum threads about Hostinger »</a> 71 </div> 96 <br /> 97 <a href="https://wordpress.org/five-for-the-future/pledge/hostinger-international//">Find out how Hostinger is shaping the future of WordPress »</a> 98 </div> 72 99 </div> 73 100 … … 89 116 <div class="forum"> 90 117 <a href="https://wordpress.org/search/DreamHost/?in=support_forums">Forum threads about DreamHost »</a> 118 <br /> 119 <a href="https://wordpress.org/five-for-the-future/pledge/dreamhost/">Find out how Dreamhost is shaping the future of WordPress »</a> 91 120 </div> 92 121 </div> 93 122 94 <div class="partner">95 <h2>96 <a href="https://wordpress.com/wordpress-hosting/" rel="nofollow">97 <img98 alt=""99 src="https://s.w.org/style/images/about/WordPress-logotype-wmark.png?<?php echo $hosting_cache_buster; ?>"100 height="100"101 width="100"102 />103 WordPress.com104 </a>105 </h2>106 107 <p>Get lightning-fast WordPress hosting with full support for your plugins and themes, built by the biggest contributor to WordPress Core. Whether you’re a first-time blogger or an advanced developer, you’ll find all the features you’ll ever need, from intuitive site building and monetization tools, to GitHub deployments, staging sites, WP-CLI, SSH, and more. Scale without stress thanks to unlimited bandwidth, traffic, and visitors—plus 24/7 security.</p>108 109 <div class="forum">110 <a href="https://wordpress.org/search/wordpress.com/?in=support_forums">Forum threads about WordPress.com »</a>111 </div>112 </div>113 </section>114 115 123 <section class="col-8"> 116 124 <h2>Host Feedback</h2>
Note: See TracChangeset
for help on using the changeset viewer.