Chainsaw Buddha
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cant fix Error establishing a database connectionI don’t really know what happened, the server hosting company said it’s because the passwords didn’t match. Which is crap because I never changed them before the site went down. So we changed the passwords and miraculously the site started working. Now my site just loads really slow. I still think this is an issue on their end but we will see what happens in the future.
They recommended that I use WP Super Cache to handle the speed issues.
I am still perplexed as to why my site went down without me changing anything but I am glad that it is working again. Thank you all for your time, comments, and help. If you want to view my site here is the link: https://www.irbypace.com
Forum: Themes and Templates
In reply to: Photographs have the wrong date.Is there any help out there for this issue?
Forum: Plugins
In reply to: [Tumblr Importer] [Plugin: Tumblr Importer] Photo IconThanks for the followup. I wish I knew more code to get rid of it, but I guess I can live with it for now.
Forum: Fixing WordPress
In reply to: BlogOpps. Totally got it, somehow. Thanks, now if I can get the tumblr to actually post my post.
Forum: Fixing WordPress
In reply to: BlogOK I decided to keep the wpfolio theme and I connected a tumblr to my page to do post. Now the only issue is the awful cropping associated with it. Any ideas? Im sure I can edit this in the css code but where do I look?
Forum: Fixing WordPress
In reply to: BlogThanks and I will. I think for tonight I will get some rest and give it more of a shot tomorrow.
Forum: Fixing WordPress
In reply to: BlogCool. I will look into that. I think those might be a bit too complicated but its worth a shot.
Forum: Fixing WordPress
In reply to: BlogIm just making a page to display my art. Basically something clean and simple to use (for the viewer/user) and similar to the one I am using. Thanks for all the help.
Forum: Fixing WordPress
In reply to: BlogWell I did a preview of the original theme, twentyten, and it seems to work in that. Even when previewing the WPfolio theme it still is messed up. So I guess I’ll have to choose between the two and heavily revamp the twentyten one.
Forum: Fixing WordPress
In reply to: BlogI even went back and redownloaded and re-pasted the original style code.
Forum: Fixing WordPress
In reply to: BlogI just started this over the weekend. So yeah, not very long. I will go through all of the code to check sidebar stuff. Im very weak with the coding.
Forum: Fixing WordPress
In reply to: BlogCreating a new page and assigning it as the post page and even leaving the setting to have the front page display post still has the same issue.
Forum: Fixing WordPress
In reply to: BlogI made the news page myself, but I will try that method. I had to assign it to that page myself.
Forum: Fixing WordPress
In reply to: Blog`<?php
// calling the header.php
get_header();?>
<!– generated with index.php –>
<div id=”content”>
<div class=”notable”>
<!– begin post –><?php
if (! empty($display_stats) ) { get_stats(1); echo “<br />”; };
if (($posts & empty($display_stats)) ) {
while ( have_posts() ) {
the_post();
?><div class=”entry <?php $cat = get_the_category(); $cat = $cat[0]; echo $cat->category_nicename; ?> notable-post”>
<div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<!–POST TITLE–>
<h2 class=”post-title”><a title=”‘<?php the_title_attribute(); ?>’, posted on <?php the_time(‘F jS, Y’) ?>” href=”<?php the_permalink() ?>”><?php the_title(”); ?></a></h2>
<!–END POST TITLE–><h4 class=”notable-date”><a href=”<?php the_permalink() ?>”><?php the_date(‘F d, Y’, ”, ”); ?></a></h4>
<?php the_content(‘continue…’); ?><?php wp_link_pages(array(‘before’ => ‘<p class=”link_pages”><strong>Pages:</strong> ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
</div> <!– #post-id –>
<h5><?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’), __(”), __(”)); ?> <?php the_tags(‘| Tags: ‘,’, ‘,”); ?> | More: <?php the_category(‘, ‘); ?> <?php edit_post_link(‘edit this’, ‘<span class=”edit-link”>’, ‘</span>’); ?> <!–USER EDIT LINK–></h5>
</div> <!– .category-nicename, .notable-post–>
<!– <?php trackback_rdf(); ?> –>
<?php }} else{ _e(‘Sorry, no posts matched your criteria.’, ‘wpfolio’); }?><div class=”prevnext”>
<div class=”prev”><?php previous_posts_link(‘Previous’) ?></div>
<div class=”next”><?php next_posts_link(‘Next’) ?></div>
</div><!–.prevnext –></div><!– .notable –>
<div id=”sidebar”>
<ul>
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘sidebar’) ) ; ?>
</ul>
</div><!– #sidebar –>
</div>
<!– #content –>
<!– end post–><?php // calling footer.php get_footer();?>
Forum: Fixing WordPress
In reply to: BlogI dunno, I looked at it, but I wouldn’t know what the true issue with the file could be.