From 81681f95afe812625238895ab37fb97fb67e9f0e Mon Sep 17 00:00:00 2001 From: Turing Date: Fri, 9 Jan 2026 21:46:49 +0300 Subject: [PATCH] add opengraph --- functions.php | 3 ++ inc/opengraph.php | 80 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 inc/opengraph.php diff --git a/functions.php b/functions.php index d554368..14c81be 100755 --- a/functions.php +++ b/functions.php @@ -245,6 +245,9 @@ function add_category_class_to_posts($classes, $class, $post_id) { add_filter('post_class', 'add_category_class_to_posts', 10, 3); +require_once 'inc/opengraph.php'; + + diff --git a/inc/opengraph.php b/inc/opengraph.php new file mode 100644 index 0000000..e8aa081 --- /dev/null +++ b/inc/opengraph.php @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + +