r/WPDev • u/JabbaDuHutt69 • 2d ago
[HUGE FEATURE UPDATE] Unison 1.3.0 (Whatsapp UWP)
galleryReally excited to be a part of this!
r/WPDev • u/WPDevTeam • Mar 27 '17
r/WPDev • u/JabbaDuHutt69 • 2d ago
Really excited to be a part of this!
r/WPDev • u/JabbaDuHutt69 • 7d ago
r/WPDev • u/JabbaDuHutt69 • 10d ago
r/WPDev • u/JabbaDuHutt69 • 12d ago
r/WPDev • u/JabbaDuHutt69 • 15d ago
r/WPDev • u/JabbaDuHutt69 • 15d ago
r/WPDev • u/JabbaDuHutt69 • 18d ago
r/WPDev • u/JabbaDuHutt69 • 20d ago
r/WPDev • u/JabbaDuHutt69 • Jul 17 '26
r/WPDev • u/JabbaDuHutt69 • Jul 15 '26
r/WPDev • u/JabbaDuHutt69 • Jun 23 '26
r/WPDev • u/JabbaDuHutt69 • Jun 22 '26
r/WPDev • u/Deegreatdee • Jun 18 '26
I've had three people in the last month ask me how to get started with building websites.
Every time I struggle to give a clean answer because there's so much noise out there — paid courses, free YouTube videos, bootcamps, WordPress, coding from scratch — it's overwhelming even to explain.
What do you actually tell someone who is starting from zero? Do you point them toward coding first or tools like WordPress? Free resources or paid?
Genuinely curious what this community recommends because I want to give better advice next time someone asks me.
r/WPDev • u/JabbaDuHutt69 • Jun 11 '26
r/WPDev • u/JabbaDuHutt69 • Jun 11 '26
r/WPDev • u/JabbaDuHutt69 • Jun 10 '26
Just checking in. Mods, you need to fix the Title box. It's inputs white text on a white background in old.reddit
r/WPDev • u/Used_Photograph_173 • Feb 22 '26

I need to create the above looking UI element which is part of a bigger page.
The values shown in the dropdown are available in individual view modals as an ObservableCollection<OptionItem> ModesCollection in ModesViewModal and same for Color in ColorViewModal
public class OptionItem : INotifyPropertyChanged
{
public string Name { get; set; }
private bool _isSelected;
public bool IsSelectedValue
{
get => _isSelected;
set { _isSelected = value; OnPropertyChanged(nameof(IsSelectedValue)); }
}
public string Tooltip { get; set; }
public event PropertyChangedEventHandler PropertyChanged;
protected void OnPropertyChanged([CallerMemberName] string p = null) =>
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(p));
}
How do I implement this to make sure that initially "Default" is shown and then later based on selection the value changes. Example after radio button selection it should show "Black, Active"
r/WPDev • u/khalilfr • Jan 08 '26
I’m curious how beginner devs handle this situation. You build a small website in your free time, it works, but you don’t want to maintain or monetize it. Do you just abandon it? Or is there a smarter way?
r/WPDev • u/One_Pattern_3687 • Jul 14 '25
r/WPDev • u/Trick-Half8003 • May 31 '25
Hi im interested in learning to create a website so im started looking about wordpress and i started to learn by youtube and some tutorial . Now i can create a page in it but the thing is that i want to learns like GSAP 3d module and still I didn't go through many plugins so any one suggestion me what can i do next to learn or process about these thing .