Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View liviucerchez's full-sized avatar

Liviu Cerchez liviucerchez

View GitHub Profile
@liviucerchez
liviucerchez / Castilo - Homepage Content
Last active March 4, 2021 08:40
Castilo - Homepage Content
<!-- wp:html -->
<h3 class="add-separator"><span>Latest from <em>Instagram</em></span></h3>
[place the plugin shortcode here]
<div class="pagination pagination-load-more">
<a href="https://www.instagram.com/" class="button" target="_blank"><span class="mdi mdi-instagram"></span> Follow On Instagram</a>
</div>
<!-- /wp:html -->
@liviucerchez
liviucerchez / Home > Featured Area Additional Text
Created August 4, 2019 06:21
Featured Area Additional Text - Home - Vipo
@liviucerchez
liviucerchez / Castilo - External RSS Feed
Created January 26, 2019 20:42
Castilo - remove RSS feed
// append this code in the functions.php file of the child theme
function castilo_child_remove_rss() {
remove_theme_support( 'podcast-rss-feed' );
}
add_action( 'after_setup_theme', 'castilo_child_remove_rss', 20 );
/* Add new feed in the header section of the website */
function castilo_child_rss_meta_tag() {
echo '<link rel="alternate" type="application/rss+xml" title="YOUR TITLE" href="RSS_FEED_URL" />' . "\n";
@liviucerchez
liviucerchez / Donate button - Castilo
Created January 16, 2019 08:43
Customize > Call to action field - Castilo
<a href="https://www.paypal.me/liviucerchez/10" class="button button-small" target="_blank"><span class="mdi mdi-paypal"></span> Donate</a>
@liviucerchez
liviucerchez / HTML Widget - social links
Created November 24, 2018 09:33
Castpod - footer social links
@liviucerchez
liviucerchez / Single About Host Member
Created November 22, 2018 16:54
Castilo - About Single Member
<div class="col-12">
<article class="entry entry-team-member">
<div class="row align-items-md-center">
<div class="col-12 col-md-6">
<div class="entry-media entry-image multiply-effect"><a href="#"><img class="first" src="http://liviucerchez.com/castilo/wp-content/uploads/sites/23/2018/09/sample-team1.jpg" width="550" height="550" alt=""><span class="second"><img src="http://liviucerchez.com/castilo/wp-content/uploads/sites/23/2018/09/sample-team1.jpg" width="550" height="550" alt=""></span><span class="third"><img src="http://liviucerchez.com/castilo/wp-content/uploads/sites/23/2018/09/sample-team1.jpg" width="550" height="550" alt=""></span></a></div>
</div>
<div class="col-12 col-md-6">
<header class="entry-header">
<h3 class="entry-title">Francisco Castilo</h3>
<div class="entry-meta"><span>Owner</span> <span>Main Host</span></div>
@liviucerchez
liviucerchez / Footer Banner Content
Created November 21, 2018 08:48
Castilo - Footer Banner
@liviucerchez
liviucerchez / Featured Area Custom Text
Created November 20, 2018 08:56
Featured Area Custom Text - Castilo
@liviucerchez
liviucerchez / Castilo - Featured Area Additional Text
Last active March 14, 2020 15:22
Homepage - Featured Area Additional Text