<?php get_header(); ?>
<?php get_template_part('template-parts/header-flexible-sections');
$taxonomy = 'library_cat';
$terms = get_terms( array(
'taxonomy' => 'library_cat',
'hide_empty' => false,
) );
?>
<?php if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) : ?>
<section class="library-archive">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="library-list">
<?php foreach ( $terms as $term ) : ?>
<?php
$image = get_field( 'image', 'term_' . $term->term_id );
$image = $image ? $image['url']: "";
$title = $term->name;
$description = $term->description;
$link = get_term_link( $term );
set_query_var( 'image', $image );
set_query_var( 'link', $link );
set_query_var( 'title', $title);
set_query_var( 'description', $description );
get_template_part( 'template-parts/loop-library' );
?>
<?php endforeach; ?>
</div>
</div>
</div>
</div>
</section>
<?php endif; ?>
<?php get_template_part('template-parts/flexible-sections'); ?>
<?php get_footer(); ?>
"Cannot access offset of type string on string"
*/
$template = apply_filters( 'template_include', $template );
$is_stringy = is_string( $template ) || ( is_object( $template ) && method_exists( $template, '__toString' ) );
$template = $is_stringy ? realpath( (string) $template ) : null;
if (
is_string( $template ) &&
( str_ends_with( $template, '.php' ) || str_ends_with( $template, '.html' ) ) &&
is_file( $template ) &&
is_readable( $template )
) {
/**
* Fires immediately before including the template.
*
* @since 6.9.0
*
* @param string $template The path of the template about to be included.
*/
do_action( 'wp_before_include_template', $template );
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
}
return;
}
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
"/www/ooginoog_568/public/wp-includes/template-loader.php"
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
"/www/ooginoog_568/public/wp-blog-header.php"
| Key | Value |
| query_vars | array:1 [ "post_type" => "library_pt" ] |
| query_string | "post_type=library_pt"
|
| request | "library"
|
| matched_rule | "library/?$"
|
| matched_query | "post_type=library_pt"
|
| did_permalink | true
|
| Key | Value |
| query | array:1 [ "post_type" => "library_pt" ] |
| query_vars | array:9 [ "post_type" => "library_pt" "fields" => "all" "cache_results" => true "update_post_term_cache" => true "lazy_load_term_meta" => true "update_post_meta_cache" => true "posts_per_page" => 10 "comments_per_page" => "50" "order" => "DESC" ] |
| tax_query | WP_Tax_Query {#10384} |
| meta_query | WP_Meta_Query {#10390} |
| queried_object | WP_Post_Type {#9121} |
| request | """ SELECT SQL_CALC_FOUND_ROWS wp_posts.ID\n \t\t\t\t\t FROM wp_posts JOIN wp_icl_translations wpml_translations\n \t\t\t\t\t\t\tON wp_posts.ID = wpml_translations.element_id\n \t\t\t\t\t\t\t\tAND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type) \n \t\t\t\t\t WHERE 1=1 AND ((wp_posts.post_type = 'library_pt' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND ( ( ( wpml_translations.language_code = 'en' OR (\n \t\t\t\t\twpml_translations.language_code = 'nl'\n \t\t\t\t\tAND wp_posts.post_type IN ( 'post','page' )\n \t\t\t\t\tAND ( ( \n \t\t\t( SELECT COUNT(element_id)\n \t\t\t FROM wp_icl_translations\n \t\t\t WHERE trid = wpml_translations.trid\n \t\t\t AND language_code = 'en'\n \t\t\t) = 0\n \t\t\t ) OR ( \n \t\t\t( SELECT COUNT(element_id)\n \t\t\t\tFROM wp_icl_translations t2\n \t\t\t\tJOIN wp_posts p ON p.id = t2.element_id\n \t\t\t\tWHERE t2.trid = wpml_translations.trid\n \t\t\t\tAND t2.language_code = 'en'\n AND (\n p.post_status = 'publish' OR p.post_status = 'private' OR \n ( p.post_type='attachment' AND p.post_status = 'inherit' )\n )\n \t\t\t) = 0 ) ) \n \t\t\t\t) ) AND wp_posts.post_type IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','agenda_pt','news_pt','library_pt','faq_pt' ) ) OR wp_posts.post_type NOT IN ('post','page','attachment','wp_block','wp_template','wp_template_part','wp_navigation','agenda_pt','news_pt','library_pt','faq_pt' ) )\n \t\t\t\t\t \n \t\t\t\t\t ORDER BY wp_posts.post_date DESC\n \t\t\t\t\t LIMIT 0, 10 """ |
| post_count | 10
|
| current_post | -1
|
| before_loop | true
|
| current_comment | -1
|
| found_posts | 100
|
| max_num_pages | 10
|
| is_archive | true
|
| is_post_type_archive | true
|
| Key | Value |
| ID | 6186
|
| post_author | "2"
|
| post_date | "2026-07-14 14:55:35"
|
| post_date_gmt | "2026-07-14 12:55:35"
|
| post_content | """ <!-- wp:post-date {"datetime":"2026-07-14T12:53:11.303Z"} /--><!-- wp:paragraph {"translatedWithWPMLTM":"1"} -->\n <p>We all had a sort of love-hate relationship with Tommy, because he could be sweet, but he was usually naughty. Walking Tommy was a challenge, because he decided the route himself, and when you called him, more often than not he didn’t come. If he saw or smelled something edible, he’d grab it. Large pieces of cheese and sandwiches would disappear from the table. When he was home alone, he’d break out of his crate and destroy shoes and furniture—he’d even gnaw holes in walls and window frames. That’s why he was usually allowed to come along on family outings and to parties. In the photos, he always seems to be looking triumphantly at the camera! </p>\n <!-- /wp:paragraph --><!-- wp:paragraph {"translatedWithWPMLTM":"1"} -->\n <p>If Tommy really couldn’t come along, he’d stay with me—and he was the most obedient and sweetest dog in the world. Wherever I was, there he was! At the office, in the kitchen, and in the living room. The downside was that he was always walking right in front of your feet, and since he was pretty small, you couldn’t see him. On my blind right side, I couldn’t see him at all. I (almost) tripped over him so many times, and I’d kick him pretty regularly. Then he’d whine very dramatically! It took him a long time to figure out that he’d be better off staying on my left side. If I did happen to bump into him anyway, he’d give me the sweetest apologetic look. Well, “look” is a bit of an exaggeration. He didn’t look me straight in the eye, but only at my left, sighted eye, ignoring my stationary prosthetic eye. </p>\n <!-- /wp:paragraph --><!-- wp:paragraph {"translatedWithWPMLTM":"1"} -->\n <p>Tommy’s successor is a completely different dog—and a few sizes bigger. My neighbor’s dog is a one-and-a-half-year-old Malinois who was too sweet to become a police dog. She’s truly exceptionally sweet, obedient, and super smart—because after just one “sit,” she already knew it’s better to stay on my left side! </p>\n <!-- /wp:paragraph --><!-- wp:paragraph -->\n <p><strong>Anita Hol-Bubeck</strong></p>\n <!-- /wp:paragraph --><!-- wp:paragraph -->\n <p></p>\n <!-- /wp:paragraph --> """ |
| post_title | "On the bright side"
|
| post_excerpt | "At 2 a.m., my phone rang, and I heard my daughter whisper through her tears, “Mom, I think he’s dead….” Tommy, the little beagle mix, had passed away in her arms at home. I cried with her. Our big little friend was gone. He had been part of our family for 11 years, and the fact that he was no longer with us hit us hard. "
|
| post_status | "publish"
|
| comment_status | "closed"
|
| ping_status | "closed"
|
| post_password | "" |
| post_name | "on-the-bright-side"
|
| to_ping | "" |
| pinged | "" |
| post_modified | "2026-09-09 17:07:44"
|
| post_modified_gmt | "2026-09-09 15:07:44"
|
| post_content_filtered | "" |
| post_parent | 0
|
| guid | "https://ver-ooginoog.nl/bibliotheek/on-the-bright-side/"
|
| menu_order | 0
|
| post_type | "library_pt"
|
| post_mime_type | "" |
| comment_count | "0"
|
| filter | "raw"
|
| Key | Value |
| wp-wpml_current_language | "en"
|
| Key | Value |
| SERVER_SOFTWARE | "nginx/1.31.3"
|
| REQUEST_URI | "/en/library/"
|
| USER | "ooginoog"
|
| HOME | "/www/ooginoog_568"
|
| HTTP_X_FORWARDED_PROTO | "https"
|
| HTTP_CF_IPCOUNTRY | "US"
|
| HTTP_CF_WORKER | "kinsta.cloud"
|
| HTTP_KI_REQUEST_COLO | "1026"
|
| HTTP_KI_BOT_CATEGORY | "verified_bot_no_ai"
|
| HTTP_KI_REALIP | "52.167.144.211"
|
| HTTP_X_KINSTA_EDGE_LB | "KCW"
|
| HTTP_X_KINSTA_EDGE_INCOMINGIP | "52.167.144.211"
|
| HTTP_CF_VISITOR | "{\"scheme\":\"https\"}"
|
| HTTP_KI_REQUEST_METAL | "21"
|
| HTTP_CF_DEVICE_TYPE | "desktop"
|
| HTTP_CF_CONNECTING_IP | "52.167.144.211"
|
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36"
|
| HTTP_FROM | "bingbot(at)microsoft.com"
|
| HTTP_ACCEPT | "*/*"
|
| HTTP_ACCEPT_ENCODING | "gzip, br"
|
| HTTP_CF_RAY | "a38751d72addec03-IAD"
|
| HTTP_KI_UA_LOWERCASED | "mozilla/5.0 applewebkit/537.36 (khtml, like gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) chrome/116.0.1938.76 safari/537.36"
|
| HTTP_KI_VBOT_CATEGORY | "Search Engine Crawler"
|
| HTTP_CDN_LOOP | "cloudflare; loops=1; subreqs=1"
|
| HTTP_CF_EW_VIA | "15"
|
| HTTP_X_USE_CUSTOM_EC_TTL | "true"
|
| HTTP_X_FORWARDED_FOR | "52.167.144.211"
|
| SCRIPT_FILENAME | "/www/ooginoog_568/public/index.php"
|
| REDIRECT_STATUS | "200"
|
| WP_ENVIRONMENT_TYPE | "production"
|
| KINSTA_CACHE_ZONE | "KINSTAWP"
|
| SERVER_NAME | "ver-ooginoog.nl"
|
| SERVER_PORT | "443"
|
| SERVER_ADDR | "10.0.3.68"
|
| REMOTE_PORT | "" |
| REMOTE_ADDR | "52.167.144.211"
|
| GATEWAY_INTERFACE | "CGI/1.1"
|
| HTTP_HOST | "ver-ooginoog.nl"
|
| HTTPS | "on"
|
| SERVER_PROTOCOL | "HTTP/2.0"
|
| DOCUMENT_ROOT | "/www/ooginoog_568/public"
|
| DOCUMENT_URI | "/index.php"
|
| SCRIPT_NAME | "/index.php"
|
| CONTENT_LENGTH | "" |
| CONTENT_TYPE | "" |
| REQUEST_METHOD | "GET"
|
| QUERY_STRING | "" |
| FCGI_ROLE | "RESPONDER"
|
| PHP_SELF | "/index.php"
|
| REQUEST_TIME_FLOAT | 1788968723.2788
|
| REQUEST_TIME | 1788968723
|