mgholden
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Error upgrading from v1.5 to 2.0.3 – lost the site!Well I fixed it after much frustration. Fortunately I took all the backups as suggested. Restored and then re-installed. Up came the program and with a few tweaks we’re off! Thanks to all.
Forum: Fixing WordPress
In reply to: Drop down navigation menusYeah, there is too much in there! Due for a realignment given listeners bandwidth considerations.
However, I still plan to keep the sothing menus and this is what I want to incorporate in the podcast home page.
Still the question is – where (and which page) do I insert the appropriate sothink code in the wordpress?
Many thanks.
Matthew
Forum: Your WordPress
In reply to: My new Theme!! Rewiev it!!Nice work. Not my style but a great effort and should appeal to a particular audience. Using IE6 and the nav menus are out of alignment (don’t know why) so you might like to look at this.
Thanks for the contribution.
Matthew
Forum: Fixing WordPress
In reply to: Insert Java Script Page CounterThanks Strixy,
I inserted the code AFTER the PHP and it seems to work now. To make the Java counter work I now have the page code reading:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>
<!– #BeginLibraryItem “http://www.matthewholden.com.au/Statcounter.lbi” –>
<!– Start of StatCounter Code –>
<!– This code is for v1 of http://www.matthewholden.com.au –>
<script type=”text/javascript” language=”javascript”>
<!–
var sc_project=0;
var sc_partition=3;
//–>
</script>
<script type=”text/javascript” language=”javascript” src=”http://www.statcounter.com/counter/frames.js”></script>
<noscript>
<img src=”http://c4.statcounter.com/counter.php?sc_project=0&java=0″ alt=”counter” border=”0″>
</noscript>
<!– End of StatCounter Code –>
<!– #EndLibraryItem –>The above coding works.
PS – love your tag line “What do you mean get a life? This IS my life!”
Thanks again
Matthew