<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.161.136.170</id>
	<title>Wikizone - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.stephanschlegel.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.161.136.170"/>
	<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Spezial:Beitr%C3%A4ge/84.161.136.170"/>
	<updated>2026-05-09T08:47:31Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Genbaenkle&amp;diff=21384</id>
		<title>Genbaenkle</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Genbaenkle&amp;diff=21384"/>
		<updated>2016-03-02T17:06:49Z</updated>

		<summary type="html">&lt;p&gt;84.161.136.170: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Geo Mashup und Gravity Form&lt;br /&gt;
&lt;br /&gt;
https://wordpress.org/support/topic/plugin-geo-mashup-gravity-form-location-save&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Im Theme &amp;quot;Enfold&amp;quot;&lt;br /&gt;
&lt;br /&gt;
header.php wurde erweitert für Datatables. Css und javascript wurden eingebunden.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ebenso in der functions.php folgendes ergänzt&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&lt;br /&gt;
add_filter(&amp;#039;avf_title_args&amp;#039;, &amp;#039;fix_single_post_title&amp;#039;, 10, 2);&lt;br /&gt;
function fix_single_post_title($args,$id)&lt;br /&gt;
{&lt;br /&gt;
    if ( is_single() )&lt;br /&gt;
    {&lt;br /&gt;
        $args[&amp;#039;title&amp;#039;] = get_the_title($id);&lt;br /&gt;
        $args[&amp;#039;link&amp;#039;] = get_permalink($id);&lt;br /&gt;
        $args[&amp;#039;heading&amp;#039;] = &amp;#039;h1&amp;#039;;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    return $args;&lt;br /&gt;
}&lt;br /&gt;
&amp;quot;&lt;/div&gt;</summary>
		<author><name>84.161.136.170</name></author>
	</entry>
	<entry>
		<id>https://wiki.stephanschlegel.de/index.php?title=Genbaenkle&amp;diff=21383</id>
		<title>Genbaenkle</title>
		<link rel="alternate" type="text/html" href="https://wiki.stephanschlegel.de/index.php?title=Genbaenkle&amp;diff=21383"/>
		<updated>2016-03-02T17:06:18Z</updated>

		<summary type="html">&lt;p&gt;84.161.136.170: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wordpress - Anpassungen im Theme im theme twentysixty:&lt;br /&gt;
&lt;br /&gt;
/genbaenkle.de/wp-content/themes/twentysixteen/template-parts/content-single.php&lt;br /&gt;
&lt;br /&gt;
wird erweitert um die Abfrage welcher Kategorie der Post angehört.&lt;br /&gt;
&lt;br /&gt;
nach  &amp;quot;the_content();&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&lt;br /&gt;
if (in_category(&amp;#039;Anbieter&amp;#039;))&lt;br /&gt;
			{&lt;br /&gt;
					echo do_shortcode(&amp;#039;[cft format=0]&amp;#039;);&lt;br /&gt;
			}&lt;br /&gt;
			 &lt;br /&gt;
			elseif (in_category(&amp;#039;sorte&amp;#039;))&lt;br /&gt;
			{&lt;br /&gt;
echo do_shortcode(&amp;#039;[cft format=1]&amp;#039;);&lt;br /&gt;
			}&lt;br /&gt;
			 &lt;br /&gt;
			elseif (in_category(&amp;#039;erhalter&amp;#039;))&lt;br /&gt;
			{&lt;br /&gt;
echo do_shortcode(&amp;#039;[cft format=2]&amp;#039;);&lt;br /&gt;
			}&lt;br /&gt;
			 &lt;br /&gt;
			else&lt;br /&gt;
			{&lt;br /&gt;
			&lt;br /&gt;
			}&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Das CFT bezieht sich auf das Plugin die &amp;quot;Custome field Template&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Dort kann man das template gestalten und die felder Aufrufen, welche gefragt sind.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geo Mashup und Gravity Form&lt;br /&gt;
&lt;br /&gt;
https://wordpress.org/support/topic/plugin-geo-mashup-gravity-form-location-save&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Im Theme &amp;quot;Enfold&amp;quot;&lt;br /&gt;
&lt;br /&gt;
header.php wurde erweitert für Datatables. Css und javascript wurden eingebunden.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ebenso in der functions.php folgendes ergänzt&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&lt;br /&gt;
add_filter(&amp;#039;avf_title_args&amp;#039;, &amp;#039;fix_single_post_title&amp;#039;, 10, 2);&lt;br /&gt;
function fix_single_post_title($args,$id)&lt;br /&gt;
{&lt;br /&gt;
    if ( is_single() )&lt;br /&gt;
    {&lt;br /&gt;
        $args[&amp;#039;title&amp;#039;] = get_the_title($id);&lt;br /&gt;
        $args[&amp;#039;link&amp;#039;] = get_permalink($id);&lt;br /&gt;
        $args[&amp;#039;heading&amp;#039;] = &amp;#039;h1&amp;#039;;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    return $args;&lt;br /&gt;
}&lt;br /&gt;
&amp;quot;&lt;/div&gt;</summary>
		<author><name>84.161.136.170</name></author>
	</entry>
</feed>