dwheel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Home Page/Post PageThank you for showing an interest in helping me. However, I figured out that the problem was the naming of my Pages. I deleted HOME and recreated BLOG. Then set the posting page as BLOG. How quick was that? I made it seem so darn difficult. Thanks again.
Forum: Fixing WordPress
In reply to: Home Page/Post PageSorry, When you are at my ‘static’ page, where I have my most recent posts and you follow a link to an archived post, how do you get back to my first static page. I don’t have my home page static. Hope I am explaining it right. My pages at the top are Advocacy, Home, About Me.
Forum: Fixing WordPress
In reply to: Keeping track of my usersI feel like an idiot! Now I understand! Thanks again for all who take the time to answer Newbie questions.
Forum: Fixing WordPress
In reply to: Keeping track of my usersThank you Shane. Is there a way to know how many registered users your have? I do get email notification.
Forum: Everything else WordPress
In reply to: unwanted commentI may have just solved my own problem. I went to discussions and ‘blacklisted’ the email address. Please let me know if anyone else has any idea. thnx
Forum: Plugins
In reply to: Changing default “anonymous” name when user leaves name field blankI’d like to know if you can ‘stop’ someone from posting Anonymous.
Forum: Fixing WordPress
In reply to: Trouble with static pageZGani, I can’t thank you enough for your assistance. I did as you advised and the problem is resolved. I appreciate your kindness towards a newbie. 🙂
Forum: Fixing WordPress
In reply to: Trouble with static pageI chgd it to Static page (About Me), Now look at (Home page). It’s the same.
Forum: Fixing WordPress
In reply to: Trouble with static pageForum: Fixing WordPress
In reply to: Trouble with static pageI see your point. That’s the way I want it set, the way I have it. However, if by chance I want to change it the reverse way…and have the static page as my ‘start up’ page, the static page (about me) is under the (home) tab too. It doesn’t display posts there.
Forum: Fixing WordPress
In reply to: Trouble with static pagePlease help me.
Forum: Fixing WordPress
In reply to: Trouble with static page<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<style type=”text/css”>
#portrait-bg { background:url(<?php bloginfo(‘stylesheet_directory’); ?>/images/bg-portrait<?php echo (rand()%9); ?>.jpg); }
</style>
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><?php wp_head(); ?>
</head><body>
<div id=”wrap”>
<div id=”menu”>- /” >Home
Would you take a quick look. I don’t find the “Home”>Home
thanks,<?php wp_list_pages(‘sort_column=menu_order&hierarchical=0&title_li=’); ?>
</div>
<div id=”header”>
<span class=”btitle”>/”><?php bloginfo(‘name’); ?></span>
<p class=”description”>
<a href=”<?php
if (current_user_can(‘level_10’))
echo get_settings(‘home’).’/wp-admin/”>’;
else
echo get_settings(‘home’).’/”>’;
bloginfo(‘description’); ?></p>
</div><div id=”rss-big”>
” title=”<?php _e(‘Subscribe to this site with RSS’); ?>”>
</div><div id=”portrait-bg”></div>
<div id=”catmenu”>-
<?php wp_list_categories(‘orderby=count&order=DESC&show_count=0&hierarchical=1&title_li=&depth=1’); ?>
</div>