Skip to content

Commit

Permalink
Adding title toggle feature
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 26, 2024
1 parent 8262260 commit 6476e60
Show file tree
Hide file tree
Showing 2 changed files with 460 additions and 0 deletions.
17 changes: 17 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
* @link https://www.studiopress.com/
*/





// Starts the engine.
require_once get_template_directory() . '/lib/init.php';

Expand Down Expand Up @@ -827,3 +831,16 @@ function cc_mime_types($mimes) {
return $mimes;
}
add_filter('upload_mimes', 'cc_mime_types');



// add title toggle feature as per https://wordpress.org/plugins/genesis-title-toggle/
require_once __DIR__ .'/genesis-title-toggle.php';








Loading

0 comments on commit 6476e60

Please sign in to comment.