• chevron_right

      Customize BBQ Firewall

      pubsub.slavino.sk / perishablepress · Tuesday, 24 November, 2020 - 00:41 edit

    BBQ Firewall is a lightweight, super-fast plugin that protects your site against a wide range of threats. BBQ checks all incoming traffic and quietly blocks bad requests containing nasty stuff like eval(, base64_, and excessively long request-strings. This is a simple yet solid solution for sites that are unable to use a strong Apache/.htaccess firewall. BBQ is kept as lightweight as possible, so there are no options or settings to change default behavior. Based on years of feedback, the default […]

    Značky: #Rozne, #firewall, #Security, #blacklist, #plugins, #WordPress

    • chevron_right

      Code Snippets to Customize WordPress Sitemaps (Complete Guide)

      pubsub.slavino.sk / perishablepress · Wednesday, 23 September, 2020 - 18:14 edit

    By now most have heard about the WP Sitemaps feature introduced in WordPress version 5.5. From what I’ve read most existing sites that needed a sitemap already had one via one of the many free sitemap plugins. But for new WordPress sites going forward, having all the sitemap code in the WordPress core now means that new sites have the option of rolling with the default WordPress sitemaps, or use a dedicated plugin to do the job. This post is […]

    Značky: #WordPress, #snippets, #Rozne, #robots, #code, #SEO, #Security, #sitemaps

    • chevron_right

      New Plugin for WordPress 5.5 and Beyond: Disable WP Sitemaps

      Jeff Starr · pubsub.slavino.sk / perishablepress · Wednesday, 5 August, 2020 - 00:31 edit

    WordPress 5.5 and beyond features built-in sitemaps that are enabled by default. For new users and sites this may a good thing. Now users don’t have to bother with thinking about how to implement a sitemap. Like with Privacy control, WordPress just does it for you automagically. BUT for the millions of sites that already have a sitemap thanks to any of the excellent and free sitemap plugins — that’s like maybe 5–10 million websites — well congratulations you now […]

    Značky: #WordPress, #plugins, #Rozne

    • chevron_right

      WordPress Plugin: Disable Media Sizes

      Jeff Starr · pubsub.slavino.sk / perishablepress · Tuesday, 4 August, 2020 - 20:58 edit

    Whenever you upload an image using the Media Library, WordPress automatically creates a set of alternate-size images. The number and size of these auto-generated images continues to grow each year, as WordPress tries to keep up with increasingly hi-resolution screen sizes. For many WordPress-powered websites, the extra media sizes enable WordPress to serve images responsively and that’s a good thing. But for some WordPress sites, all the extra images simply are not necessary. In some cases downright wasteful. And that’s […]

    Značky: #WordPress, #plugins, #Rozne

    • chevron_right

      WordPress Plugin: Disable Lazy Loading

      Jeff Starr · pubsub.slavino.sk / perishablepress · Tuesday, 4 August, 2020 - 20:07 edit

    Sloth by photosforhobby source WordPress 5.5 brings some cool new features, including built-in support for lazy-loading images. So whether you want it or not, WordPress will add a new “loading” attribute to all of your images. That way supportive browsers will be able to load your images as the user scrolls the page, instead of trying to load everything at once. It’s a popular front-end technique that may help to boost performance a little bit. Like anything else, there are […]

    Značky: #WordPress, #plugins, #Rozne

    • chevron_right

      About the New Perishable Press Bookstore

      Jeff Starr · pubsub.slavino.sk / perishablepress · Monday, 15 June, 2020 - 22:57 edit

    After six months of on-again, off-again hard work (and plenty of unexpected challenges), I am excited to launch the new Perishable Press Bookstore. The old bookstore was located on a separate domain, but I wanted it to be better integrated with the main site here at Perishable Press. So now there is the site blog at perishablepress.com and the store at books.perishablepress.com. Having both sites under the same domain enables me to now streamline and simplify a LOT of stuff […]

    Značky: #News, #WordPress, #books, #design, #performance, #theme, #themes, #ux, #Rozne

    • chevron_right

      WordPress SSH2 configuration

      pubsub.slavino.sk / systemajik · Monday, 8 June, 2020 - 04:00 edit

    Instead of the packaged WordPress I run the version provided by WordPress. It is installed using a different userid from the userid the webserver runs as.  To enable updates from the Admin Dashboard, I enabled sftp (ssh). This is how I did it. Using the SFTP option requires the PHP ssh module. The command below …

    Značky: #ubuntu, #ssh, #Network, #wordpress