Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 19d51fd

Browse files
committed
Wordsmithed the starter theme.
1 parent 0dfcba4 commit 19d51fd

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

www/wp-content/themes/wplib-box-welcome/index.php

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
h1 {margin-bottom:0;}
1919
h2 {margin:0 auto 42px;font-style: italic;}
2020
#content { padding: 0 50px; margin: 0 auto; text-align: left;}
21+
em { font-size:0.85em; }
2122
</style>
2223
</head>
2324
<body>
@@ -27,31 +28,36 @@
2728
<h1>Welcome Theme</h1>
2829
<h2>Version 0.17.0</h2>
2930
<div id="content">
30-
<p>Hello and welcome to WPLib Box. This theme should help you get started.</p>
31-
<p>Things you will likely want to do, in order:</p>
31+
<p>To get started with WPLib Box:</p>
3232
<ul>
33-
<li><a href="<?php echo site_url( '/wp-login.php' ); ?>" target="_blank">Login</a> to the admin</li>
34-
<li><a href="#" target="_blank">See</a> this page in the admin</li>
35-
<li><a href="<?php echo admin_url( '/themes.php' ); ?>" target="_blank">Switch</a> to a real WordPress theme</li>
33+
<li><a href="<?php echo site_url( '/wp-login.php' ); ?>" target="_blank">Login</a> to the admin <em>(username and password will be provided)</em></li>
34+
<li><a href="<?php echo site_url( '/wp-admin/themes.php?theme=wplib-box-welcome' ); ?>" target="_blank">Manage</a> this theme in the admin</li>
35+
<li><a href="<?php echo admin_url( '/themes.php' ); ?>" target="_blank">Switch</a> to a different WordPress theme</li>
3636
<li><a href="<?php echo admin_url( '/plugins.php' ); ?>" target="_blank">Install and activate</a> plugins</li>
37+
<!--
3738
<li><a href="#" target="_blank">Change</a> the <a href="http://wplib.box" target="_blank">wplib.box</a> domain name to one for your project.</li>
3839
<li><a href="#" target="_blank">Disconnect</a> the <a href="https://github.com/wplib/wplib-box" target="_blank">WPLib Box GitHub repository</a> from your project</li>
40+
-->
3941
</ul>
4042

41-
<p>You may also need to:</p>
43+
<p>You may also want to:</p>
4244
<ul>
45+
<li><a href="http://wplib.org/box/" target="_blank">Read the docs</a> to configure WPLib Box for your needs</li>
4346
<li><a href="http://adminer.wplib.box?server=172.18.0.1&username=wordpress&db=wordpress" target="_blank">Explore</a> the WordPress' MySQL database using Adminer</li>
44-
<li><a href="http://mailhog.wplib.box" target="_blank">View</a> emails sent out by WPLib Box in MailHog <em>(if any)</em></li>
45-
<li><a href="#" target="_blank">Enable</a> a different stack <em>(vs. Nginx/MySQL/PHP7/Redis)</em></li>
46-
<li><a href="#" target="_blank">Manage</a> your project dependencies using <a href="https://getcomposer.org" target="_blank">Composer</a></li>
47-
<li><a href="http://docs.wplib.box" target="_blank">See MkDocs</a> in action, for documenting your plugin or theme.</li>
47+
<li><a href="http://mailhog.wplib.box" target="_blank">View</a> password reset and other emails in MailHog <em>(if any)</em></li>
48+
<li><a href="http://docs.wplib.box" target="_blank">See MkDocs</a> in action, for documenting your plugin or theme</li>
49+
<!--
50+
<li><a href="#" target="_blank">Enable</a> a different stack <em>(vs. Nginx/MySQL/PHP7/Redis)</em> <em>(NOT IMPLEMENTED YET)</em></li>
51+
<li><a href="#" target="_blank">Manage</a> your project dependencies using <a href="https://getcomposer.org" target="_blank">Composer</a> <em>(NOT IMPLEMENTED YET)</em></li>
52+
-->
4853
</ul>
4954

50-
<p>And to give feedback or get help:</p>
55+
<p>To <strong>get help</strong> or give feedback:</p>
5156
<ul>
52-
<li><a href="https://github.com/wplib/wplib-box/issues/new" target="_blank">Submit</a> feature requests and/or bug reports for WPLib Box</li>
53-
<li><a href="https://launchpass.com/wplib" target="_blank">Join</a> the WPLib Box Slack community</li>
54-
<li><a href="http://wplib.slack.com" target="_blank">Ask questions</a> about WPLib Box in Slack</li>
57+
<li>Get <strong>immediate help</strong> by <a href="https://launchpass.com/wplib" target="_blank">joining</a> our Slack community</li>
58+
<li><a href="https://github.com/wplib/wplib-box/issues/new" target="_blank">Submit</a> <strong>bug reports</strong> so we can make WPLib Box better.</li>
59+
<li><a href="https://github.com/wplib/wplib-box/issues/new" target="_blank">Submit</a> <strong>feature requests</strong> <em>(we really <strong>want</strong> to get these!)</em></li>
60+
<li>After you've joined our Slack <a href="http://wplib.slack.com" target="_blank"><strong>tell us about your needs!</strong></a></li>
5561
</ul>
5662

5763
</div>
49.8 KB
Loading

0 commit comments

Comments
 (0)