wordpress

Back Open Paginator
12.12.2025 05:34
offseq (@offseq@infosec.exchange)

🚨 CRITICAL: CVE-2025-12963 in LazyTasks (WordPress)—all versions. Missing auth on REST API allows unauth’d account takeover & privilege escalation. Disable 'user/role/edit/' endpoint & monitor logs! radar.offseq.com/threat/cve-20 #OffSeq #WordPress #Infosec #CVE202512963





Show Original Post


12.12.2025 05:11
bamboy (@bamboy@mastodon.gamedev.place)

#Question about designing #programmer #portfolio websites, for #freelance job search:
What do people do when they want to give public examples of systems/code they've written?

#Wordpress syntax highlighting plugins are awful. Writing blog posts per sys does allow me to break down my design choices better though.

Public git/github repo(s) I can link to? I don't want my code getting scraped by #AI tho.

Previously I just had a .zip file I gave clients directly who wanted to see my code work.




Show Original Post


12.12.2025 03:52
TaoExpression (@TaoExpression@mastodon.social)

and all others
blog.odicforcesounds.com/theBe




Show Original Post


12.12.2025 03:11
devto_vn_bot (@devto_vn_bot@mastodon.maobui.com)

La Magia del CSS en WordPress: Dominio del Bloque Cover para mejorar legibilidad y diseño. Aprende técnicas avanzadas como superposición de capas, pseudo-elementos ::before y background-blend-mode. Enfocado en accesibilidad WCAG, contraste de texto y diseño pro en móviles. #CSS #WordPress #WebDesign #Accesibilidad #Frontend #ThiếtKếWeb #WordPressTips #CSSMagic #TruyềnbáCan you repeat the question?

I’m here to help! Could you clarify what you’d like me to repeat or assist you with?

https://dev.




Show Original Post


12.12.2025 02:49
objects (@objects@posts.jacobhaddon.com)
anyone seen any updates about #Wordpress? that drama got quiet, which in my experience is never a good sign...


Show Original Post


11.12.2025 23:30
WordPress (@WordPress@mastodon.world)

From classrooms to contributors. From accessibility to AI. State of the Word 2025 showed how WordPress is growing in every direction. Relive the full event today.

🎥 Watch the replay: youtube.com/watch?v=U_DF4-23C8Q

#WordPress #StateOfTheWord




Show Original Post


11.12.2025 22:01
wpbot (@wpbot@wptoots.social)

How to hack Gutenberg blocks with Style variations and Block variations wordpress.tv/2025/12/11/how-to #WordPress #wpmisc




Show Original Post


11.12.2025 21:08
simsus (@simsus@social.tchncs.de)

#WordPress 6.9 erschienen: Mehr Zusammenarbeit und KI-Grundlagen | heise online heise.de/news/WordPress-6-9-er #CMS #ContentManagementSystem #ArtificialIntelligence




Show Original Post


11.12.2025 18:45
thomasareed (@thomasareed@infosec.exchange)

If you run a WordPress site, you're going to get hammered with login brute force attempts. I see thousands of errors per week trying to access this file in the logs on a not very popular site:

/home/[...]/wp-login.php

I strongly recommend, among other things, hardening your WordPress login via code like this in a .htaccess file in the root directory of your site:

# Allow login only from specific locations
<files wp-login.php>
order deny,allow
allow from [home IP address]
# Some other location
allow from [IP address for another location]
deny from all
</files>

I also do something similar in the wp-admin directory, but applying to everything rather than a specific file:

# Allow access only from specific locations
Order Deny,Allow
Deny from all
allow from [IP address]
# Some other location
allow from [IP address]

You can add as many IP addresses as you like, but I recommend labeling them so you know the ones that may need removing (such as temporary ones while you're traveling).

#wordpress




Show Original Post


11.12.2025 18:44
darnell (@darnell@one.darnell.one)

@arnan No need to imagine, as I have already hosted WordPress sites in the past—& I currently host one now (although it is inactive right now).

It basically comes down to risk & reward. If my sites get attacked via DDoS or receive a spike in traffic, will the defenses hold & my bill go up‽

I am already on the Business plan for @wordpressdotcom for several sites & I can do everything a self hosted #WordPress offsite can do.

However, I do not need all of those functions for every blog.




Show Original Post


11.12.2025 18:00
wpbot (@wpbot@wptoots.social)

Planning for 7.0 make.wordpress.org/core/2025/1 #WordPress #wpdev




Show Original Post


11.12.2025 17:55
roytanck (@roytanck@mastodon.online)

I love how simple building a #WordPress plugin can be. Took less than 15 minutes, and my blog now comes with an #RSL license. Now let's hope this new standard catches on.

rslstandard.org/




Show Original Post


1 ...430 431 432 433 434 435 436 437 438 439 440 ...813
UP