justinmaurerdotdev
Forum Replies Created
-
Forum: Plugins
In reply to: [CMB2] Updating fieldsFirst: Okay. I guess that makes sense. Although, I’m pretty sure the editor automatically shows paragraphs anyway. I think your code paste got moderated.
Second: Any idea where I could find these ids in the database? Would love to be able to forcefully update them.
As usual, thanks for your input!
Forum: Plugins
In reply to: [CMB2] oEmbed questionI believe I have answered my own question. It appears that the following is working as expected:
$video = get_post_meta( get_the_ID(), '_cmb2_video_embed', true ); echo wp_oembed_get( $video );If there is a better way to do it, I’d love to know it. Otherwise, I’ll consider this resolved.
Forum: Plugins
In reply to: [CMB2] Help with custom show_onThanks for the reply.
I think the part I’m having trouble with is how to assign this hook to a specific set of boxes. If I only want to apply this filter to the fields inside of $meta_boxes[‘slide_fields’], do i need to add some more conditional logic to the filter somewhere?Forum: Hacks
In reply to: Two sites use same postsIt would be option 1. Two separate domains (hosted on the same server).
Right now, the best idea we’ve had is to host both domains from the same codebase and database. Then, serve different stylesheets and minor content changes (loading different template parts) based on the URL.
Forum: Hacks
In reply to: Two sites use same postsHi Matt,
Thanks for your input.Would I be able to set up the RSS feed in a way that would mirror categories, tags, featured images, etc.? I don’t want them to have to edit each post as it is “syndicated”.
It is not a live site thankfully. I am experimenting with the developer plugin set, so maybe the beta tester thing got lumped in with the rest. Anyway, it’s certainly not your problem. Thanks for the help.
Weird. I have gotten this email 4 times over the past 3 days:
“Howdy! Your site at http://**********.com has been updated automatically to WordPress 4.0-20140904.”Hmm…
I just went back to edit this new site again, and it seems that it is working properly now. There was an automatic update to WP overnight, so maybe that fixed it. I’ll mark this as resolved for now.Okay,
I just tried the plugin on a different installation running WP 3.9.2 and the plugin seems to work fine.Forum: Installing WordPress
In reply to: How dangerous is it to build a new site on WP 3.2?Okay. That’s what I was thinking. But, it sounds like that’s not really an option. Ugh.
Forum: Plugins
In reply to: [Mini twitter feed] Height setting does not seem to workI’m having the same issue. Any help on this would be appreciated.
Forum: Fixing WordPress
In reply to: How to set max width of oembeds in WP 3.5?This was exactly what I needed. Thanks!