JamesM
Forum Replies Created
-
Forum: Themes and Templates
In reply to: New Stanch Theme for WP???I count 4 open and 4 close DIV’s
Forum: Themes and Templates
In reply to: New Stanch Theme for WP???this is the code
<div id=”mainwrapper”>
<div id=”wrapper”>
<div id=”container”>
<div class=”content”>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<div class=”contenttitle”><h2><?php the_date(‘m-d-y’); ?> | ” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?></h2><?php edit_post_link(‘· edit’); ?></div>
<div class=”contentitem”>
<div class=”contentitem1″><small class=”contentitemcategory”>Category: <?php the_category(‘&’);?></small></div>
<div class=”contentitem2″><small class=”contentitempostedby”>Posted by: <?php the_author(); ?></small></div>
<div class=”contentitem3″><small class=”contentitemcomments”><?php comments_popup_link(__(‘No Comments Yet’), __(‘Comments (1)’), __(‘Comments (%)’)); ?></small></div>
</div>
<div class=”contentbody”>
<?php the_content(); ?>
<?php comments_template(); // Get wp-comments.php template ?>
</div>
<?php wp_link_pages(); ?>
<!–
<?php trackback_rdf(); ?>
–>
<?php endforeach; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
</div>
</div>
</div>Forum: Themes and Templates
In reply to: New Stanch Theme for WP???it bumped over the sidebar all the way to the left.
Forum: Themes and Templates
In reply to: New Stanch Theme for WP???Is there anyone I can send what I have, and have them finish the port?
Forum: Themes and Templates
In reply to: New Stanch Theme for WP???Odd, it’s telling me I didn’t close the DIV for <div id=”mainwrapper”> yet when I count my </div> tags, they add up.
Forum: Themes and Templates
In reply to: New Stanch Theme for WP???I’ve tried my best to port over this theme myself and I’ve hit a roadblock…
Is there anyone that is good with theme ports, that could possibly help me iron out some bugs?
Thanks!
Forum: Themes and Templates
In reply to: New Stanch Theme for WP???Sorry, I didn’t look where I was posting, and noticed the last topic in that area, was posted 4 months ago with no answer.
Forum: Themes and Templates
In reply to: Categories not showing in sidebarThat I did not know… I’ve never started a Blog with empty categories π
Thanks!
Forum: Fixing WordPress
In reply to: Database Errorthe only thing I did was add, then remove the following from my header.php:
<?php @include_once($_SERVER[“DOCUMENT_ROOT”].”/shortstat/inc.stats.php”); ?>
After installation, error wasn’t there. After I removed it, nothing… then 20 min later, error.
Forum: Plugins
In reply to: Problem displaying LinksStatus: FIXED! π
I took the index.php that called the page content and removed the call for posts and replaced it with this:
-
<?php get_links_list(); ?>
then I made a page with this as a template file and it’s working now!
Thanks guys!
Forum: Plugins
In reply to: Problem displaying LinksAlso, I’ve specified a
tage for between the URL and Descrip, but it refuses to insert one, and ideas?Forum: Plugins
In reply to: Problem displaying LinksWhat’s confusing me the most, is that the original links page worked in one theme, but when I changed themes, it broke.
I’m using a Links-Page plugin but it’s doing something VERY bad with the LI’s and it doesn’t put category headers above the groups in the “all” mode.
Is there an update for this plugin?
Forum: Plugins
In reply to: Problem displaying LinksI’ve used PHPexec and RunPHP and both do not work.
yes, WP is trying to break the PHP by adding that space but the plugins are not helping fix that problem.
Forum: Plugins
In reply to: Problem displaying Linksit’s in the page content I didn’t put it in the page template because I have other pages that use it
Forum: Themes and Templates
In reply to: “CMS” question…I looked into the query_post info, but it seems, no matter where I place that code, it doesn’t seem to want to work.
The Code I’m using is <?php query_posts(‘cat=1’);?> and I’m trying to use it in my index.php