Skip to content
wiki.fftac.org

Template Privacy

**Site relevance:** Anti-Christ.net

**Memory type:** theme source memory

**Source path:** Anti-Christ.net/wp-content/themes/anti-christ-thin-veil/page-templates/template-privacy.php

**Size:** 4 KB

Summary

Template Post Type: page

Source Preview

This source file is short enough to preview directly on its source-memory page.

<?php
/**
 * Template Name: Privacy
 * Template Post Type: page
 *
 * @package Anti_Christ_Thin_Veil
 */

get_header();
?>
<main id="primary" class="site-main">
	<section class="page-hero">
		<p class="section-label"><?php esc_html_e( 'Privacy', 'anti-christ-thin-veil' ); ?></p>
		<h1><?php esc_html_e( 'Collect less than you can.', 'anti-christ-thin-veil' ); ?></h1>
		<p class="archive-lead"><?php esc_html_e( 'The theme is built without external fonts, analytics, tracking pixels, CDN scripts, or third-party forms. WordPress, hosting, server logs, plugins, embeds, email, and administrators may still process data.', 'anti-christ-thin-veil' ); ?></p>
	</section>

	<section class="section-block">
		<div class="archive-grid">
			<section class="archive-node"><span class="archive-kicker">Collection</span><h3><?php esc_html_e( 'No unnecessary collection.', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'The public theme does not ask for personal data unless a member, contact, login, roster, comment, or submission workflow does so intentionally.', 'anti-christ-thin-veil' ); ?></p></section>
			<section class="archive-node"><span class="archive-kicker">Logs</span><h3><?php esc_html_e( 'Server logs caveat', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Hosts commonly log IP address, user agent, requested URL, date, referrer, and error data. Retention depends on hosting configuration.', 'anti-christ-thin-veil' ); ?></p></section>
			<section class="archive-node"><span class="archive-kicker">Stack</span><h3><?php esc_html_e( 'WordPress and plugin caveat.', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'WordPress core and plugins may set cookies, store login data, protect forms, process roster entries, or retain editorial submissions.', 'anti-christ-thin-veil' ); ?></p></section>
		</div>
	</section>

	<section class="section-block">
		<div class="two-column-grid">
			<div class="entry-content">
				<h2><?php esc_html_e( 'Submissions and email.', 'anti-christ-thin-veil' ); ?></h2>
				<p><?php esc_html_e( 'Email and member submissions can expose names, addresses, account data, metadata, and third-party details. Send only what is necessary. Remove private personal data before submission whenever possible.', 'anti-christ-thin-veil' ); ?></p>
				<p><?php esc_html_e( 'Logged-in member dispatches are stored as pending WordPress posts for editorial review. Roster intake is handled by Participants Database when that plugin is active. Retention depends on editorial and plugin administration.', 'anti-christ-thin-veil' ); ?></p>
				<h2><?php esc_html_e( 'No unsupported anonymity promise.', 'anti-christ-thin-veil' ); ?></h2>
				<p><?php esc_html_e( 'This site cannot promise anonymity unless the entire technical, hosting, email, logging, and editorial chain has been audited for that purpose. Treat normal contact channels as identifiable.', 'anti-christ-thin-veil' ); ?></p>
			</div>
			<ul class="protocol-list">
				<li><?php esc_html_e( 'Analytics and tracking. No theme analytics or tracking pixels are loaded.', 'anti-christ-thin-veil' ); ?></li>
				<li><?php esc_html_e( 'No new external scripts or fonts from this theme.', 'anti-christ-thin-veil' ); ?></li>
				<li><?php esc_html_e( 'Avoid third-party embeds unless their privacy cost is intentional.', 'anti-christ-thin-veil' ); ?></li>
				<li><?php esc_html_e( 'Security is a practice, not a guarantee. Keep WordPress, plugins, themes, passwords, and backups current.', 'anti-christ-thin-veil' ); ?></li>
			</ul>
		</div>
	</section>

	<section class="section-block">
		<div class="contact-panel">
			<h2><?php esc_html_e( 'Privacy questions', 'anti-christ-thin-veil' ); ?></h2>
			<p><?php esc_html_e( 'Use the contact protocol for privacy questions, removal requests, or correction requests involving private data.', 'anti-christ-thin-veil' ); ?></p>
			<a class="button button-primary" href="<?php echo esc_url( actv_page_url( 'contact' ) ); ?>"><?php esc_html_e( 'Open contact protocol', 'anti-christ-thin-veil' ); ?></a>
		</div>
	</section>
</main>
<?php
get_footer();