<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>Udvikleren.dk - Seneste [cms] forum tråde</title>
    <description>De seneste forum tråde i [cms] på Udvikleren.dk</description>
    <link>http://www.udvikleren.dk/</link>
    <pubDate>Sun, 05 Apr 2026 18:19:41 GMT</pubDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Udvikleren.dk RSS Feeder</generator>
    <ttl>60</ttl>
    <item>
      <title>Hurtig og nem hjemmeside - På Dansk!</title>
      <description>&lt;b&gt;Opret en hjemmeside til dit iværksætteri&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Det er gratis at komme igang.&lt;br /&gt;&lt;br /&gt;Opgrader til enten &lt;b&gt;Mini&lt;/b&gt;-, &lt;b&gt;Standard&lt;/b&gt;-, eller &lt;b&gt;Pro&lt;/b&gt;-premium og modtag et &lt;u&gt;gratis domæne det første år.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;  -&amp;gt;    &lt;a href="http://wbnde.co/UDVIKLEREN_Prov-Gratis"&gt;http://wbnde.co/UDVIKLEREN_Prov-Gratis&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;- Designskabeloner inkl. standard indhold. &lt;br /&gt;&lt;br /&gt;- Opret mailkonti.&lt;br /&gt;&lt;br /&gt;- Medlemslogin.&lt;br /&gt;&lt;br /&gt;- Nyhedsblog.&lt;br /&gt;&lt;br /&gt;- Dansk support.&lt;br /&gt;</description>
      <link>http://www.udvikleren.dk/forum/47124/hurtig-og-nem-hjemmeside-paa-dansk!/</link>
      <pubDate>Thu, 23 Mar 2017 19:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Bedste CMS-system? </title>
      <description>Hej,&lt;br /&gt;&lt;br /&gt;Hvis jeg skulle lave en hjemmeside, hvad er så det bedste CMS-system?&lt;br /&gt;&lt;br /&gt;Er det stadigvæk wordpress? </description>
      <link>http://www.udvikleren.dk/forum/47008/bedste-cms-system-/</link>
      <pubDate>Sun, 09 Oct 2016 16:02:48 GMT</pubDate>
    </item>
    <item>
      <title>Template baseret CMS</title>
      <description>Hejsa,&lt;br /&gt;&lt;br /&gt;Jeg kunne godt tænke mig at lave et meget simpelt CMS i .NET, mest for læringens skyld.&lt;br /&gt;&lt;br /&gt;Jeg kan uden problemer indsætte, redigere og læse data fra en database, men hvad jeg ikke helt kan greje inde i mit hoved, er hvordan man benytter en dynamisk template.&lt;br /&gt;&lt;br /&gt;Det jeg godt kunne tænke mig at vide, er hvordan man "detecter" en bestemt streng i et HTML dokument, det kan være en class fx, og herefter indsætte noget indhold baseret på denne class.&lt;br /&gt;&lt;br /&gt;Eksempel:&lt;br /&gt;&amp;lt;div&amp;gt;&lt;br /&gt;  &amp;lt;h1&amp;gt;&lt;br /&gt;    {{TAG} &amp;lt;-- Erstattes med content --&amp;gt;&lt;br /&gt;  &amp;lt;/h1&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;Hvordan løber jeg et dokument igennem og finder disse tags eller klasser?&lt;br /&gt;&lt;br /&gt;Det er jo egentlig et meget almindeligt princip, som fx. også benyttes i både Umbraco og Dynamicweb (Hvis nogen kender det).</description>
      <link>http://www.udvikleren.dk/forum/46923/template-baseret-cms/</link>
      <pubDate>Wed, 27 Apr 2016 13:52:56 GMT</pubDate>
    </item>
    <item>
      <title>Indholdsvisning CMS</title>
      <description>Kære udviklere!&lt;br /&gt;&lt;br /&gt;Her kommer en lidt indviklet forklaring, samt et indviklet spørgsmål. Det drejer sig om at jeg er ved at udvikle mit eget CMS til mit website. Lige nu fungerer det bare på localhost naturligvis. Jeg er blevet meget inspireret af hvordan Wordpress fungerer i forbindelse med artikelvisninger osv. Det er lidt den måde jeg prøver at efterligne.&lt;br /&gt;&lt;br /&gt;På nuværende tidspunkt har jeg kontrol over hvilke sider man er inde på, og hvad disse sider skal kunne vise. Dog har jeg et problem når jeg skal have indhold ind på siderne.&lt;br /&gt;&lt;br /&gt;Eksempelvis har jeg tilknyttet min forside til en statisk side (altså via database) så den viser en rå tekst jeg har skrevet. Dvs. at der kun fremkommer et enkelt resultat. Når jeg så vil lave en arkiv-visningsside, vil der jo naturligvis fremkommer flere resultater end på f.eks. forsiden.&lt;br /&gt;&lt;br /&gt;Filerne ser således ud:&lt;br /&gt;&lt;br /&gt;&lt;div class="codeboxheader" id="code_1221175209" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_1221175209_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;Kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_1221175209code" style="border-top: 0px; display: none;"&gt;
content/
--themes/
----green-adventure/
------css/
--------style.css
------template-parts/
--------content.php
------index.php
------archive.php
--functions.php
--index.php
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;^Håber at overstående er til at forstå. Jeg kører nemlig med temaer.&lt;br /&gt;&lt;br /&gt;I &lt;i&gt;functions.php&lt;/i&gt; opretter jeg alle funktionerne til content delen af mit tema. Derved også hvad der bliver vist alt afhængigt af hvilken side du er inde på.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;index.php&lt;/i&gt;&lt;br /&gt;&lt;div class="codeboxheader" id="code_1077482511" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_1077482511_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;PHP kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_1077482511code" style="border-top: 0px; display: none;"&gt;&lt;ol&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;div &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;class&lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;main-container&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;lt;?&lt;/span&gt;&lt;span style="color: #000000;"&gt;php&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;( have_posts() ) &lt;/span&gt;&lt;span style="color: #000000;"&gt;:&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #800080;"&gt;$i&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;0&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;while&lt;/span&gt;&lt;span style="color: #000000;"&gt;( have_posts() )&lt;/span&gt;&lt;span style="color: #000000;"&gt;:&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                get_template_part();&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;span style="color: #800080;"&gt;$i&lt;/span&gt;&lt;span style="color: #000000;"&gt;++&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$i&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;===&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #008080;"&gt;count&lt;/span&gt;&lt;span style="color: #000000;"&gt;( the_post() )) {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;break&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;1&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;endwhile&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;endif&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #000000;"&gt;?&amp;gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #000000;"&gt;div&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;archive.php&lt;/i&gt;&lt;br /&gt;&lt;div class="codeboxheader" id="code_2055875684" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_2055875684_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;PHP kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_2055875684code" style="border-top: 0px; display: none;"&gt;&lt;ol&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;div &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;class&lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;main-container&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;lt;?&lt;/span&gt;&lt;span style="color: #000000;"&gt;php&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;( have_posts() ) &lt;/span&gt;&lt;span style="color: #000000;"&gt;:&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #800080;"&gt;$i&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;0&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;while&lt;/span&gt;&lt;span style="color: #000000;"&gt;( have_posts() )&lt;/span&gt;&lt;span style="color: #000000;"&gt;:&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                get_template_part();&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;span style="color: #800080;"&gt;$i&lt;/span&gt;&lt;span style="color: #000000;"&gt;++&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$i&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;===&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #008080;"&gt;count&lt;/span&gt;&lt;span style="color: #000000;"&gt;( the_post() )) {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;break&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;1&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;endwhile&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;endif&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #000000;"&gt;?&amp;gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #000000;"&gt;div&lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;functions.php&lt;/i&gt;&lt;br /&gt;&lt;div class="codeboxheader" id="code_351862223" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_351862223_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;PHP kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_351862223code" style="border-top: 0px; display: none;"&gt;&lt;ol&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&amp;lt;?&lt;/span&gt;&lt;span style="color: #000000;"&gt;php&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #008080;"&gt;basename&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: #000000;"&gt;[&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;PHP_SELF&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;]) &lt;/span&gt;&lt;span style="color: #000000;"&gt;==&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;functions.php&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;) { &lt;/span&gt;&lt;span style="color: #008080;"&gt;header&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;Location: ../&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;); }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;function&lt;/span&gt;&lt;span style="color: #000000;"&gt; page_exists(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$id&lt;/span&gt;&lt;span style="color: #000000;"&gt;) {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;global&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$db&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #800080;"&gt;$dataList&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$db&lt;/span&gt;&lt;span style="color: #000000;"&gt;-&amp;gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Select( &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;SELECT ID FROM pages WHERE ID = &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;.&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$id&lt;/span&gt;&lt;span style="color: #000000;"&gt; );&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;return&lt;/span&gt;&lt;span style="color: #000000;"&gt; (&lt;/span&gt;&lt;span style="color: #008080;"&gt;count&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$dataList&lt;/span&gt;&lt;span style="color: #000000;"&gt;) &lt;/span&gt;&lt;span style="color: #000000;"&gt;==&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;1&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;}&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;function&lt;/span&gt;&lt;span style="color: #000000;"&gt; the_post() {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;global&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #008000;"&gt;//&lt;/span&gt;&lt;span style="color: #008000;"&gt;if($contentData !== &amp;quot;&amp;quot;) { return $contentData; }&lt;/span&gt;&lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #008000;"&gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;!==&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;) {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;return&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;}&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;function&lt;/span&gt;&lt;span style="color: #000000;"&gt; the_title() {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;global&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #800080;"&gt;$data&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;N/A&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;!==&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;) { &lt;/span&gt;&lt;span style="color: #800080;"&gt;$data&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt;[&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;title&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;]; }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;return&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$data&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;}&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;function&lt;/span&gt;&lt;span style="color: #000000;"&gt; the_ID() {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;global&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #800080;"&gt;$data&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;N/A&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;!==&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;) { &lt;/span&gt;&lt;span style="color: #800080;"&gt;$data&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt;[&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;ID&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;]; }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;return&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$data&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;}&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;function&lt;/span&gt;&lt;span style="color: #000000;"&gt; the_content() {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;global&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #800080;"&gt;$data&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;N/A&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;!==&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt;) { &lt;/span&gt;&lt;span style="color: #800080;"&gt;$data&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt;[&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;content&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;]; }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;return&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$data&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;}&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;function&lt;/span&gt;&lt;span style="color: #000000;"&gt; _count() {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;global&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;return&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #008080;"&gt;count&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;}&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;function&lt;/span&gt;&lt;span style="color: #000000;"&gt; have_posts() {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;global&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$db&lt;/span&gt;&lt;span style="color: #000000;"&gt;,&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #800080;"&gt;$p&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; ((&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;isset&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$_GET&lt;/span&gt;&lt;span style="color: #000000;"&gt;[&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;p&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;])) &lt;/span&gt;&lt;span style="color: #000000;"&gt;?&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$_GET&lt;/span&gt;&lt;span style="color: #000000;"&gt;[&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;p&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;] &lt;/span&gt;&lt;span style="color: #000000;"&gt;:&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;null&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$p&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;===&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;null&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;||&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$p&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;===&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;||&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;empty&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$p&lt;/span&gt;&lt;span style="color: #000000;"&gt;)) {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #800080;"&gt;$dataList&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$db&lt;/span&gt;&lt;span style="color: #000000;"&gt;-&amp;gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Select( &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;SELECT frontpage_id FROM options WHERE ID = 1&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt; );&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #008080;"&gt;count&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$dataList&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;===&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;1&lt;/span&gt;&lt;span style="color: #000000;"&gt;)) {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #800080;"&gt;$frontpageId&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$dataList&lt;/span&gt;&lt;span style="color: #000000;"&gt;[&lt;/span&gt;&lt;span style="color: #000000;"&gt;0&lt;/span&gt;&lt;span style="color: #000000;"&gt;][&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;frontpage_id&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;];&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$frontpageId&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;!=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;0&lt;/span&gt;&lt;span style="color: #000000;"&gt;) {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(page_exists(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$frontpageId&lt;/span&gt;&lt;span style="color: #000000;"&gt;)) {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                    &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$db&lt;/span&gt;&lt;span style="color: #000000;"&gt;-&amp;gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Select( &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;SELECT * FROM pages WHERE ID = &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;.&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$frontpageId&lt;/span&gt;&lt;span style="color: #000000;"&gt; );&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;return&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;true&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                } &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;else&lt;/span&gt;&lt;span style="color: #000000;"&gt; {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                    &lt;/span&gt;&lt;span style="color: #008000;"&gt;/*&lt;/span&gt;&lt;span style="color: #008000;"&gt; show latest news and so on &lt;/span&gt;&lt;span style="color: #008000;"&gt;*/&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        } &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;else&lt;/span&gt;&lt;span style="color: #000000;"&gt; {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;die&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;Something went wrong!&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    } &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;else&lt;/span&gt;&lt;span style="color: #000000;"&gt; {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$p&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;===&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;archive&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;) {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #800080;"&gt;$dataList&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$db&lt;/span&gt;&lt;span style="color: #000000;"&gt;-&amp;gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt;Select( &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;SELECT posts.*, categories.alias FROM posts INNER JOIN categories ON posts.category_id = categories.ID&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt; );&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #008080;"&gt;count&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$dataList&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;0&lt;/span&gt;&lt;span style="color: #000000;"&gt;)) {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;span style="color: #800080;"&gt;$contentData&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$dataList&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;                &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;return&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;true&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;            }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    }&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;}&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;function&lt;/span&gt;&lt;span style="color: #000000;"&gt; get_template_part(&lt;/span&gt;&lt;span style="color: #800080;"&gt;$file&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;=&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;content.php&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;) {&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;include&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;content/themes/&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;.&lt;/span&gt;&lt;span style="color: #000000;"&gt; get_template_dir() &lt;/span&gt;&lt;span style="color: #000000;"&gt;.&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;/template-parts/&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #000000;"&gt;.&lt;/span&gt;&lt;span style="color: #000000;"&gt; &lt;/span&gt;&lt;span style="color: #800080;"&gt;$file&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;}&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Jeg prøver på at skrive samme kode på alle filerne der skal vise sider, med ændringer hvis disse skal forekomme. Disse posts jeg laver ligger i arrays, og har derfor felter såsom 'title', 'ID', 'content' osv. Disse vises i mine template-parts. Eksempelvis med et kald til &lt;i&gt;the_title()&lt;/i&gt; eller &lt;i&gt;the_content()&lt;/i&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Problemet&lt;/b&gt;&lt;br /&gt;Jeg kan ikke finde ud af hvordan jeg skal loope det her data da jeg gerne vil bruge funktioner til at kalde på dataen, men mit data ligger i arrays. Mit mål var at kunne retunere mit data fra &lt;i&gt;functions.php&lt;/i&gt; og hente den i &lt;i&gt;index.php&lt;/i&gt; eller &lt;i&gt;archive.php&lt;/i&gt; ved blot at skrive noget i stil med&lt;br /&gt;&lt;br /&gt;&lt;div class="codeboxheader" id="code_1366648982" onclick="ToggleCodeBox(this.id);"&gt;&lt;img id="code_1366648982_arrow" src="/images/icons/codeboxarrow_down.gif" alt="Fold kodeboks ind/ud" title="Fold kodeboks ind/ud" /&gt;PHP kode&amp;nbsp;&lt;/div&gt;&lt;pre id="code_1366648982code" style="border-top: 0px; display: none;"&gt;&lt;ol&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #0000FF;"&gt;if&lt;/span&gt;&lt;span style="color: #000000;"&gt;( have_posts() )&lt;/span&gt;&lt;span style="color: #000000;"&gt;:&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;while&lt;/span&gt;&lt;span style="color: #000000;"&gt;( have_posts() )&lt;/span&gt;&lt;span style="color: #000000;"&gt;:&lt;/span&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;        get_template_part(&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;content.php&lt;/span&gt;&lt;span style="color: #000000;"&gt;'&lt;/span&gt;&lt;span style="color: #000000;"&gt;);&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;    &lt;/span&gt;&lt;span style="color: #0000FF;"&gt;endwhile&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;li style="padding: 0; margin: 0;"&gt; &lt;span style="color: #000000;"&gt;&lt;/span&gt;&lt;span style="color: #0000FF;"&gt;endif&lt;/span&gt;&lt;span style="color: #000000;"&gt;;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Men så fortsætter den bare med at loope data.&lt;br /&gt;&lt;br /&gt;Hvis der er nogen der kunne have en løsning, eller en idé til hvad jeg kunne gøre - så ville jeg blive super glad!&lt;br /&gt;&lt;br /&gt;Men som sagt, det er indviklet. Så hvis der er nogen der ikke helt forstår mit problem, så vil jeg gerne uddybe det endnu mere.&lt;br /&gt;&lt;br /&gt;På forhånd tak!</description>
      <link>http://www.udvikleren.dk/forum/46652/indholdsvisning-cms/</link>
      <pubDate>Sat, 22 Aug 2015 13:20:27 GMT</pubDate>
    </item>
    <item>
      <title>Sitemagic CMS 2013</title>
      <description>&lt;b&gt;Hej udviklere&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;Det er med stor glæde, at jeg efter godt 10 måneders arbejde endelig kan frigive &lt;a href="http://sitemagic.org" rel="nofollow"&gt;Sitemagic CMS 2013&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Sitemagic CMS er først og fremmest et framework til udvikling af web-applikationer. Det udgives sammen med udvidelser (plugins) der gør det til et af de mest brugervenlige og tilpasningsvenlige Content Management Systemer på markedet. Det er særdeles velegnet til virksomheder som den lokale café, tømrermesteren, frisøren, en restaurant, mekanikeren, VVS manden osv.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sitemagic.org/files/images/Amino/Restaurant.png" rel="nofollow"&gt;Eksempel screenshot 1&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sitemagic.org/files/images/Amino/Focus2Web.png" rel="nofollow"&gt;Eksempel screenshot 2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Nyheder&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Sitemagic CMS 2013 byder på mest nyt til web-designere og udviklere - men slut-brugerne skal ikke snydes: &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Nyt ultra lækkert galleri - &lt;a href="http://codemagic.dk/Sitemagic/index.php?SMExt=SMImageMontage&amp;SMImageMontageDisplay=ImageMontage&amp;SMImageMontageGallery=Nature" rel="nofollow"&gt;se demo&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Understøttelse for flere kontaktformularer&lt;/li&gt;&lt;li&gt;Oversat til Tysk&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;For web-designere og udviklere er der gjort en stor indsats for at gøre det underliggende framework endnu skarpere. Her er et par spændende highlights:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Verdens absolut bedste understøttelse af jQuery (&lt;a href="http://sitemagic.org/developers/jsJquery.html" rel="nofollow"&gt;se hvorfor og læs mere&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Alle der kan PHP, kan nu lave udvidelser i Sitemagic CMS&lt;/li&gt; (&lt;a href="http://sitemagic.org/developers/ExtPurePhp.html" rel="nofollow"&gt;læs hvordan&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Nyt CSS interface giver endnu mere kontrol og fleksibilitet&lt;/li&gt;&lt;li&gt;Verdens bedste dokumentation tilføjet - se eksempelvis:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://sitemagic.org/developers/TplIntro.html" rel="nofollow"&gt;Lav en design-skabelon&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sitemagic.org/developers/ExtPurePhp.html" rel="nofollow"&gt;Lav en udvidelse i ren PHP&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://sitemagic.org/developers/ApiData.html" rel="nofollow"&gt;Sådan kan man gemme data med frameworket&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Og meget mere - tjek det ud &lt;img src="/images/smileys/smiley.gif" alt=":)" title=":)" /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Hundredevis af tweaks og rettelser&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;a href="http://sitemagic.org/files/images/Amino/Framework.png" rel="nofollow"&gt;Screenshot af frameworket&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Sitemagic CMS blev tænkt og udviklet som et framework fra begyndelsen. Det betyder en gennemtænkt arkitektur og velstruktureret kode der er nem at udvide og vedligeholde. Kombineret med den nye dokumentation bliver man således væsentligt mere effektiv i sit arbejde med udvikling af web-baserede løsninger.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Bliver det brugt af andre?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Ja, absolut! Der er godt 1000 aktive installationer, jeg kender til 3 danske virksomheder (og endnu flere freelancere) der sælger løsninger baseret på Sitemagic CMS, og både &lt;a href="http://hosting4real.net/" rel="nofollow"&gt;Hosting4Real&lt;/a&gt;, samt Danmarks ældste og største hosting selskab, &lt;a href="http://www.webhosting.dk/" rel="nofollow"&gt;Webhosting.dk&lt;/a&gt;, tilbyder Sitemagic CMS som One-Click installation (læs mere på &lt;a href="http://webhosting.dk/sitemagic" rel="nofollow"&gt;http://webhosting.dk/sitemagic&lt;/a&gt;). Derudover er der efterhånden en håndfuld kloge og idérige mennesker involveret i planlægningen af nye features - vi kan blandt andet takke Frank Rasmussen fra &lt;a href="http://www.svendborgfoto.dk/" rel="nofollow"&gt;Svendborg Foto&lt;/a&gt; for mange times arbejde sammen med mig på den nye galleri-funktion.&lt;br /&gt;&lt;br /&gt;Der er stadig plads til flere på holdet, så hvis du kan byde ind med grafik, web-designs, udvikling af nye funktioner, support eller noget helt andet, &lt;a href="http://sitemagic.org/Contact.html" rel="nofollow"&gt;så smid mig endelig en e-mail&lt;/a&gt; :-)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Hvordan kommer jeg i gang?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;1) Besøg &lt;a href="http://sitemagic.org" rel="nofollow"&gt;http://sitemagic.org&lt;/a&gt; for at læse mere og downloade Sitemagic CMS&lt;br /&gt;&lt;br /&gt;2) Læs &lt;a href="http://sitemagic.org/cms-guide/" rel="nofollow"&gt;brugervejledningen&lt;/a&gt; hvis du får brug for hjælp, eller spørg på &lt;a href="https://www.facebook.com/SitemagicCMS" rel="nofollow"&gt;Facebook&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;3) Kast dig ud i at &lt;a href="http://sitemagic.org/developers/TplIntro.html" rel="nofollow"&gt;lave en design-skabelon&lt;/a&gt; eller &lt;a href="http://sitemagic.org/developers/ExtPurePhp.html" rel="nofollow"&gt;udvikl en udvidelse&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Tak til&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Der er som sagt en del personer og samarbejdspartnere involveret i denne release. Så tak til &lt;a href="http://bevisiblemedia.de/" rel="nofollow"&gt;Be Visible Media&lt;/a&gt; for at oversætte Sitemagic CMS til tysk. Tak til Frank Rasmussen (&lt;a href="http://www.svendborgfoto.dk/" rel="nofollow"&gt;Svendborg Foto&lt;/a&gt;) for adskillige donationer til projektet og sparring omkring den nye galleri-funktion. Tak til Jørn Sloth fra &lt;a href="http://www.rainbow-software.dk/" rel="nofollow"&gt;Rainbow Software&lt;/a&gt; for donation til projektet. Tak til &lt;a href="http://hosting4real.net/" rel="nofollow"&gt;Hosting4Real&lt;/a&gt; for at tilbyde One-Click installationer af Sitemagic CMS, og tilsvarende tak til &lt;a href="http://www.webhosting.dk/" rel="nofollow"&gt;Webhosting.dk&lt;/a&gt; for at tilbyde det samme, samt stille et super fleksibelt webhotel til min rådighed der tillader mig at teste Sitemagic CMS på flere versioner af PHP samtidig.&lt;br /&gt;&lt;br /&gt;Men ikke mindst, tak til alle Jer der bruger Sitemagic CMS - det er en stor inspiration at se alle de flotte websider og løsninger I skaber med det.&lt;br /&gt;&lt;br /&gt; - Jeg håber I får glæde af den nye release :-)&lt;br /&gt;&lt;br /&gt;Venligst&lt;br /&gt;Jimmy Thomsen</description>
      <link>http://www.udvikleren.dk/forum/40556/sitemagic-cms-2013/</link>
      <pubDate>Sun, 24 Nov 2013 10:26:46 GMT</pubDate>
    </item>
    <item>
      <title>Forum CMS SEO</title>
      <description>Hej alle.&lt;br /&gt;&lt;br /&gt;Jeg overvejer at starte et forum med et forum cms, men ved ikke hvilket cms jeg skal gå efter. Jeg leder efter et der er rigtig SEO venligt, men samtidig også det bedste både front og backend, samt justeringsmuligheder.&lt;br /&gt;&lt;br /&gt;Hvad kan i forslå?&lt;br /&gt;Det er et stort projekt der en dag skal kunne give mig lidt penge i lommen hvis det kommer dertal &lt;img src="/images/smileys/wink.gif" alt=";)" title=";)" /&gt;&lt;br /&gt;&lt;br /&gt;Håber nogen kan hjælpe.&lt;br /&gt;&lt;br /&gt;Mvh. Kh4zy</description>
      <link>http://www.udvikleren.dk/forum/40543/forum-cms-seo/</link>
      <pubDate>Thu, 21 Nov 2013 09:38:01 GMT</pubDate>
    </item>
    <item>
      <title>Bedste CMS til min side?</title>
      <description>Hej Udviklere!&lt;br /&gt;&lt;br /&gt;Jeg har et spørgsmål vedrørende Content Manegement Systems.&lt;br /&gt;&lt;br /&gt;Jeg skal bygge et avanceret site der skal indholde stort databasesystem med mange brugere og roller. Der skal være bagindgang til admin login og der skal være et avanceret coin system, content posting af brugerne og generelt lidt avanceret.&lt;br /&gt;&lt;br /&gt;Hvilket CMS vil I anbefale til mine behov?</description>
      <link>http://www.udvikleren.dk/forum/40502/bedste-cms-til-min-side/</link>
      <pubDate>Tue, 12 Nov 2013 18:56:08 GMT</pubDate>
    </item>
    <item>
      <title>Egen kode i Wordpress (CMS)</title>
      <description>Hej Udviklere&lt;br /&gt;&lt;br /&gt;Nu har jeg lidt begrænset viden omkring cms (Wordpress).&lt;br /&gt;Men hvis nu jeg laver et website helt fra bunden i min teksteditor helt som normalt, er det så muligt at indsætte denne i wordpress så det bliver nemmere at redigere?&lt;br /&gt;&lt;br /&gt;Som f.eks. hvis nu jeg vil lave en webside til en ven. Så hvis han skal redigere i siderne, på den nemmeste måde, kan man så sætte koden ind i wordpress?</description>
      <link>http://www.udvikleren.dk/forum/40160/egen-kode-i-wordpress-(cms)/</link>
      <pubDate>Thu, 01 Aug 2013 12:25:55 GMT</pubDate>
    </item>
    <item>
      <title>Har du planer i morgen, lørdag ? Kursus i Odense</title>
      <description>Hej udviklere.&lt;br /&gt;&lt;br /&gt;En sidste chance for at deltage i en super hyggelig dag i Odense, i morgen (lørdag) kl. 10. Kurset omhandler udvikling og tilpasning af Sitemagic CMS. Vi er pt. ca. 14 tilmeldte, der serveres både morgenmad og middagsmad, og det forventes i det hele taget at dagen bliver rigtig hyggelig.&lt;br /&gt;&lt;br /&gt;Mere info her:&lt;br /&gt;&lt;a href="http://sitemagic.org/Kursus.html"&gt;http://sitemagic.org/Kursus.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Venligst&lt;br /&gt;Jimmy</description>
      <link>http://www.udvikleren.dk/forum/40092/har-du-planer-i-morgen,-loerdag--kursus-i-odense/</link>
      <pubDate>Fri, 12 Jul 2013 10:43:22 GMT</pubDate>
    </item>
    <item>
      <title>hvilket cms?</title>
      <description>Hej folkens. Nu er jeg ved at nå til grænsen hvor jeg skal igang med noget udvikling af temaer til et cms. Min målgruppe er mindre virksomheder.&lt;br /&gt;&lt;br /&gt;Jeg har snusset lidt til wordpress da jeg høre at mange ønsker det og bruger det men jeg synes at cmset er dårligt og rigtig irriterende i forhold til php fusion.&lt;br /&gt;&lt;br /&gt;Hvad ville i foreslå at jeg kunne bruge istedet for wordpress?&lt;br /&gt;Php fusion ser jeg ikke som et cms til en virksomhed men mere som community cms så ved ikke rigtig hvad jeg ellers skulle bruge &lt;img src="/images/smileys/smiley.gif" alt=":)" title=":)" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Håber at nogen kan give forslag eller idéer &lt;img src="/images/smileys/smiley.gif" alt=":)" title=":)" /&gt;&lt;br /&gt;På forhånd tak &lt;img src="/images/smileys/smiley.gif" alt=":)" title=":)" /&gt;</description>
      <link>http://www.udvikleren.dk/forum/40049/hvilket-cms/</link>
      <pubDate>Tue, 25 Jun 2013 13:31:06 GMT</pubDate>
    </item>
    <item>
      <title>Oversættelse af CMS til Tysk, Svensk, Norsk, Fransk</title>
      <description>Hej,&lt;br /&gt;&lt;br /&gt;Sidder der mon et par sprogkyndige personer herinde der kunne være behjælpelig med at oversætte den kommende version af &lt;a href="http://sitemagic.org/" rel="nofollow"&gt;Sitemagic CMS&lt;/a&gt; til et nyt sprog? Indtil videre findes der kun oversættelser til Engelsk og Dansk. Det er i særdeleshed Tysk, Fransk, Svensk og Norsk der kunne være interessant.&lt;br /&gt;&lt;br /&gt;Mange oversættelses-elementer er enkelte ord så som "Title" eller "Description", så her kunne man sikkert bruge Google Translate. Men lige så snart det er sætninger, kræver det kendskab til grammatik, og så kaster jeg mig nødigt ud i andre sprog end Engelsk og Dansk :-)</description>
      <link>http://www.udvikleren.dk/forum/39996/oversaettelse-af-cms-til-tysk,-svensk,-norsk,-fransk/</link>
      <pubDate>Sun, 09 Jun 2013 10:29:31 GMT</pubDate>
    </item>
    <item>
      <title>Gratis web-udvikler-kursus i Odense</title>
      <description>Hej Udviklere.&lt;br /&gt;&lt;br /&gt;Jeg afholder &lt;a href="http://sitemagic.org/Kursus.html" rel="nofollow"&gt;gratis hands-on kursus&lt;/a&gt; i udvikling af hjemmesider med &lt;a href="http://sitemagic.org" rel="nofollow"&gt;Sitemagic CMS&lt;/a&gt;, i Odense d. 13. Juli kl 10:00.&lt;br /&gt;Det er gratis at deltage (pt. 10 tilmeldte, max 25 pladser), og jeg byder på både morgenmad og middagsmad.&lt;br /&gt;&lt;br /&gt;Kurset er særligt for folk der beskæftiger sig med udvikling af hjemmesider, og som således har kendskab til HTML, CSS og eventuelt PHP. Men der er reelt ingen adgangskrav, så hvis du er nysgerrig, så tilmeld dig endelig.&lt;br /&gt;&lt;br /&gt;Vi starter ud med en præsentation af Sitemagic CMS - Hvad er det, hvordan adskiller det sig fra andre CMS-systemer, hvordan virker det, og hvordan installeres det.&lt;br /&gt;&lt;br /&gt;På kurset lærer vi at udvikle unikke design-skabeloner (templates / webdesigns) i HTML/CSS til Sitemagic CMS. Så hvis du skal i gang med en ny hjemmeside, kunne dette være en oplagt mulighed for at få taget hul på projektet.&lt;br /&gt;&lt;br /&gt;Vi kigger også på hvordan vi tilføjer og udvikler yderligere funktionalitet vha. såkaldte eksterne moduler og udvidelser (sidstnævnte kræver kendskab til PHP).&lt;br /&gt;&lt;br /&gt;Kurset er af typen "hands-on" - kursisterne sidder altså og arbejder med på deres egen hjemmeside under kurset, og har således mulighed for at tage resultatet med hjem og arbejde videre på projektet.&lt;br /&gt;&lt;br /&gt;Rent indholdsmæssigt bliver det spændende, men jeg forventer at det bliver lige så hyggeligt, som det bliver lærerigt. Der vil formentlig også være mulighed for at netværke lidt med andre udviklere.&lt;br /&gt;&lt;br /&gt;Jeg håber det har interesse, og glæder mig meget til at møde nogle af Jer i dejlige Odense.&lt;br /&gt;&lt;br /&gt;Venlige hilsner&lt;br /&gt;Jimmy Thomsen</description>
      <link>http://www.udvikleren.dk/forum/39947/gratis-web-udvikler-kursus-i-odense/</link>
      <pubDate>Wed, 22 May 2013 17:31:19 GMT</pubDate>
    </item>
    <item>
      <title>Hvilket CMS?</title>
      <description>Hey, hvis jeg skal lave en hjemmeside hvor det er muligt at&lt;br /&gt;&lt;br /&gt;* Folk kan ubmitte ting til mig, og det så bliver vist inde på admin siden&lt;br /&gt;* Jeg kan logge ind på selve siden som Admin og dermed tilføje nye ting og skrive artikler (uden at det bliver en blog!)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hvilket CMS skal jeg bruge og hvilke plugins?</description>
      <link>http://www.udvikleren.dk/forum/39895/hvilket-cms/</link>
      <pubDate>Tue, 07 May 2013 14:14:21 GMT</pubDate>
    </item>
    <item>
      <title>Valg af CMS</title>
      <description>Hej alle.&lt;br /&gt;Jeg starter på web-integrator uddannelsen her til april og kan det mest basale og skal til at lære lidt php og mysql inden jeg starter på skolen.&lt;br /&gt;&lt;br /&gt;Titlen siger vidst næsten sig selv, men jeg overvejer stærtk at specialisere mig indenfor et bestemt cms, men jeg ved slet ikke hvilken.&lt;br /&gt;&lt;br /&gt;Jeg har roddet lidt med php-fusion før jeg overhovedet lærte og begyndte og kode men jeg havde overvejet Wordpress eller Drupal?&lt;br /&gt;&lt;br /&gt;Har hørt at Drupal var det jeg skulle satse på, men ved ikke rigtigt &lt;img src="/images/smileys/smiley.gif" alt=":)" title=":)" /&gt;&lt;br /&gt;&lt;br /&gt;Hvad synes i? Har i nogle gode råd?&lt;br /&gt;&lt;br /&gt;Mvh. Morten Christiansen</description>
      <link>http://www.udvikleren.dk/forum/39703/valg-af-cms/</link>
      <pubDate>Fri, 15 Mar 2013 22:15:10 GMT</pubDate>
    </item>
    <item>
      <title>Søger: Super programmør til partnerskab</title>
      <description>goddag til alle jer på Udvikleren.dk&lt;br /&gt;&lt;br /&gt;Først beklager jeg lige, at jeg ligger så hårdt ud - Og søger efter partner herinde, som det aller første. Jeg står dog i en situation hvor der gerne må gå lidt hurtigt.&lt;br /&gt;&lt;br /&gt;Jeg står med et projekt, som jeg mangler en partner til - Har lavet en del fodarbejde omkring det, og der er estimeret et overskud, for første år, på omkring 300.000, efter der er betalt løn til begge partnere, lønnen til partnerne sat lavt, til 20.000 i måneden før skat, og med andel i overskuddet. &lt;br /&gt;&lt;br /&gt;Vil melde klart ud fra start, at der ikke vil være nogle penge at hente, før programmet er lavet færdigt og der er begyndt at være salg i det.&lt;br /&gt;Det er dog ikke en program der kommer til at flere måneder at lave, men nogen tid vil det tage.&lt;br /&gt;&lt;br /&gt;Jeg kan selv stå med markedsføring, salg og webdesign - Dog regner jeg med at hvis det er en 50/50 fordeling, så skal partneren også være med ind over noget af det andet - Så det er ikke noget med at man kan lave programmet, og så skovle penge ind i et par år.&lt;br /&gt;&lt;br /&gt;Lover ingen guld og grønne skove, det bliver hårdt arbejde i starten - Men ud fra markeds analyse samt rundspørge ved potentielle kunder, så er det uden tvivl noget der kan være en fornuftig fremtid i.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hvis du sidder med, hvad du selv ser som, gode programmerings evner - Måske oven i købet inden for både CMS programmering af en art og objective C. Og kunne du tænke dig at deltage i en projekt, som måske kan føre til en fornuftig indtægt (fuld tids arbejde) &lt;br /&gt;Så vil jeg meget gerne høre fra dig - &lt;br /&gt;&lt;br /&gt;Din alder er ikke af nogen betydning (Er selv 31 eehhmmm 32) &lt;br /&gt;Du må meget gerne bo i midtjylland&lt;br /&gt;Du skal være moden, og være indstillet på at det kræver arbejde at tjene penge.&lt;br /&gt;Og så skal der også være plads til lidt humor.&lt;br /&gt;&lt;br /&gt;</description>
      <link>http://www.udvikleren.dk/forum/39692/soeger-super-programmoer-til-partnerskab/</link>
      <pubDate>Wed, 13 Mar 2013 11:45:04 GMT</pubDate>
    </item>
    <item>
      <title>Eget costum CMS system - struktur/opbygning?</title>
      <description>Hej &lt;img src="/images/smileys/smiley.gif" alt=":)" title=":)" /&gt;&lt;br /&gt;&lt;br /&gt;Til fremtidige brug vil jeg lave mit eget content manager system, hvor jeg som tiden går, hele tiden skal kunne udvide med særlige/specielle funtkioner. Derfor skal jeg nu lave basale ting. Jeg vil bruge mysqli og php. &lt;br /&gt;&lt;br /&gt;Men jeg ved ikke helt, hvordan jeg skal bygge det op. Har læst lidt på xml og sitemagic CMS. Jeg ved ikke om man kunne bruge en slags controller til at styre det. &lt;br /&gt;&lt;br /&gt;- Spørgsmålet er egentligt, hvordan man kunne lave et system, hvor: hvis brugeren trykkede fx på et link i overmenuen eller undermenuen eller et tredje fast link, så vil der blive hentet en fil og evt. indhold til titel tagget, descritopn-tagget osv. &lt;br /&gt;&lt;br /&gt;Gav det mening?&lt;br /&gt;&lt;br /&gt;På forhånd tak for hjælpen &lt;img src="/images/smileys/smiley.gif" alt=":)" title=":)" /&gt;</description>
      <link>http://www.udvikleren.dk/forum/39324/eget-costum-cms-system-struktur-opbygning/</link>
      <pubDate>Tue, 18 Dec 2012 17:32:47 GMT</pubDate>
    </item>
    <item>
      <title>Flere Forfattere til samme website</title>
      <description>Hej udviklere,&lt;br /&gt;&lt;br /&gt;Jeg sad lidt og tænkte over, hvad ville den bedste struktur for at arbejde flere personer på den samme hjemmeside enligt være ? &lt;img src="/images/smileys/smiley.gif" alt=":)" title=":)" /&gt;&lt;br /&gt;&lt;br /&gt;Når man programmere, benytter man sig jo typisk af et versions styringssystem, som svn eller git. Men gør det sig også gældende for hjemmesider ? Eller skal der nogle helt andre forholdsregler til ?</description>
      <link>http://www.udvikleren.dk/forum/39303/flere-forfattere-til-samme-website/</link>
      <pubDate>Fri, 14 Dec 2012 22:29:54 GMT</pubDate>
    </item>
    <item>
      <title>Vores Jquery virker ikke i Internet Explorer 8</title>
      <description>Vi har i et cms system implementeret noget Jquery-kode. &lt;br /&gt;&lt;br /&gt;Det virker sådan set fint i alle browsere, på nær Internet Explorer 8.&lt;br /&gt;&lt;br /&gt;Vi har forhørt os hos vores hostedshop-udbyder hvad der kan være galt. De siger vi skal enten droppe al Jquery kode fordi det går ind og påvirker nogle få ting i deres cms-kode, eller vi skal have fat på en slags universalkode så det også kan vises i IE8.&lt;br /&gt;&lt;br /&gt;Er der nogle der ude som sidder inde med sådan en universalkode til IE8. Da vi jo gerne vil beholde vores Jquery. </description>
      <link>http://www.udvikleren.dk/forum/39295/vores-jquery-virker-ikke-i-internet-explorer-8/</link>
      <pubDate>Thu, 13 Dec 2012 08:09:47 GMT</pubDate>
    </item>
    <item>
      <title>Programmør / webdesigner søges</title>
      <description>Hej udviklere,&lt;br /&gt;&lt;br /&gt;Jeg søger en som kan kode i PHP og windows-baserede kodninger - samt lave cms-løsninger. Skal også have et godt øje for pæn webdesign.&lt;br /&gt;Evt. en studerende som kan lave det i sin fritid og som er indstillet på ikke at skal have en høj timepris for det. Vil være en fordel hvis du bor i Vejle-Horsens området. &lt;br /&gt;Jeg er ved at udvikle 3 større sites/ brugerportalere og har rigtige gode domænenavne til det. &lt;br /&gt;Den ene site er så småt ved at være færdig, men mangler så en til at lave de sidste sites samt udvikle lidt på dem ind imellem fremadrettet.&lt;br /&gt;Det er meget seriøse sites. &lt;br /&gt;&lt;br /&gt;Send gerne en mail til michael-9@hotmail.com og fortæl lidt om dig selv.&lt;br /&gt;&lt;br /&gt;Mvh Michael&lt;br /&gt;</description>
      <link>http://www.udvikleren.dk/forum/38955/programmoer-webdesigner-soeges/</link>
      <pubDate>Sat, 13 Oct 2012 10:19:31 GMT</pubDate>
    </item>
    <item>
      <title>Styr på design, html og så cms?</title>
      <description>Hej&lt;br /&gt;&lt;br /&gt;Der er en del år siden sidst, at jeg har rodet med hjemmeside programmering. Og nu vil jeg til, at sætte mig ind i det igen.&lt;br /&gt;Jeg syntes bare ikke at jeg kan finde info om, hvordan man kommer fra A (design) til B (programmeringen). For når man har sit design, skal man så?&lt;br /&gt;&lt;br /&gt;Bygge en html template, og lavet sine CSS styles i f.eks. dreamweaver. Og så oploade dem til et cms system, og derefter lægge indhold på hjemmesiden?&lt;br /&gt;&lt;br /&gt;Eller &lt;br /&gt;&lt;br /&gt;Kan man gå direkte inde i et cms system og bygge sine templates og CSS styles, og derefter lægge indhold på hjemmesiden. &lt;br /&gt;&lt;br /&gt;</description>
      <link>http://www.udvikleren.dk/forum/37258/styr-paa-design,-html-og-saa-cms/</link>
      <pubDate>Wed, 14 Mar 2012 11:52:26 GMT</pubDate>
    </item>
  </channel>
</rss>