Skip to content

Instantly share code, notes, and snippets.

View gdnwebmedia's full-sized avatar

Robert Galofre gdnwebmedia

View GitHub Profile
@gdnwebmedia
gdnwebmedia / forminator-send-tags-via-form.php
Last active February 18, 2021 22:49
Using the Mailchimp Integration already included in Forminator Pro. This scripts allows us to add one or multiple tags to a Forminator Pro form.
<?php
/*
Name: forminator-send-tags-via-form.php
Description: Sends Mailchimp Tags via Forminator Pro
Source: Konstantinos @
URL: https://premium.wpmudev.org/forums/topic/can-i-send-mailchimp-tags-via-form/#post-3624257
Using the Mailchimp Integration already included in Forminator Pro. This scripts allows us to add one or multiple tags to a Forminator Pro form.
install this code in the /mu-plugins folder
@gdnwebmedia
gdnwebmedia / oxygen-pods-gallery-loop.php
Last active February 17, 2021 15:38
Add Pods Admin based images in your template file
@gdnwebmedia
gdnwebmedia / oxygen-post-content-truncating-and-revealing-content.php
Last active February 6, 2021 00:02
Truncating and revealing text – Adds a `Read More` and `Read less` patterns in a Single Page using Oxygen's Code Block
<!--
Truncating and revealing text – The Show More and Read More patterns
Customized by GDN from source https://justmarkup.com/articles/2017-01-12-truncating-and-revealing-text-the-show-more-and-read-more-patterns
-->
<!-- Add this to the Code Block > HTML Section -->
<article>
<?php
$content = get_the_content();
@gdnwebmedia
gdnwebmedia / jquery-in-WordPress.php
Last active February 5, 2021 20:53
jQuery in WordPress
jQuery(document).ready(function( $ ) {
// your code here
});
@gdnwebmedia
gdnwebmedia / oxygen-custom-taxonomies-without-links.php
Last active February 6, 2021 00:35
list the speakers without links