shadow
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Title missing in a single postHave you checked the slug in that post?
Forum: Fixing WordPress
In reply to: titles missingI can see this title above your post:
review: Hema nagelriemcrème
which is a link to http://www.beautygloss.nl/?p=23
Are you saying it is in the wrong place or you cannot see it at all?
Forum: Themes and Templates
In reply to: Tagline in Browser Window<title><?php bloginfo('name'); ?> | <?php bloginfo('description');?></title>Does that work?
Forum: Themes and Templates
In reply to: (Hemmed) Full Text ArticleAt the moment in your theme index file, you will have a piece of code looking something like this
<?php the_excerpt(); ?>Change that to the following:
<?php the_content(); ?>Forum: Fixing WordPress
In reply to: Sudden (unwanted) layout changeTry placing another end div tag –
</div>at the end of your content so that it sits just above your<div id="sidebar">Forum: Themes and Templates
In reply to: altering theme, can’t edit CSS correctlyYou are missing a ul tag, so put that in first. Replace
<li><a href="<?php echo get_settings('home'); ?>/blog/">Blog</a></li>
<li><a href="<?php echo get_settings('home'); ?>/blog/?page_id=2">Downloads</a></li>
<li><a href="<?php echo get_settings('home'); ?>/blog/?page_id=11">About</a></li>
<li><a href="email address">Contact</a></li>
</ul>with
<ul id="topnav">
<li><a href="<?php echo get_settings('home'); ?>/blog/">Blog</a></li>
<li><a href="<?php echo get_settings('home'); ?>/blog/?page_id=2">Downloads</a></li>
<li><a href="<?php echo get_settings('home'); ?>/blog/?page_id=11">About</a></li>
<li><a href="email address">Contact</a></li>
</ul>And then in your css
add something like the following
#topnav ul li
{
list-style: none;
display: inline;
}Forum: Fixing WordPress
In reply to: header, how to insert my web site as a clickable link??One option is to place something like this in your header div.
<a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a>Forum: Themes and Templates
In reply to: Can’t hide bullets no matter what!Try changing the following
.entrybody ul li {
list-style:square;
}to
.entrybody ul li {
list-style:none;
}Forum: Themes and Templates
In reply to: Can’t find how to change right margin of contentsTry playing with this idea.
.narrowcolumn {
float: right;
/*margin: 10 10 10 10;*/
padding: 10px;
width: 548px;
background-color: #aaaaaa;
}Forum: Fixing WordPress
In reply to: TemplatesJust make sure you include the following at the start of your template.
<?php
/*
Template Name: name
*/
?>Forum: Fixing WordPress
In reply to: Import Textpattern to WordPressJust an update for anyone else who gives this a try. I have tried all I know and simply cannot get the importer in WP to work.
I will be staying with TextPattern for now it seems.
Forum: Themes and Templates
In reply to: The really NEW Theme ViewerPlease note that I no longer have anything whatsoever to do with the WordPress Theme Viewer and all theme submissions should now be sent to the new administrator.
So long and thanks for all the fish…
Forum: Themes and Templates
In reply to: New Theme Viewer !As many of you are aware, a few more options for looking at WordPress themes have been developed by varying people across the Net.
There are also a few people who claim to have the biggest, best and most spectacular lists of themes with some of these having even gone so far as to copyright them and make them exclusive to themselves.
That is all well and good and I have no wish to comment on any of these other options. Likewise, it is up to each and every individual to decide as to whether or not they are used.
However, the Theme Viewer located at http://themes.wordpress.net has been in place for some 18 months now and has always been maintained by myself. It is free of advertising. There is absolutely no personal gain to myself and I try to keep it free of any bias or personal opinion of any kind. It is simply a service for other WordPress users.
Like any project of this nature, it is always in development and the next step for the Theme Viewer is to now bring it all up to date and make it a much more conclusive endeavour.
In this light, I would like to ask if any people who would like to continue to support WordPress could find the time to help out in this development.
Three main areas are to be dealt with first.
1. Tagging:
A lot of the tagging has already taken place and a huge thank you to to those people who assisted in the first run of tagging some months ago. More needs to be done though and once we have a few people ready to roll we will discuss the next phase.2. Theme Scavenging:
Find as many themes as possibe across the Net and bag them for the Theme Viewer to display. This involves finding the themes, making a specific-sized screenshot, making sure the theme works and then adding it to the display.3. A Centralised Theme List:
Obviously, very similar in it’s aim tothe Codex list excet that this will all be located inthe same place as the themes. We need to add a complete list of all the themes with author details, urls and any other relevant info into one adjoining section of the Theme Viewer.The overall aim of course, is to make this the one-stop place for WP themes.
It may sound like a huge task and yes it is in many ways, although to be honest, much of the work has already been done and is actually in place. I just need a reliable and committed group of people who would like to give something back to WordPress. It is not a pursuit for the glorymongers but is it very highly valued.
Please get in touch if you are willing to be involved [shadow12 – gmail]
Forum: Themes and Templates
In reply to: Does anyone have a zipfile of Treacle theme?Forum: Themes and Templates
In reply to: Reviving the WordPress 2.0 Theme CompetitionI will retract my offer to house it in the Theme Viewer then. I hate politics enough already 🙂
Have fun…