Author: Imran Malik

  • Premium features

    With vibe coding seems like lots of premium and pro features of plugins are achievable. Thinking of moral and ethical but what can we say because it is simply achievable now. Creating clone plugin also from scratch and from fork also is no longer impossible for non coder like me.

  • Happy Teachers Day

    Tbh i only remember 1 or 2 teachers from school; those that only gave impact on my life. When friends from school talked about teachers i don’t really participate. Because i dont really remember much about them. Some that i still remember already passed away. Obviously, i think if i ever meet one now, none of them will remember me. Despite i was one of top students in school. But nevertheless happy teachers day for those celebrating today. Done some flower wrapping for my kids to bring to school for their teacher.

  • No internet

    sometimes how delightful i fell when this house don’t have internet connection. it feels refreshing, make us “connected” again in old fashion haha

  • Pray for your parents

    Happened to have in laws that neglect their parents, with the spirit mother’s day still, i hope that you doing well with your mother, father and siblings, don’t just because your spouse dislike them (or asked you to be so), you ignore them in your life. You are better than that

  • Happy Mother’s Day

    wishing happy mother’s day to those who celebrating, despite you are only mother of 3 cute kitten, i can consider you a mother too, so happy mother’s day may God bless you with a good day and years ahead

  • Heaven tool

    AI and chatgpt is a heaven tool for introvert; at least for those who shy to ask questions, not because they don’t want to but fear of people judging. but obviously heavily rely on it comes with a price

  • Keep it simple stupid

    some problem can be solved with just a simple trick without having to spend lots of time and money to get the solution. but somehow, most of time people tend to overcomplicate things which leads to waste of time and money. not satisfy with the solution? or complicated solution will make you appear as the dude? cannot accept defeat? i don’t know, maybe me myself is over complicate about this thing

  • Been Thinking

    been thinking whether its really worth it to make an existing solution just better 5% by making new solution/product from scratch, from zero just then after that got copy cat

  • 🧠 How I Made Posting to My Own WordPress Site As Easy As Sending a Text (No Login Needed) with Forminator and Sample

    Subtitle: Because logging in every time you wanna post a thought? Feels like untangling holiday lights just to flip the switch.


    So listen…

    You know that little WordPress site I’ve got?
    Yeah, that one I use to jot down ideas, brain-dump weird thoughts, save copy angles, rant about plugin updates, and sometimes just write “ugh” in big bold letters when clients drive me up the wall?

    That’s my space. My hideout. My therapist without a co-pay.

    But for the longest time, it had one problem that made me hate it just enough to avoid using it:

    👉 I had to log in every time I wanted to post.

    Babe… I know this sounds minor. But hear me out.

    When you’re in the middle of an idea—when inspiration hits, when a weird metaphor pops into your head, or when you just need to vent because your Zapier automations broke again—
    …the last thing you want is to deal with:

    • Username
    • Password
    • Two-Factor auth (because I “care about security”)
    • Waiting for the Dashboard to load
    • Clicking “Posts” → “Add New”

    It kills the vibe. It’s like needing a ladder just to write on a sticky note.


    😡 The Problem (That Made Me Talk to Myself Like a Crazy Person)

    I found myself doing this ridiculous thing:

    I’d open my WordPress login page…
    Stare at it…
    Think “Do I really want to log in just to post that I had a new idea for an upsell funnel?”
    Then I’d close the tab.
    Then I’d forget the idea.

    I got so frustrated I started emailing myself notes instead.
    Then I got annoyed with the emails piling up.
    So I made a Notion board.
    Then I hated Notion for being too slow on mobile.
    So I went back to emailing myself.

    Rinse. Repeat.

    It felt like being in a toxic relationship… with my own blog.


    🧠 The “Genius” Realization (Yeah, I’m Gonna Brag a Bit)

    One night, lying in bed next to you—while you were half-asleep watching cooking TikToks—I had this idea:

    “Why not just create a frontend form that lets me post straight to the site… without logging in?”

    Boom.

    But not just any form. A private form.
    Protected with a secret PIN, like the digital version of hiding the spare key under the potted plant.

    So I can visit a page on my site, punch in my PIN, dump my thought into a field, hit submit—and boom. It’s published.

    No logins. No dashboards. No excuses.

    I solved my own problem and made it feel like I hacked the Matrix.


    🛠️ The Solution: My PIN-Protected Instant-Post WordPress Form

    Let me walk you (and yes, technically also you, my dear reader) through how I pulled it off.

    This isn’t a dev trick.

    No custom code.
    No functions.php nonsense.
    No API calls.
    Just a clever setup using Forminator—a free plugin I now worship slightly more than I should.


    🔹 Step 1: Install Forminator

    • Head over to Plugins > Add New
    • Search “Forminator”
    • Click Install then Activate

    Forminator is a beautiful, bloat-free plugin from WPMU DEV that lets you create forms, quizzes, polls, and even accept payments.

    But what we want is its Post Data feature.


    🔹 Step 2: Create a New Form

    • Go to Forminator > Forms > Create New
    • Choose “Blank Form”
    • Name it something clever like “Quick Post Form” or “Private Portal of Genius”

    Then add these fields:

    1. PIN Number (Text Field)
      • Label: “PIN Number”
      • Placeholder: “You know the drill…”
    2. Post Title (Text Field)
      • Label: “Title”
      • Required
    3. Post Content (Paragraph Field or Rich Text Editor)
      • Label: “Your Thought”
      • Required
    4. Submit Button
      • Name it something fun like “Drop the Mic” or “Publish This Thought”

    Now the trick:

    Go to the Submit Button settings > Visibility Rules

    → Add this condition:

    “Show this button only if PIN Number equals [your secret code]”

    💡 Use something only you know. And no, “1234” doesn’t count. You’re not a luggage lock.

    Now… the real magic.


    🔹 Step 3: Configure Post Settings

    This is where it all comes together.

    • Go to Settings > Post Data
    • Enable “Create Post”
    • Set Post Type to “Post”
    • Set Post Status to “Published” (or “Draft” if you want to review before it goes live)
    • Choose a Default Author (I created a user named “QuickPost” just for this)

    You can even map the form fields to WordPress fields:

    • Title → Post Title
    • Paragraph → Post Content

    Then hit Publish.


    🔹 Step 4: Embed the Form

    Drop the form shortcode on a private page.
    Something like yourdomain.com/quickpost.

    You can even hide that page from menus and search engines if you wanna get ninja about it.


    💾 The End Result (That Made Me Feel Like a Hacker)

    Now I can:

    • Open my “QuickPost” page
    • Enter my PIN
    • Write whatever’s on my mind
    • Hit Submit

    And that post is instantly published on my blog.
    No logins. No distractions. No lost thoughts.

    I basically turned my site into a personal Twitter feed—without Elon messing it up.


    Sample That You Can Try:


    🎯 Requirements Recap

    All you need is:

    ✅ WordPress (obviously)
    ✅ Forminator (free from WP.org)
    ✅ A default author account
    ✅ A half-decent memory for your PIN
    ✅ At least one cup of coffee and mild frustration with how clunky WordPress is

    That’s it.

    🙋‍♀️ Now… You might be asking…?

    “So… anyone can post to your site now?”

    “What if someone finds the page and guesses the PIN?”

    “Isn’t this insecure?”

    “Why are you telling strangers this like it’s a flex?”

    “Shouldn’t you be building something for money instead?”

    > Login or Subscribe(?) for the answer.

    🔥 Final Thoughts (Before I Get the Side-Eye)

    If you’ve got a personal WordPress site…
    And you wanna dump thoughts, status updates, rants, or random insights without logging in every time

    Do this.

    It’ll change the game.
    You’ll post more.
    You’ll stop fighting your own site.
    And you’ll actually use the thing you built.

    Sometimes the best systems aren’t the most complex.

    They’re the ones that remove friction and make the work feel easy.
    Even fun.

    And that, my friend… is why I’m proud of this little trick.

    Now excuse me while I go post this rant on my blog—without logging in.

  • Work Smart

    Sometimes, it just, it just too much work and I rather lay down on my sofa watching netflix, who with me?

Review Your Cart
0
Add Coupon Code
Subtotal