intcon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comment Box not Appearingok..i’ll give it a shot..thanks!
Forum: Fixing WordPress
In reply to: Comment Box not Appearinghmm…in this line?
<?php if (is_search()) the_excerpt(); else the_content(__('Read the rest of this entry »', 'kubrick')); ?>Forum: Fixing WordPress
In reply to: Tagline was changed…somehow?is it possible something “reset” and an old tagline that we used months ago has just shown up again?
Forum: Fixing WordPress
In reply to: Surprise Archive header appearing on pageok…but no way to get rid of the whole header eh?
thanks anyways!
carrie
Forum: Fixing WordPress
In reply to: Surprise Archive header appearing on pagenothing world ending…now it says
�SCAMS TARGETING WRITERS� Category
instead….
=)Forum: Fixing WordPress
In reply to: Surprise Archive header appearing on pageremove this whole line?
<?php /* If this is a category archive */ if (is_category()) { ?> <h2 class="pagetitle"><?php printf(__('Archive for the ‘%s’ Category', 'kubrick'), single_cat_title('', false)); ?></h2>sorry..removing code scares me to pieces after the last “incident” =)
carrie
Forum: Fixing WordPress
In reply to: permalink question…any thoughts? or just change all the permalinks by hand?
carrie
Forum: Fixing WordPress
In reply to: Possibly deleted page.php…=)bless you…=)
Forum: Fixing WordPress
In reply to: Possibly deleted page.php…=)any ideas? i have two page.php pages..
one starts with `<?php get_header(); ?>
<div class=”art-contentLayout”>
<div class=”art-content”><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”art-Post”>`
the other<?php get_header(); ?> <div class="contentLayout"> <div class="sidebar1"> <?php include (TEMPLATEPATH . '/sidebar1.php'); ?>which one goes where?
thanks!
=)
Forum: Fixing WordPress
In reply to: Possibly deleted page.php…=)If i download the theme’s page.php, and upload it into the wp-content/themes/nameoftheme/ file…would that affect the wp-admin file that the error is coming up with in the above error msg?
carrie
Forum: Fixing WordPress
In reply to: Moved WP, all posts disappeared…help!ok…whew, that worked, i can stop sweating now! bless you for answering so quickly!
before i had the permalinks set up as content/post-name under custom, when i changed it to default it all worked..how can i change it to show that again? category/post-name? possible?
carrie