$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Download an entire blog for offline readingarchival (without using RSS feed)|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Download an entire blog for offline readingarchival (without using RSS feed)

matteradmin10PV0评论

I want to download an entire wordpress blog to read offline. Is there any easy way to do this specifically for wordpress blogs? I don't want to use RSS feeds, since the blog I wish to download does not give the entire post in its RSS feed.

If there's no easy way to do this specifically for wordpress blogs, any suggestions for a good generic website downloading tool?

I want to download an entire wordpress blog to read offline. Is there any easy way to do this specifically for wordpress blogs? I don't want to use RSS feeds, since the blog I wish to download does not give the entire post in its RSS feed.

If there's no easy way to do this specifically for wordpress blogs, any suggestions for a good generic website downloading tool?

Share Improve this question asked Sep 3, 2011 at 15:05 GeroGero 511 gold badge1 silver badge2 bronze badges
Add a comment  | 

3 Answers 3

Reset to default 4

Whenever I've needed to download a site for offline viewing, I've used HTTrack. It's not WP specific, but it's always done the job for me and has been around for a long time.

To read website offline, you have to grabb the website in you PC. So i have 2 options to do this

  1. HTTRACK
    HTTRACK is chmapion for copying the contents from the entire site. HTTRACK can even grab the needed pieces to make a website with active code content work offline. This is the tool you need. Thi sis my suggested tool than others

  2. Internet Download Manager
    Internet Download Manager (IDM) is bascially downloading tool which allow user to grab entire site.
    Here you can find the steps how to grab the website with IMD Grabber for offline use https://www.internetdownloadmanager/support/idm-grabber/grabber_wizard.html
    One thing, IMD is coming with 1 month free trails after that its cost you

You can use the Print My Blog plugin to create a PDF of your site. See https://wordpress/plugins/print-my-blog/

Post a comment

comment list (0)

  1. No comments so far