danielamos
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adsense sidebar widget?Oh yeah… Stupid me. Thanks, bindanaku!!
Forum: Everything else WordPress
In reply to: <!-more> tag strips my sidebarCheers man, you’ve been a huge help.
Forum: Everything else WordPress
In reply to: <!-more> tag strips my sidebarAAAARGH! Now it displays ‘” rel=”bookmark” title=”Permanent link to John Safran’s Race Around the World” class=”permalink”>Permalink’ at the end of the post. WTF!?!
Forum: Everything else WordPress
In reply to: <!-more> tag strips my sidebarSweet! It works. You are the man (that is if you actually are a man).
Forum: Everything else WordPress
In reply to: <!-more> tag strips my sidebarWhat do I change?
Forum: Everything else WordPress
In reply to: <!-more> tag strips my sidebarStill doesnt seem to work…
Forum: Everything else WordPress
In reply to: <!-more> tag strips my sidebarSingle
<?php get_header(); ?>
<?php $showauthor = almostspring_showauthor(); $dateformat = almostspring_dateformat(); ?><div id=”content”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2 class=”posttitle”>” rel=”bookmark” title=”<?php _e(‘Permanent link to’); ?> <?php the_title(); ?>”><?php the_title(); ?></h2>
<p class=”postmeta”>
<?php if ($dateformat == ‘default’) {
the_time(get_settings(‘date_format’));
} else {
the_time(‘F j, Y’);
} ?>
<?php _e(‘at’); ?> <?php the_time() ?>
<?php if ($showauthor == ‘true’) {
_e(‘by’); echo ‘ ‘; the_author_posts_link();
} ?>
· <?php _e(‘Filed under’); ?> <?php the_category(‘, ‘) ?>
<?php edit_post_link(__(‘Edit’), ‘ · ‘, ”); ?>
</p><div class=”postentry”>
<?php the_content(__(‘Read the rest of this entry »’)); ?>
<?php wp_link_pages(); ?>
</div><p class=”postfeedback”>
” rel=”bookmark” title=”<?php _e(‘Permanent link to’); ?> <?php the_title(); ?>” class=”permalink”><?php _e(‘Permalink’); ?>
</p></div>
<?php comments_template(); ?>
<div class=”postnav”>
<div class=”prev”><?php previous_post_link(‘« %link’) ?></div>
<div class=”next”><?php next_post_link(‘%link »’) ?></div>
</div><?php endwhile; else : ?>
<h2><?php _e(‘Not Found’); ?></h2>
<p><?php _e(‘Sorry, but the page you requested cannot be found.’); ?></p>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?><?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Everything else WordPress
In reply to: <!-more> tag strips my sidebarSidebar
<?php /*
This theme works with widgets, a plugin that allows you to easily modify
your sidebar without having to bother with any html. Grab it at:
https://automattic.com/code/widgets/
*/ ?><div id=”sidebar”>
-
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>
<?php wp_list_pages(‘title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
<li id=”archives”>
<h2><?php _e(‘Archives’); ?></h2>-
<?php wp_get_archives(‘type=monthly’); ?>
<?php /* Uncomment for calendar
<li id=”calendar”>
<?php get_calendar(); ?>*/ ?>
<li id=”categories”>
<h2><?php _e(‘Categories’); ?></h2>-
<?php wp_list_cats(); ?>
<?php if (function_exists(‘wp_theme_switcher’)) { ?>
<li id=”themeswitcher”>
<h2><?php _e(‘Themes’); ?></h2>
<?php wp_theme_switcher(); ?><?php } ?>
<?php if ( is_home() ) { get_links_list(); } ?>
<li id=”meta”>
<h2><?php _e(‘Meta’); ?></h2>-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- ” title=”<?php _e(‘Syndicate this site using RSS 2.0’); ?>”><?php _e(‘Entries RSS’); ?>
- ” title=”<?php _e(‘The latest comments to all posts in RSS’); ?>”><?php _e(‘Comments RSS’); ?>
- “>WordPress
<?php wp_meta(); ?>
<li id=”search”>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?><?php endif; ?>
</div>
Forum: Everything else WordPress
In reply to: Customising <!-more> tag..?I’m relatively new at this, how do I access this file?
Forum: Fixing WordPress
In reply to: I killed my blog.I can’t figure out the phpMyAdmin setup. Excuse me for being new at this.
Forum: Fixing WordPress
In reply to: I killed my blog.I’m not sure how to do it. Can you give me steps? Thanks.