doc4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updated to wordpress 2.8.6 Now my links don’t workseanchappell,
Double check that your permalink settings are correct: Settings > Permalinks.
Forum: Fixing WordPress
In reply to: Reordering a single categoryandao,
The posts are ordered by date. Visit the admin panel and alter the dates for each post to reorder them.
WordPress also allows for post order: http://codex.wordpress.org/Template_Tags/query_posts#Order_Parameters
Forum: Fixing WordPress
In reply to: Page HTML text appears below tag, though it is placed abovebilljacobson,
Try placing the <h2>Photo Sets</h2> below the <h2>Gallery</h2> tag and see if that helps.
Forum: Fixing WordPress
In reply to: file links download an html filesupermucho,
Try zipping the files for downloading.
Forum: Fixing WordPress
In reply to: Published Pages…disappeared!wpgal,
Did you copy over the wp-content folder? Either way here is the link to import the SQL file: http://codex.wordpress.org/Restoring_Your_Database_From_Backup
Forum: Everything else WordPress
In reply to: moved from wordpress.com, links don’t work nowABCcreativity,
The search engines will need a few days to catch back up to the changes so there isn’t much you can do there. Be sure that is you have a revisit tag in your header the recheck time is only a day until you feel comforatable.
<meta name="revisit-after" content="1 day" />The error page you are referring to is the 404.php file located in the theme directory.
Forum: Everything else WordPress
In reply to: I was not able to see my statsdesipooja,
Are you using a statistics plugin?
Forum: Everything else WordPress
In reply to: commentsmarkvidales,
Altering the code for this is specific to the theme in use. Can you point us to your site or the theme?
Forum: Everything else WordPress
In reply to: Add a second Footer.php filegotmerchant,
<?php get_footer(); ?>will only call on the footer.php file. Try this instead:
<?php include (TEMPLATEPATH . '/footer1.php'); ?>Forum: Fixing WordPress
In reply to: One of my authors locked outDisturbedGoddess,
Why not set up a new account for this user and transfer any posts to the new account. Then delete the original.
Forum: Everything else WordPress
In reply to: moved from wordpress.com, links don’t work nowABCcreativity,
Make sure the Blog URL and WordPress URL under Settings > General reflect the new address.
Forum: Fixing WordPress
In reply to: Kubric Header Spacing Issuerarerborealis,
Maybe I am misunderstanding then, can you explain the what you are looking to do again?
Forum: Fixing WordPress
In reply to: Need the comments background to be whitekilljoy_,
Seems this issue has been resolved.
Forum: Fixing WordPress
In reply to: Image doesn’t display in visual tabjim.ellison,
Double check your uploads file path Admin > Settings > Misc. Also be sure the uploads folder is accessible through chmod.
Forum: Fixing WordPress
In reply to: Upgraded to 2.8.6, hacked within 12 hours.ZachGates,
Is it possible that the site had been hacked prior to the upgrade? Please read through the hacked post: http://wordpress.org/support/topic/307660?replies=1