Răsfoiți Sursa

changes to posts from blog. Deactivated the "gemeinschaffen" tag

Juan Carlos 4 ani în urmă
părinte
comite
ec2f8c6e85
1 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  1. 6 6
      marktplatz/templates/marktplatz/product_detail.html

+ 6 - 6
marktplatz/templates/marktplatz/product_detail.html

@@ -287,7 +287,7 @@
 					{% endblock %}
 					{% endblock %}
 
 
 					<br />
 					<br />
-					<h5 class="mediumkur">Mehr über das Projekt</h5>
+					<h5 class="mediumkur">Siehe auch</h5>
 					<p>Posts tagged {{ object.name|slugify }}</p>
 					<p>Posts tagged {{ object.name|slugify }}</p>
 					<br />
 					<br />
 					<ul class="" id="blog-posts-container" >
 					<ul class="" id="blog-posts-container" >
@@ -423,10 +423,11 @@
 				requests.push(axios.get(url));
 				requests.push(axios.get(url));
 			}
 			}
 
 
-			if (postsTag.value.length) {
-				url = "https://blog.gemeinschaffen.com/wp-json/wp/v2/posts?tags=" + postsTag.value[0].id
-				requests.push(axios.get(url));
-			}
+			// general tag as gemeinschaffen deactivated.
+			// if (postsTag.value.length) {
+			// 	url = "https://blog.gemeinschaffen.com/wp-json/wp/v2/posts?tags=" + postsTag.value[0].id
+			// 	requests.push(axios.get(url));
+			// }
 
 
 			axios.all(requests).then(axios.spread(function(...responses) {
 			axios.all(requests).then(axios.spread(function(...responses) {
 				rpost = []
 				rpost = []
@@ -439,7 +440,6 @@
 				}
 				}
 
 
 
 
-
 			}));
 			}));