go41

the info you need to know


von Joern
Keine Kommentare

My boss has decided that she wants the Featured section to be changed to different categories (Faculty, Students, Community) and wants those words to appear instead of the post's actual title. Is there an easy way to do this? When I removed the line of code I suspected to be…


von Joern
1 Kommentar

Wordpress 2.5 schreibt ganz von selbst <meta name="generator" content="WordPress 2.5" /> in den html header. Alte Themes nutzten dazu den Eintrag <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> in der header.php. Bei dem default Theme von Wordpress 2.5 fehlt diese Zeile, trotzdem wird der generator Tag in wp_head() generiert. So…