go41

the info you need to know


von Joern
1 Kommentar

an add just below the navigation bar div id="navbar" using the full width of your site you put in header.phpnear the end of header.php you have something like:<div id="navbar" class="clearfloat"><ul id="page-bar" class="left clearfloat"><li><a href="<?php echo get_option('home'); ?>/">Home</a></li><?php wp_list_pages('sort_column=menu_order&title_li='); ?></ul><?php include (TEMPLATEPATH . '/searchform.php'); ?></div>********PUT YOUR ADD CODE HERE</div>********YOU MIGHT ALSO…


von Joern
Keine Kommentare

In arthemia you could take the code below as modified comments.php<?php// Do not delete these lines if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) die ('Please do not load this page directly. Thanks!'); if ( post_password_required() ) { ?> <p class="nocomments">This post is password protected. Enter the password to view comments.</p> <?php…

Keep all your WordPress files on your PC with FileZilla


von Joern
Keine Kommentare

I see many WordPress user editing their files online with the theme editor. Doing something wrong with this it is hard to step back or restore your original theme files. I never edited any files online but prefer to use a ftp client to access any files on my host.…