andreasdk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove Page nameThe name is Page_no_title.php
The start now reads:
<?php /* Template Name: NO TITLE DIY */ ?><?phpBut it still doesn`t show my posts.
Instead I have a comment form, which isn`t there if I choose Blog as template.Are you sure it is the right file I have used as a base for editing?
I mean..
If the Page attributes can find a page template called Blog, then there must be such a file.
Only thing is I haven`t got a blog.phpForum: Themes and Templates
In reply to: Remove Page nameThat removed my posts from the page and gave me a Leave a comment instead.
What I did was to copy the content of page.php, remove the_title and added the example from your link.
However…
I noticed that before the Template for the Boog page was set to Blog but I cannot find a blog.php to use instead.Does it make any sense to you..? 🙂
Content of page_no_title.php:
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Themes and Templates
In reply to: Remove Page nameOkay…
Shall I just upload the new .php file to the same directory as page.php and then WordPress will see it and let me change the Page attributes Template from Blog as it is now to page-no-title?
The content of my page.php is:
<?php // get theme panel options global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?> <?php get_header(); ?> <div id="xs-main"> <div id="xs-post"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <?php the_content(); ?> <?php comments_template(); ?> </div><!-- /xs-post --> <?php endwhile;?> <?php endif; ?> </div><!-- /xs-main --> <?php get_sidebar(); ?> <?php get_footer(); ?>I assume all I have to delete is
<h1><?php the_title(); ?></h1>Forum: Themes and Templates
In reply to: Remove Page nameWon`t that remove the name from alle pages I make in the future?
I just want it to disappear from Bloggen, so that the posts line up with the sidebar.
Forum: Fixing WordPress
In reply to: Redirect to subfolderThe index.php and .htaccess are now copied to / and index.php is edited as described.
However it still won`t let me log in from http://burningbush.dk/wordpress/wp-login.php
Forum: Fixing WordPress
In reply to: Redirect to subfolderI`d prefer to leave it in /wordpress.
I have changed the URLS in the admin panel to burningbush.dk
Unfortunately it won`t let me login through http://burningbush.dk/wordpress/wp-login.php
When I try it goes to http://burningbush.dk/wp-login.php and says that the link is broken.Forum: Fixing WordPress
In reply to: Redirect to subfolderWoops!
Now it all went bad…
Forum: Fixing WordPress
In reply to: Redirect to subfolderWordPress is lying in a subfolder.
Forum: Installing WordPress
In reply to: Cannot access install.phpThe domain is now active and the files are still in /public_html/wordpress/wp-admin/install.php
Can anyone take a look and see if you can access the file?
Right now (from a friend`s PC using IE9 I only get a blank screen when trying to access http://burningbush.dk/wordpress/wp-admin/install.php
Forum: Installing WordPress
In reply to: Cannot access install.phpJust got a mail from the webhost who says that some scripts will not work while they`re on the temp URL but should work when the domain gets registered.
🙂
Forum: Installing WordPress
In reply to: Cannot access install.phpOkay.
The temp url is http://79.170.44.141/burningbush.dk/
As said the files are in /public_html/wordpress/wp-admin/install.phpStill cannot access anything.
With or without /public_htmlForum: Installing WordPress
In reply to: Cannot access install.phpThat gives me the same result.
Are there any safety issues that should stop me from posting the Ip here?
I mean… Wouldn`t it make it easier for you guys to help me?
Forum: Themes and Templates
In reply to: Theme somewhat like www.omgubuntu.co.ukYeahh, I know..
Just wanted to hear of anyone knew of a theme that sort of looked like it 🙂
Forum: Themes and Templates
In reply to: Convert XHTML templateWill this change the design of the page in any way?
Forum: Fixing WordPress
In reply to: WPBook install problemNo ideas….?