threestyler
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog Hacked, Replaced index.php Page, Updated… Now this…I would first of all suggest you rename the last active theme to something else and see if you can get back into the admin to complete the upgrade.
Failing that, make a copy of your wp-config.php file and overwrite everything else manually with a current copy of the latest build of WordPress from here:
http://wordpress.org/latest.zip
Depending on which version of WordPress you were using instead of replacing the new wp-config file with the old copy you would likely be better to use the latest wp-config details with your current database settings.
As a precaution I would also change your database and administration passwords.
Forum: Fixing WordPress
In reply to: Login trouble tips in Codex steps didn't helpTry this method, visit:
http://pajhome.org.uk/crypt/md5/Put a new temp password in the input box and select MD5 copy the MD5 hash generated in the output box and use it to replace your current password via phpmyadmin (wp_users table).
Then try to login to your dashboard with the temp password you generated (not the md5 hash)
Forum: Fixing WordPress
In reply to: Another way to add in custom fieldsIf I understood your question correctly then I beleive the plugin WP-Custom would probably suit you. I use it on a few sites that use the same custom fields all the time. You can also set default values for each field so they are pre-populated if needed example included below:
Forum: Fixing WordPress
In reply to: Importing new database causes reinstallImport the database and in phpmyadmin change the url in the wp_options table to your local/test server. Load the site click the install and it should report that it’s all ready been done and then you should be able to access the site.
Forum: Fixing WordPress
In reply to: How to add custom field in postIf you’re ok adding code manually to your theme then use the following:
http://codex.wordpress.org/Function_Reference/the_authorOtherwise try one of the many author related plugins such as:
http://colorlightstudio.com/2010/06/01/wordpress-plugin-author-exposed-v-1-1/Forum: Fixing WordPress
In reply to: How to add posts below categoriesMultiple Loops is probably the best way to achieve this:
Forum: Fixing WordPress
In reply to: remove sidebarYou will need to go through the template files and remove any instances of
<?php get_footer(); ?>you may also need to edit css for the content area to use the extra space.Forum: Fixing WordPress
In reply to: Pagination broken since WordPress 3.0Try updating the permalinks go to wp-admin>permalinks and click on save changes. If that fails check if there is a .htaccess file in the root WordPress folder and post the contents here.
Forum: Fixing WordPress
In reply to: Login trouble tips in Codex steps didn't helpWhat’s the actual problem? Forgotten Password? White Screen? etc
Forum: Fixing WordPress
In reply to: Category page return to 404Go to the permalink settings and click submit and try again, if it still 404’s post the content of your .htaccess file in the WordPress root here.
Forum: Fixing WordPress
In reply to: Bookmark IconYou could do it manually adding something like the following into your theme where you want it to be displayed:
<a href="javascript:bookmarksite(document.title, window.location.href)"><img src="http://mydomain.com/bookmark.jpg alt="Bookmark" /></a>Forum: Plugins
In reply to: the plugin is goneIt’s in the repository? http://wordpress.org/extend/plugins/get-menu-joomla/
Forum: Installing WordPress
In reply to: Getting my site up before ditching my old one.You could create the site on a local server using xampp or wampp etc then transfer the site to your new host when it’s ready or your new host probably provides you with an ip address you can connect to to develop on before you change the dns of the domain.
Sounds like you set one of your pages as a static page:
go to:
http://yourdomain.com/wp-admin/options-reading.php(Admin>Settings>Reading) and make sure “Your Latest Posts” is selected.Forum: Everything else WordPress
In reply to: Old wordpress page showing up in Google searchThis isn’t really WordPress related, but you could login to google’s webmaster tools and request removal of the url.