gttygrl
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Unable to enter “text” editing mode and other bugsI just upgraded to 5.5.1 and I’m having a similar, but opposite problem–“text” works fine, but clicking on “visual” does nothing. Also can’t open “screen options” or “help” tabs. So, I’m guessing a tab issue in general?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Blank space on one feed, but not othersIt seems it was the Twenty-Nineteen theme was that causing the problem, so, closing this out.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Feed stopped validating for iTunesWhat about the blank description field?
Forum: Plugins
In reply to: [Meta Tag Manager] How do I retrieve the meta info in a template?Closing.
Forum: Plugins
In reply to: [Meta Tag Manager] How do I retrieve the meta info in a template?Got it!
echo $meta_tags[0]->content;
Thanks!
Forum: Plugins
In reply to: [Meta Tag Manager] How do I retrieve the meta info in a template?Thanks for replying! I’ll try it and let you know.
Forum: Plugins
In reply to: [Meta Tag Manager] How do I retrieve the meta info in a template?I’ve dug in further, and retrieved this array:
Array ( [mtm_data] => Array ( [0] => a:2: { i:0; a:4: { s:9:"reference"; s:0:""; s:4:"type"; s:4:"name"; s:5:"value"; s:11:"description"; s:7:"content"; s:61:"my description text"; } i:1; a:4: { s:9:"reference"; s:0:""; s:4:"type"; s:4:"name"; s:5:"value"; s:8:"keywords"; s:7:"content"; s:91:"my keywords text"; } } ) )
I can get to the mtm_data array, but I still can’t retrieve the description text. This is my latest try:
$meta_print_value=get_post_meta(get_the_ID(),'mtm_data',true); echo $meta_print_value[0][1][7];
It returns nothing. But, when I just echo “$meta_print_value;” it prints “Array”, so at least I know I’m in the right neighborhood.
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] fb_og_desc filter is adding, not replacingMan, this happens every time. As soon as I hit “submit”, it occurred to me to un-check the “add description” box in the settings. Now I’m just getting the correct one (albeit not in the nice and orderly position of being with the other og: tags).
Never mind. *sigh*
Forum: Fixing WordPress
In reply to: Random 404 errors – Posts disappearingWas it the RSS? I’m having exactly the same problem, and it’s been a horrible headache for a few months now. Sometimes it’s even the homepage, so I’ve been getting a lot of complaints from the higher ups here.
Man, you guys are fast!
Perfecto! Thank you SO MUCH for solving this so quickly, I wish all the plugins I’m using had this much support.
Wow, you guys are amazing! Thanks, I’ll try it out right now.
Forum: Fixing WordPress
In reply to: Can't change Category Slugs (no options…)I’m having the same problem, “edit slug” is just gone for categories and tags. It’s not even there for creating a new category or tag. And it’s happening across all sites in my multi-site installation. We’re running version 4.4.2.
Forum: Plugins
In reply to: [Categories Images] Images not attaching to categoriesAaaand I just tested it on another site on the same server, and it worked. Which means it’s gotta be the theme. Right?
Forum: Plugins
In reply to: [WP Editor] Role Capabilities?Nothing? No one knows how to do this?