by feature3a | Jan 26, 2023 | php, WordPress
<?php $page_titles = array( ‘Page 1’, ‘Page 2’, ‘Page 3’ ); foreach ( $page_titles as $title ) { $new_page = array( ‘post_title’ => $title, ‘post_content’ => ‘This is the page content’,...
by feature3a | Nov 5, 2021 | Uncategorized
by feature3a | Aug 25, 2021 | JavaScript
https://michalsnik.github.io/aos/
by feature3a | Aug 25, 2021 | JavaScript
https://github.com/feimosi/baguetteBox.js
by feature3a | Jun 24, 2021 | php, WordPress
<?php /** * Case studies * * @package understrap */ // Exit if accessed directly. defined( ‘ABSPATH’ ) || exit; ?> <?php $show_message = get_field(‘show_emergency_message’, ‘option’); if ($show_message == true) {...
Recent Comments