You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>[HREF] gibt den Link zum Beitrag inkl. href="" aus, also z.B. <code>href="beitrag.php"</code>. Gibt es keinen Langtext und keine Galerie, wird nichts ausgegeben. Mit <code><a [HREF]> ... </a></code> ist es dann möglich, den jeweiligen Beitragslink nur dann klickbar zu machen, wenn es auch tatsächlich einen Langtext und/oder eine Galerie gibt.</li>
229
+
<li>[HREF] gibt den Link zum Beitrag inkl. href="" aus, also z.B. <code>href="beitrag.php"</code>. Gibt es keinen Langtext und keine Galerie, wird nichts ausgegeben. Mit <code><a [HREF]> ... </a></code> ist es dann möglich, den jeweiligen Beitragslink nur dann klickbar zu machen, wenn es auch tatsächlich einen Langtext und/oder eine Galerie gibt,</li>
230
+
<li>[AOPEN] Der komplette <a href="beitrag.php"> Tag, wenn es Langtext oder Galeriebilder gibt, sonst leer,</li>
231
+
<li>[ACLOSE] Der schließende </a> - Tag zu [AOPEN],</li>
230
232
<li>[MODI_DATE] Datum der letzten Änderung des Beitrags,</li>
231
233
<li>[MODI_TIME] Zeitpunkt (Uhrzeit) der letzten Änderung des Beitrags,</li>
232
234
<li>[CREATED_DATE] Datum, wann der Beitrag erstellt wurde,</li>
@@ -409,7 +411,9 @@ <h4>post loop</h4>
409
411
<li>[IMAGE] post image (<img src = ... />),</li>
410
412
<li>[SHORT] short text,</li>
411
413
<li>[LINK] Link to the article detail view,</li>
412
-
<li>[HREF] Link to the detail view including href="" (i.e. <code>href="example-post.php"</code>). If no long content or gallery exists, this placeholder will return an empty string. Depending on the page settings (using <code><a [HREF]> ... </a></code>) links to the detail view are only clickable if some displayable content exists.</li>
414
+
<li>[HREF] Link to the detail view including href="" (i.e. <code>href="example-post.php"</code>). If no long content or gallery exists, this placeholder will return an empty string. Depending on the page settings (using <code><a [HREF]> ... </a></code>) links to the detail view are only clickable if some displayable content exists,</li>
415
+
<li>[AOPEN]The whole <a href="beitrag.php"> tag, if long text or gallery images exist, otherwise empty,</li>
416
+
<li>[ACLOSE] the closing </a> tag to [AOPEN],</li>
413
417
<li>[MODI_DATE] date of the last change of the post,</li>
414
418
<li>[MODI_TIME] Time (time) of the last change of the post,</li>
415
419
<li>[CREATED_DATE] Date when the post was created,</li>
0 commit comments