Elementor Logo Download Angie

Angie prompt library

Customize dashboard

Create a smarter WordPress admin experience by customizing the dashboard’s look and functionality with widgets, tools, and one-click actions.

Create new role

Using code, create a new user role called [role name] with capabilities to [describe what they should be able to do, e.g., “edit posts but not publish them” or “manage products but not access settings”]

Rollback Plugins

Using code, add a rollback button to my themes and plugins so I can revert back and forth to previous and current version

Create child theme

Using code, add a “Create Child Theme” button to the themes page that automatically generates a child theme from any installed theme with one click

Rollback theme

Using code, add a rollback button to my themes and plugins so I can revert back and forth to previous and current version

Show featured images

Add a featured image thumbnail column at the end of the posts list and enable quick editing to upload or select featured images without opening the full editor

Add meta field

Add a custom meta description field to all posts and pages that controls what text appears in Google search results and social media previews. Configure the featured image to automatically be used as the preview image for social sharing on Facebook, WhatsApp, and other platforms.

Auto-Tag Posts Based on Content

Using code snippet, add a custom functionality to my WordPress site that when you click on a button it automatically adds relevant tags to posts based on frequently used keywords in the content when the post is published.

Duplicate Post/Page Function

Using code snippet, add custom functionality to my WordPress site that adds a “Duplicate” button to posts and pages in the admin list, allowing me to quickly clone any post or page with one click.

Add Related Posts

Using code snippet, add custom functionality to my WordPress site that displays [X] related posts at the end of each blog post based on shared categories or tags

Add Custom Dashboard Widget

Using code snippet, add custom functionality to my WordPress site that adds a custom dashboard widget showing [recent orders/latest signups/site statistics/custom message] visible only to administrators.

Limit Post Revisions

Using code snippet, add custom functionality to my WordPress site that limits the number of post revisions stored in the database to [X] revisions per post to reduce database bloat.

Add Custom Post Type

Using code snippet, add custom functionality to my WordPress site that creates a custom post type called “[Post Type Name]” (e.g., Portfolio, Testimonials, Team Members) with custom labels, icons, and archive page support.