Scrape data from a website and post it on the blog

While importing from machine-readable formats, such as RSS is quite straightforward and usually has plenty of tools around… it is very different story with arbitrary HTML. If you are not up to code this from scratch, then closest semi-automated tool I know is Dapper – it can process HTML pages and according to rules that … Read more

Importing large data from blogger

Firstly, your upload_max_filesize is much smaller than your post_max_filesize which means that even though you can POST 100MB of data, PHP will only accept files in that POST data which are 8MB or less. Try increasing this limit. Secondly, are you sure that your php.ini is being loaded by your host? Not all hosts allow … Read more

Convert WordPress.com embed links to normal embeds

you could use phpMyAdmin to do a search&replace on the wordpress database for the old youtube embed string and then replace with the new one. Should be possible since the syntax is similar enough. edit: to add from this other stackexchange question: Search RegEx is a good plugin to be able to search and replace … Read more

Easy way to import a post from Word?

There are 3 ways you can import content from Word: Paste from Word There’s a button in the editor that allows you to paste content directly from Word. This removes the special formatting Word uses to lay content out on the page and will make things work well on your site. (The button is in … Read more

How to import a TypePad blog including all media?

The export file isn’t supposed to contain actual images–just references to them. When you do the import (as @Philip directed), it’s important that the images still be available via http in those original locations. WordPress downloads them and adds them to the local media library during the import process.

WXR import problem β€” not including categories

Maybe this is the answer: http://mansurovs.com/tech/wordpress-does-not-import-categories-and-tags (from there) : Make sure not to delete the original β€œHello World!” post that gets automatically created by WordPress. If you have already deleted it, create a new dummy post that you can later delete. Make sure that the WordPress import process is successfully finished. After all posts and … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)