Pre-fill fields with content from outside when creating a new post

I’d like to find a way to fill some of the fields from the /wp-admin/post-new.php page from an external source. It works for the title: loading /wp-admin/post-new.php?post_title=title1 fills the title input with title1. You get the idea, what would be great is something like /wp-admin/post-new.php?post_title=title1&content=content1&tags=tag1,tag2&cat=cat1,cat2… so that when I arrive on the post-new.php with most … Read more

Add Content to Page without shortcodes

The site I’m working on has a couple of pages that needs to be filled with different content elements like text image combinations, sliders, lists of content, etc. The client would need to re-order these content blocks, add new ones and so forth. Every content block would be piece of content (post or custom post … Read more

Adding content to archive and taxonomy pages on custom post types?

I have a custom post type named “Products” and a taxonomy called “Usage”. On my “Products” landing page I’d like to have custom content that can be edited via WYSIWYG by the client. Same goes for the taxonomy landing page. My thought was to create fake Pages and just pull the content via ID into … Read more