febwa1976
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stop showing ALL posts on “homepage”It means I wrote a comment here which I should not have. Sorry for the confusion.
Forum: Fixing WordPress
In reply to: Stop showing ALL posts on “homepage”sorry wrong place
Forum: Themes and Templates
In reply to: Help! Themes in IE not working1 & 2 working perfectly. The others have visable text but are not formatted correctly??
Forum: Fixing WordPress
In reply to: Change the start page in theme “pool”Lorelle, many thanks. Now, I want “A” (just some static welcome message) to be the first tab – my “Home” page – with a standard page format. I would like the “Blog” tab to be my last page – with a blog page format.
Here is part of the code of my header.php
</head>
<body>
<div id=”content”><div id=”header” onclick=”location.href='<?php echo get_settings(‘home’); ?>’;” style=”cursor: pointer;”>
<h1>“><?php bloginfo(‘name’); ?></h1>
</div><div id=”pages”>
<div class=”alignleft”>- “>Blog
<?php wp_list_pages(‘title_li=’); ?>
</div>
<div id=”search”>
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<input type=”text” name=”s” id=”s” size=”20″ value=”search in blog…” />
</form>
</div>
</div><!– end header –>
I can figure out how to change the word blog but dont know how to change the page to a standard page.
Am I making sense ?… many thanks
For better of worse Yahoo hosts my current website, email systems etc and I have never had a problem with them.
Is there another way? I am able to open my .htaccess file using the WordPress dashboard. Is there something I can modify in the file that could help me to get permalinks working.
I have read https://codex.www.ads-software.com/Using_Permalinks#Editing_Rewrite_Rules_.28.htaccess.29 but am not sure this applies to me. I am anyhow running 1.5.2
If any of you clever folk can help I would really appreciate it. ThanksI just tried making a .htaccess file and Yahoo generates the following message: Filenames may only contain the characters ‘a-z’, ‘A-Z’, ‘0-9’, ‘-‘, ‘_’, and ‘.’ and may not start with a ‘.’ If you have another suggestion I would be happy to try it. Thanks.
Strange. I have set filezilla to view hidden files and I cannot find .htaccess. I can however find it through my dashboard panel. Does this help me? Thanks
Forum: Fixing WordPress
In reply to: Uploading filesI changed the index and css files to 666 permissions like the codex said and it still did not work. I then used Filezilla to upload to/wp-content/ and it worked perfectly. I am a complete novice and appreciate the help. Thanks
Forum: Fixing WordPress
In reply to: .doc and .pdf file linksThe intention is that someone posts on a subject (a paragraph or so) and then provides further info by way of a larger pdf or word file which people can refer to. Thanks
Forum: Installing WordPress
In reply to: Install 1.5.1.3 Blank screenI uploaded all the files again and it works perfectly – Thanks
Forum: Themes and Templates
In reply to: No Text Wrap in Blix Posting and Comments BoxUnfortunately my (new) site is password protected at this moment because of yet to be approved confidential information.
The text box is the box that you enter text into when you want to post.
In addition the same problem occurs when you view the site and click on comments. When you enter lengthly text in this box (for example just press any letter on the keyboard and hold it down until the box fills up) it appears normal – until you post it. When you look at the post on the blog the text has moved partially out of the box – similar to when you do not use word wrap in windows notebook.
For example the reply I have just entered here is clearly in the text box now – but if I was publishing it on my blog it would overlap the edges of the comment box.
Hope I have expalained this correctly. Thanks