hhins
Forum Replies Created
-
Forum: Hacks
In reply to: Portfolio Plugin Shortcode ThoughtsAfter more searching, I think my question boils down to – displaying custom post types without a custom page template.
I just keep finding tutorials on using a page template, which isn’t ideal since I don’t think bundling a page template with a plugin should be needed.
Forum: Themes and Templates
In reply to: Can't decide on a base/boilerplate theme…Thank you esmi, also a good looking choice!
Forum: Themes and Templates
In reply to: Can't decide on a base/boilerplate theme…Every bit helps Aaron, thank you. 🙂 I’ll check that one out.
Forum: Hacks
In reply to: Plugin styling, overriding themes, finding a balance.Thank you seacoast.
I’ll probably just add a class to every element and avoid resetting the elements (OL, LI, etc) to avoid it affecting anything else within the content such as a post within the plugin.
Forum: Fixing WordPress
In reply to: Replace demo images with dummy image on XML export?(Marking as Resolved)
Forum: Fixing WordPress
In reply to: Replace demo images with dummy image on XML export?Just an update on this situation in case it helps others, here’s what I ended up doing:
- Exported my current demo site XML
- Within the XML export file, did a find/replace for wp-content/uploads to wp-content/uploads_demo
- Duplicated my uploads folder to create a second, uploads_new
- Ran a Photoshop action to grey out all photos in uploads_new
- Imported the edited XML file
To summarize, this was to allow images to be imported in a demo site for a customer without running into “redistributing” licensing issues.
Forum: Fixing WordPress
In reply to: Replace demo images with dummy image on XML export?I’m just testing locally for now.
I renamed the XML file references to the uploads folder (I only use images) to /uploads-null/ and ran the import. As expected, got the failed to import xxxxx images but since they’re used as featured images, no broken images are set, they’re just skipped.
Forum: Fixing WordPress
In reply to: Replace demo images with dummy image on XML export?Hmm, that’s not going to work unfortunately with featured images / post formats unfortunately. :/
Any other ideas?