suzanne123
Forum Replies Created
-
Forum: Installing WordPress
In reply to: New server, now can’t log in and permalinks brokenI am having a similar problem. I have moved to site5. My domain name is pointed to the right dns now and has been for about 24 hours. (https://suzannesblog.com) At the moment my old wordpress blog still exists but it will be going down soon. (https://suzanne.xexm.com) I can login on at xexm, but using the same user name and pass at suzannesblog, it says the password is wrong. None of the permalinks are working, so I manually go to https://suzannesblog.com/wp-login.php. I’m just trying to get into the options panel so I can change it from xexm to suzannesblog.com I’m new here and not technically savvy. I had a friend upload my database for me… please help!
Forum: Themes and Templates
In reply to: New 3 column Theme – RelaxationMore from me – here is my sidebar.php:
<div id=”sidebar”>
<div id=”noindent”>-
<?php /* If this is the frontpage */ if ( !is_home() ) { ?>
- <h2>Home</h2>
- <h2><?php _e(‘Author’); ?></h2>
<?php } ?>
- Suzanne, Western USA
-
<h2><?php _e(‘Search’); ?></h2>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?> - <h2><?php _e(‘Themes’); ?></h2>
<?php if (function_exists(‘wp_theme_switcher’)) { ?>
- <?php wp_theme_switcher(); ?>
<?php } ?>
- <h2><?php _e(‘Categories’); ?></h2>
-
<?php list_cats(0, ”, ‘name’, ‘asc’, ”, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”) ?>
- <h2><?php _e(‘Archive’); ?></h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
<?php get_links_list(); ?>
- <h2>Meta</h2>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- <img src=”https://suzanne.roxr.com/wp-content/themes/relaxation_3column/images/validxhtml11.png” alt=”valid xhtml 1.1″ />
- <img src=”https://suzanne.roxr.com/wp-content/themes/relaxation_3column/images/validcss.png” alt=”valid css” />
<?php wp_meta(); ?>
</div> <!– end of noindent –>
</div><!– This is the second sidebar for the 3 column relaxe theme.
I left the flickr badges in as a example. Feel free to alter
the content to your own needs. –>
<div id=”sidebar2″>
<div id=”noindent2″>-
<li id=”calendar”>
- <h2>Photos</h2>
<?php get_calendar(); ?>-
<!– Start of Flickr Badge –>
<script type=”text/javascript” src=”https://www.flickr.com/badge_code_v2.gne?count=10&display=random&size=t&layout=v&source=user&user=50531831%40N00″></script>
<!– End of Flickr Badge –>
More at Flickr.
<P>
<!– Start Google Adsense –>
<script type=”text/javascript”><!–
google_ad_client = “pub-0154875139772011”;
google_ad_width = 125;
google_ad_height = 125;
google_ad_format = “125x125_as”;
google_ad_type = “text_image”;
google_ad_channel =”1290573937″;
//–></script>
<script type=”text/javascript”
src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
<!– End Google Adsense –>
<script type=”text/javascript” src=”https://technorati.com/embed/wmgkckv42t.js”> </script>
</div> <!– end of noindent –>
</div>
<!– end of the 3rd column –>Forum: Themes and Templates
In reply to: New 3 column Theme – RelaxationHi – I am using the relaxation 3 column and I love it. However, it looks just fine in Firefox,
but in MSIE there are two problems.#1 The second column starts down low
#2 The flicker images have no spaces between them
my site is https://suzanne.roxr.com
Could anyone please help me?