Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update content in Schedule page #1443

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
?>

<div id="primary" class="wc-planned" role="complementary">
<h3>Planned WordCamps</h3>
<h3>Planned WordCamps or WordPress Events</h3>

<p>
These WordCamps are in the early stages of planning, but don't have a date yet. When their dates are confirmed, they'll be added to the schedule of approved WordCamps.
</p>
<p>These WordCamps and WordPress Events are in the early stages of planning and don’t yet have confirmed dates. Once their schedules are finalized, they will be added to our comprehensive list of approved events.</p>

<?php
// Get the upcoming approved (published) WordCamps *with dates*
Expand Down Expand Up @@ -77,11 +75,10 @@

<?php endwhile; // wcpt_wordcamps ?>

<li>
Don&#8217;t see your city on the list, but yearning for a local WordCamp? Check out what it takes to <a href="/become-an-organizer/">become an organizer</a>!
</li>

</ul>
<h3>Looking for a WordCamp or WordPress Event in Your City?</h3>

<p>If you don&#8217;t see your city listed but are excited about the prospect of hosting a local WordCamp or WordPress Event, why not get involved? <a href="https://central.wordcamp.org/become-an-organizer/">Discover what it takes to become an organizer</a> and bring a WordCamp or other WordPress event to your area!</p>

<?php endif; // wcpt_has_wordcamps / function_exists ?>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,18 @@

<?php endif; // wcpt_has_wordcamps ?>

<h2>Keeping Track of Upcoming WordCamps</h2>
<h2>Stay Informed About Upcoming Events</h2>

<p>In addition to the list above, there are a few other ways you can keep track of upcoming WordCamps:</p>
<p>There are several ways to keep track of upcoming WordPress Events, including WordCamps, and stay connected with the vibrant WordPress community:</p>

<ul>
<li><strong>RSS Feed</strong> -- Learn <a href="https://central.wordcamp.org/news/2013/12/30/rss-feed-now-available-for-newly-announced-wordcamps/">how to subscribe via RSS</a>.</li>
<li><strong>ICS Calendar</strong> -- Add this URL as a remote calendar in your calendar application to subscribe: <?php echo esc_url( site_url( 'calendar.ics' ) ); ?></li>
<li>
<strong>JSON API</strong> --
This can be used by developers of mobile apps, websites, etc: <?php echo esc_url( get_rest_url( null, 'wp/v2/wordcamps' ) ); ?>.
If you'd like to include meetup events too, then you may want to use <a href="https://codex.wordpress.org/WordPress.org_API#Events">api.wordpress.org/events</a> instead.
<li><strong>Upcoming WordPress Events:</strong> Check out our <a href="https://events.wordpress.org/">landing page with all types of WordPress Events</a> and filter them by format, type, month and country.</li>
<li><strong>RSS Feed:</strong> <a href="https://central.wordcamp.org/news/2013/12/30/rss-feed-now-available-for-newly-announced-wordcamps/">Subscribe to our RSS feed</a> to get updates on new events and schedule changes directly in your feed reader.</li>
<li><strong>ICS Calendar:</strong> Add this URL to your calendar application to keep track of all upcoming events: <a href="https://central.wordcamp.org/calendar.ics"><?php echo esc_url( site_url( 'calendar.ics' ) ); ?></a></li>
<li><strong>JSON API:</strong> Developers can use our <a href="<?php echo esc_url( get_rest_url( null, 'wp/v2/wordcamps' ) ); ?>">JSON API</a> to integrate event information into mobile apps, websites, and more. For Meetup events and other WordPress community gatherings, consider using <a href="https://codex.wordpress.org/WordPress.org_API#Events">api.wordpress.org/events</a>.
</li>
</ul>
<p>Stay tuned and get ready to join us at an upcoming WordPress Event near you!</p>

</div><!-- #content -->
</div><!-- #container -->
Expand Down
Loading