skittle61
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parse ErrorsThat seemed to work after a bit of troubleshooting to find out that Simple Tags is no longer supported. I’ll have to find something new to that regard, all seems well otherwise though.
Thanks. ??
Forum: Fixing WordPress
In reply to: Parse ErrorsAs a matter of fact, let me just post the code that seems to be the culprit.
https://www.yousoundlikearobot.com
define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require('./wp-blog-header.php');
The wp-admin page seems to be pointing at these lines of code.
/** Load WordPress Bootstrap */ require_once('admin.php'); /** Load WordPress dashboard API */ require_once(ABSPATH . 'wp-admin/includes/dashboard.php');
Forum: Fixing WordPress
In reply to: Index page shows no postsI appreciate the educhalk.org link, those videos are very helpful. However, I just got about a couple minutes into the second one and my wordpress folder, including my entire uploads folder, seems to have just up and vanished. I have no idea why. I didn’t delete it, it’s just gone. A year and a half of uploads.
*rubs temples*
Forum: Fixing WordPress
In reply to: Index page shows no postsBecause I edited just that portion so there would be a message on the front page. I just replaced the default “Sorry, no posts matched your criteria.”
Forum: Fixing WordPress
In reply to: Index page shows no postsSorry, but I went a week with not a single reply. It was a bit irritating. The theme I’m using at the moment’s index.php says…
<?php get_header();?><div id="main"> <div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <p class="date"> <span class="month"> <?php the_time('M') ?> </span> <span class="day"> <?php the_time('d') ?> </span> <span class="year"> <?php the_time('Y') ?> </span> </p> <h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2> <div class="meta"> <p>Published by <?php the_author_posts_link() ?> under <?php the_category(',') ?> <?php edit_post_link(); ?></p> </div> <div class="entry"> <?php the_content(__('Continue Reading »')); ?> <?php wp_link_pages(); ?> </div> <p class="comments"> <?php comments_popup_link(__('No responses yet'), __('One response so far'), __('% responses so far')); ?> </p> </div> <?php endwhile; else: ?> <p><?php _e('Sorry, due to technical difficulties YSLAR is acting a bit screwy. Please try to find what you are looking for using the menus and search box to your right!'); ?></p> <?php endif; ?> <p align="center"><?php posts_nav_link(' - ','« Prev','Next »') ?></p> </div> <?php get_sidebar();?> <?php get_footer();?>
When I change it to a different theme it does the same thing, so I’m not sure that it has to do with the theme’s index.php.
Forum: Fixing WordPress
In reply to: Index page shows no postsSeriously? No one can even try to help? Why does this section of the site exist again?
Forum: Fixing WordPress
In reply to: Index page shows no postsAnybody? This is kind of a big deal. My site’s been down for days now.
Forum: Plugins
In reply to: [Plugin: Simple Tags] Auto-link tagging not working all of the timeFine. Are there any tag plugins that don’t suck?
Forum: Plugins
In reply to: [Plugin: Simple Tags] Auto tagsI’m having the same problem but have yet to get any help in my topic either.
I wish someone could help out here…
Forum: Plugins
In reply to: [Plugin: Simple Tags] Auto-link tagging not working all of the timeJust chiming in again with a friendly bump and some new information. I’ve found out what it’s doing, but not how to fix it.
The feature is working, but it’s only picking up and linking tags which have been used on the first page. So if I mention something that has been tagged in the past, but not recently, it does not link the text. But if I mention a tag from the previous post, it will link the text.
Can anybody help me out here?