mdedwards
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: RSS feed questionI haven’t done anything to the feed. I don’t know anything about this stuff. I just know that when someone subscribes their RSS reader to the site only one category shows up.
Forum: Everything else WordPress
In reply to: Site StatisticsHey Cathryn
Wondering how you got stats to work for wordpress.org site?
Trying to do that myself.
Thanks
MIkeForum: Fixing WordPress
In reply to: Creating pages – making them links?brilliant!
Forum: Plugins
In reply to: Help on NEXGEN galleryFound help by adding the nexgen FLASH VIEWER plus an autoviewer swf file.
Forum: Fixing WordPress
In reply to: How to Add Threaded Comments?Mike–how did you do it?
Forum: Fixing WordPress
In reply to: How do I make my theme compatible with nested commentingThanks Otto
I will try to fidget with this and hopefully get it to work.
Thanks!
MikeForum: Fixing WordPress
In reply to: How do I make my theme compatible with nested commentingOtto
I have read this exact document, but when it says “to the comment form” add things, I’m not sure where this is referencing.
Are all the code changes or additions made in the comments.php file?
Thanks for pointing me in the right direction. Looking forward to making this work.
Forum: Fixing WordPress
In reply to: making “blog” page only one categoryTHANKS! That did the trick. I sincerely appreciate the help.
Forum: Fixing WordPress
In reply to: making “blog” page only one categoryThanks so much for responding. I added the code with the appropriate category ID but it is still loading all categories into the page. What I added looks like this:
<?php $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
query_posts(“cat=33&paged=$paged”); ?>Right before where I entered it, it contains the following:
<?php
/*
Template Name: Blog
*/
?><?php get_header(); ?>
<div id=”content”>
<div id=”main”>
Right after is the immediate, followed by all the normal stuff that is on the blog.php page:
<?php $more = 0; ?>
<?php if (have_posts()) : ?>
<?php $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1; query_posts(“paged=$paged”); ?>
<?php while (have_posts()) : the_post(); ?><div class=”theblogpost<?php sticky_class(); ?>” id=”post-<?php the_ID(); ?>”>
Any ideas?
Forum: Fixing WordPress
In reply to: How to add and connect multiple widget ready sidebarsping! Anyone?
Forum: Fixing WordPress
In reply to: Help clearing out archivesAwesome! Well, once I do the backup to the .sql file how do you ever “recover it” in readable format?
Could I install wordpress in a backup directory to copy and paste onto word later?
M
Forum: Fixing WordPress
In reply to: Help clearing out archivesI only want my archives to go back one year but start fresh each year. I did a DB backup but it ends up as an odd file type. I want to be able to save my posts in a way that could be copied into word or something later.
My main question is is there a simple way to delete all previous posts that so that nothing is left to show in archives or previous posts, even though I’ve got hundreds of posts?
thanks
mikeForum: Fixing WordPress
In reply to: Clearing archivesYes..I want to actually take them off the internet as though they have never been there and store the posts on my hard drive. Then, the archives would start fresh with posts that begin in 2007.
Thanks
MikeForum: Plugins
In reply to: Photo pluginAny idea where I can find this plugin?
TX
mikeForum: Fixing WordPress
In reply to: Why are my posts doing this?Ah..the time is what happened…good point! Thanks–I had forgotten that.
MIke