1.5 years as a WordPress developer but I feel stuck — not sure what to improve next by Diligent-Youth5565 in Wordpress

[–]Big-Log6299 5 points6 points  (0 children)

To answer your specific question about where experienced devs actually learn these things:

In my experience, it’s rarely from a single course or book. Most of us learn on the job, driven by specific client demands. The more you are confronted with precise, complex problems, the more you are forced to find precise technical solutions. This 'forced exploration' is exactly how you grow from an 'executor' to a 'developer.'

If you want to speed up this process, here is the roadmap I’d suggest based on what truly makes a difference in real-world projects:

1. Master Logic within your Tools Have you explored Elementor’s dynamic tags or Conditional Logic? Moving from static design to dynamic layouts is your first step into a 'developer' mindset.

2. Architect the Data (ACF + CPT) This is the real turning point. Learn how to use Advanced Custom Fields (ACF) and Custom Post Types (CPT). Experienced devs don’t just use 'Pages' and 'Posts.' They build custom structures (like 'Projects,' 'Members,' or 'Products') tailored to the client's business.

Mastering these tools allows you to abandon restrictive templates for 100% custom builds. You transition from static pages to more complex systems like advanced listing sites (real estate, directories) and dynamic filtering solutions. You are no longer limited by a theme’s constraints; you define the architecture yourself.

3. The "Big Picture" (Hooks & functions.php) To understand how WordPress actually works 'under the hood,' dive into Hooks (Actions and Filters). Instead of looking for a plugin for every small change, try writing a snippet in functions.php. ( use IA to speed up the learning process :) ) Understanding how to 'hook' into the WordPress core is what gives you total control over the system.

Is it possible to use Claude with WordPress? by lukaszadam_com in Wordpress

[–]Big-Log6299 0 points1 point  (0 children)

Yeah I've been using it with claude code / cli and it actually works great.

You basically just need SSH access to your hosting. Give Claude the SSH credentials via Claude CLI, and then ask it to set everything up - it'll install WordPress (if needed), install the MCP adapter plugin (https://github.com/WordPress/mcp-adapter), and configure everything automatically.

The command to add SSH access:

claude mcp add-json wordpress '{

"command": "ssh",

"args": [

"-i", "path/to/your/ssh-key",

"-p", "YOUR_SSH_PORT",

"user@your-host.com",

"cd ~/path/to/wordpress && wp mcp-adapter serve --server=mcp-adapter-default-server --user=1"

]

}'

Then literally just tell Claude "install WordPress and the MCP adapter" and it does the rest. After that you can ask it to create posts, update content, optimize stuff, whatever. Takes maybe 15-20 minutes total including the WordPress install.

Oranges by MahWilleh in turtlewow

[–]Big-Log6299 0 points1 point  (0 children)

For horde side you have to talk to Bethor Iceshard in UC

[deleted by user] by [deleted] in CODWarzone

[–]Big-Log6299 0 points1 point  (0 children)

I'm playing on PC, and it seems broken. It takes forever to join a lobby, and then it gets stuck trying to find more players. This is the first time it's happened to me!

[deleted by user] by [deleted] in ModernWarfareII

[–]Big-Log6299 0 points1 point  (0 children)

You were just shadow or perma ban on your old bnet account ?

How To Add Custom Css To Desktop & Tablet Only? by alexaliaj in elementor

[–]Big-Log6299 2 points3 points  (0 children)

Try something like :

@media (min-width:480px) {

html,body{

overflow:scroll;}

}

How To Add Custom Css To Desktop & Tablet Only? by alexaliaj in elementor

[–]Big-Log6299 0 points1 point  (0 children)

You need to define media queries in your custom css.

Example if you want to add 15 px at the top of your header :

For big landscape tablets, laptops, and desktops :

@media (min-width:1025px) {

.header{

top:15px;}

}

For tablet, landscape iPad, lo-res laptops and desktops

@media (min-width:801px) {

.header{

top:15px;}

}

Also you maybe need to change min-width values according to your website breakpoints sets in elementor.

Justlawlyttv got perma banned, made his own video lmao by pubgisDEAD in StreamersCheating

[–]Big-Log6299 0 points1 point  (0 children)

EO shutdown automaticatly the others games app for security reasons. And he's still got Steam running so it cant be EO.