<?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package topshop */ global $woocommerce; ?><!DOCTYPE html><!-- TopShop.ORG --> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'topshop' ); ?></a> <div id="page"> <header id="masthead" class="site-header border-bottom <?php echo sanitize_html_class( get_theme_mod( 'topshop-header-layout', customizer_library_get_default( 'topshop-header-layout' ) ) ); ?>" role="banner"> <?php get_template_part( '/templates/header/header' ); ?> </header><!-- #masthead --> <?php if ( is_front_page() ) : ?> <?php get_template_part( '/templates/slider/homepage-slider' ); ?> <?php endif; ?> <div id="content" class="site-content site-container <?php echo ( ! is_active_sidebar( 'sidebar-1' ) ) ? sanitize_html_class( 'content-no-sidebar' ) : sanitize_html_class( 'content-has-sidebar' ); ?> <?php echo ( get_theme_mod( 'topshop-remove-product-border' ) ) ? sanitize_html_class( 'topshop-products-noborder' ) : ''; ?>">

Julia

Posted on 16 juli 202126 april 2024 by jack

Julia is een mooie stevige dame. Ze is geboren in maart 2016 en mag in verband met haar leeftijd bij ons in het dorp blijven.

Posted in Cavia-Hemel

Post navigation

← Basil
Figaro →
download Bezoek onze
Facebook pagina!


Facebook locatie Oude Tonge
Facebook locatie Overberg

Online doneren via Paypal:

Deze cavia zoekt een huis!

  • Peper & Zout

Doneren en Contact

Kreilen 4
9243 WC Bakkeveen
Kaart in Google Maps.
Tel: 0516 – 54 15 71 (op woensdag en zaterdag)
E-mail: stichtingcavia@hotmail.com

Bankrekening NL45ABNA0501628460
KvK. 41266151




Anbi Status Stichting Cavia
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package topshop */ ?> </div><!-- #content --> <footer id="colophon" class="site-footer <?php echo ( get_theme_mod( 'topshop-footer-switch-bottombar' ) ) ? sanitize_html_class( 'site-footer-bottom-bar-switch' ) : ''; ?>" role="contentinfo"> <div class="site-footer-widgets"> <div class="site-container"> <ul> <?php dynamic_sidebar( 'topshop-site-footer' ); ?> </ul> <div class="clearboth"></div> <?php printf( __( '</div></div><div class="site-footer-bottom-bar"><div class="site-container"><div class="site-footer-bottom-bar-left">Theme: %1$s by %2$s', 'topshop' ), 'TopShop', '<a href="https://kairaweb.com/">Kaira</a></div><div class="site-footer-bottom-bar-right">' ); ?> <?php _e( 'Proudly powered by ', 'topshop' ); ?><a href="<?php echo esc_url( __( 'http://wordpress.org/', 'topshop' ) ); ?>"><?php printf( __( '%s', 'topshop' ), 'WordPress' ); ?></a> </div> </div> <div class="clearboth"></div> </div> </footer> <!-- .site-footer --> </div> <!-- #page --> <?php if ( get_theme_mod( 'topshop-btt-button' ) ) : ?> <div class="scroll-to-top"><i class="fas fa-angle-up"></i></div> <!-- Scroll To Top Button --> <?php endif; ?> <?php wp_footer(); ?> </body> </html>