JL Faverio's Avatar

JL Faverio

@jlfaverio

real-world WordPress & SEO tips: jlfaverio.com 🦾 builder of resource-packed sites πŸ’Έ owner @ smallbusinessfanatics.com πŸ¦„ advocate for efficient workflows, website maintenance, and creative problem-solving. also, #ChatGPT is my friend. πŸ₯°

175
Followers
703
Following
87
Posts
15.11.2024
Joined
Posts Following

Latest posts by JL Faverio @jlfaverio

New Dawn by Warren Hedgpeth – oil painting on canvas

New Dawn by Warren Hedgpeth – oil painting on canvas

🎨 Honored to help Jennifer Hedgpeth share the work of her late husband, Warren Hedgpeth β€” a brilliant Sonoma County painter.

We’re building a site to showcase his large-scale oil paintings, like New Dawn (71" x 96.88"). His legacy deserves a digital home.

09.06.2025 20:34 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

found 20+ outdated themes and plugins on a WordPress site this week. these things hide in the background and become easy targets.

if you run a site and haven’t done a cleanup in months, hit me up πŸ‘ it might save you a nightmare later.

10.04.2025 23:08 πŸ‘ 4 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0
Post image

for years, my giant legal pad has been the one thing that actually keeps me on track and forces me to get things doneβ€”other than my wife of course πŸ‘ something about writing it down and crossing it off just works.

13.03.2025 15:29 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
screenshot of Discussion Settings in WordPress

screenshot of Discussion Settings in WordPress

πŸš€ Here's one of the quickest ways to optimize speed and security for ANY #WordPress site.

Just uncheck all the default options WP pre-selects for you.

More free tips @ jlfaverio.com πŸ•πŸ•πŸ•

18.02.2025 18:03 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Haworthiopsis fasciata aka πŸ¦“Zebra Plant

xerophyte.garden/haworthiopsi...

15.02.2025 20:28 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

not that I'm aware of. theme.json is great for global styles, but for specific selectors like .hidden { display: none; } Additional CSS is still the way to go.

08.02.2025 08:22 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Screenshot showing CSS code with multiple display: none; rules targeting specific page items, elements, and classes, demonstrating redundant and cluttered coding practices.

Screenshot showing CSS code with multiple display: none; rules targeting specific page items, elements, and classes, demonstrating redundant and cluttered coding practices.

Just audited a #WP site w/ tons of display:none clutter. Like every hidden element had its own rule. 😩

Here's a #webdevtip to clean it up:

βœ… Create a reusable .hidden class:
.hidden { display: none !important; }

βœ… Group selectors:
.page-item-14387, .footer-brand, .phonehead { display: none; }

06.02.2025 16:50 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 1

#Wordle 1,313 6/6 πŸ˜‚

β¬›πŸŸ¨πŸŸ¨β¬›β¬›
β¬›β¬›β¬›πŸŸ¨β¬›
β¬›πŸŸ¨β¬›β¬›β¬›
⬛⬛⬛⬛⬛
πŸŸ¨πŸŸ¨πŸŸ¨β¬›β¬›
🟩🟩🟩🟩🟩

22.01.2025 15:46 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Looking for a quick emoji swap in #WordPress? Better Search Replace Pro does it in one passβ€”no more manual edits, just a smooth update so you can get back to building and breaking shit. πŸ’›

21.01.2025 17:40 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

well crap, looks like the Autoblue plugin is no longer auto-posting from my WP site to Bluesky πŸ€”

09.01.2025 19:11 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Affordable WordPress Maintenance - Starting at $25/mo Keep your WordPress site secure and running smoothly for less than $1/day. Get proactive updates, backups, and performance boosts for uninterrupted performance.

πŸ‘‰ Keep your #WordPress website running smoothly for less than $1/day

For $25/month, I take care of updates, backups, and security so you can focus on your business without the tech headaches.

Let’s get started: jlfaverio.com/wordpress-ma...

07.01.2025 17:38 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

anyone else think Kohl's will be bought by Amazon this year? πŸ‘

01.01.2025 16:29 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

πŸ‘‡ here's another way to bulk edit content within #WordPress

just enable Enfold's debug mode to view and edit source code - perfect for bulk edits!

//Enfold debug mode box
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}

31.12.2024 16:26 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Quick tip: If your login page says an email doesn’t exist, you’re giving hackers a free pass to figure out valid accounts.

In other words: Stop making their job easy. Lock it down and keep that info private.

#WebsiteSecurity #StaySecure #PhisingPreventative

27.12.2024 17:49 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

ah man I miss playing chess!

27.12.2024 17:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

πŸ€” got Google Search Console #GSC questions? JL's got answers. πŸ’ͺ

client: JL - can you tell me what this is all about?

me: Some pages aren’t on Google due to robots.txt blocking them. This file controls what Google can see. Use the link to review affected pages, or I can help fix it.

26.12.2024 15:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Bing Search gets faster, more accurate and efficient through SLM models and TensorRT-LLM Bing's search team said it "trained SLM models (~100x throughput improvement over LLM), which process and understand search queries more precisely."

searchengineland.com/bing-search-...

22.12.2024 05:33 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Party City is going out of business | CNN Business Party City is closing down all of its stores, ending nearly 40 years in business, CNN has learned.

www.cnn.com/2024/12/20/b...

21.12.2024 00:13 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

anyone in the #WordPress community notice that emojis like πŸ‘ no longer display on the frontend or save in the backend since version 6.5?

20.12.2024 17:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I’m agreeing with @donnafontenot.com on calling them β€œreposts” πŸ¦‹

19.12.2024 21:53 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

Matt's attack on @wpengine.bsky.social is cringe. This battle is not going to end until there's a legal ruling from the courts. After 18 years developing & designing with #WordPress, I've had enough of @wordpress.org and will not be recommending this software to any of my clients moving forward.

19.12.2024 22:15 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

am I the only one who copies from ChatGPT, pastes into Notepad, then into the website? otherwise, it sneaks in extra hidden lines at the bottom.

or am I crazy?

19.12.2024 20:41 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

it actually DOES search databases too! 😍

17.12.2024 20:40 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

wait a minute...

17.12.2024 20:37 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

finally confirmed today the String Locator plugin primarily searches physical files like:

Theme files
Plugin files
WP Core files

but it does not search the WordPress database for items like post content, metadata, or database-stored options. for that my rec is Better Search Replace Pro.

17.12.2024 20:27 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

great question, I'll find out and letcha know

16.12.2024 08:13 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Just tried String Locator, and it’s a game-changer. It finds text or images in WordPress files with ease. My new favorite plugin. Check it out and more free plugins at jlfaverio.com/wordpress-pl...

13.12.2024 18:20 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

my wife also told me that TODAY was the 13th too! 🀣 what would I do without her?

13.12.2024 15:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

my wife gets me

13.12.2024 15:33 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
WPForms Plugin Vulnerability Affects Up To 6 Million Sites WPForms WordPress plugin patches a high-severity vulnerability affecting up to 6 million websites

www.searchenginejournal.com/wpforms-plug...

11.12.2024 05:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0