Skip to content

Instantly share code, notes, and snippets.

View jozefini's full-sized avatar

Jozefin B. jozefini

View GitHub Profile
@jozefini
jozefini / functions.php
Last active October 6, 2022 06:45
WordPress CPT, Term & Options page helpers
<?php
/**
* Functions and definitions
*
* @package Theme
* @since 1.0.0
*/
use functions Theme\Helpers\{
get_current_options_slug,
@jozefini
jozefini / .WordPress
Created August 29, 2016 23:12 — forked from artes-visuales/.WordPress
WordPress
//Theme Structure
header.php ...................... Header Section
index.php ......................... Main Section
sidebar.php .................... Sidebar Section
single.php ....................... Post Template
page.php ......................... Page Template
comments.php .................. Comment Template
search.php ...................... Search Content
searchform.php ............ Search Form Template
archive.php ................... Archive Template