ckaden
Forum Replies Created
-
Thanks for your reply.
Yes, I’m aware of the conclusion of the other thread.
I also noticed that it might be related to regex search patterns, as normal non-regex search & replace just works fine.
I’m using the current ACF Pro Version 5.7.8
[ Friendly and hopeful reminder to please do not bump. ]
Forum: Developing with WordPress
In reply to: wp_list_categories title output misses last parenthesisEcho is already enabled by
'echo' => true,. I already suspected this parameter but true oder false doesn’t make any important difference.You can assume that I already checked the most obvious aspects.
/edit: I don’t really need the variable $term in the end, so I removed it for now, only using the function. Output is still the same.
/edit2: I forgot to mention that using
the_terms( $post->ID, 'regionen', '<div>Gebiete</div><div>', ', ', '</div>' );works perfectly, no problems with the parantheses.Forum: Developing with WordPress
In reply to: wp_list_categories title output misses last parenthesisThanks for your reply.
Strangely enough, the output from
echo '<pre>'; print_r( $terms ); echo '</pre>';is simply empty, a grey bar. The variable outputs nothing.Forum: Plugins
In reply to: [Comments - wpDiscuz] WPDiscuz for PagesAhhhh there it is! Thank you, I never expected it to be there.
Forum: Plugins
In reply to: [Revisionize] Not Updating Post when Publish RevisionThanks for your work! I haven’t ACF installed, though. I will test your update in the near future and will report back.
/edit: HAVEN’T, not have, sorry!
- This reply was modified 8 years, 6 months ago by ckaden.
Forum: Plugins
In reply to: [Revisionize] Not Updating Post when Publish RevisionI wasn’t refering to a CPT, but the standard wordpress page. I haven’t changed my plugins lately.
I can’t say when exactly the problem started to appear, as I use it only quite rarely. Everything works correctly except publishing/overwriting. It simply stays as a revisionize version without changing the original page. The publish button changes from “publish” to “update” afterwards. Sorry, that’s all I can tell you.Forum: Plugins
In reply to: [Revisionize] Not Updating Post when Publish RevisionI have the same problem. I just noticed it when trying to publish a page. It worked before. Maybe the WordPress 4.9 update?
Forum: Developing with WordPress
In reply to: Adding custom taxonomy tags to meta box on single post@anastis Sourgoutsidis: perfect, spot on, that was is!
Both of you, thank you very much. Those tags are very important for my future plans on how to handle my website contents.
Forum: Developing with WordPress
In reply to: Adding custom taxonomy tags to meta box on single postYes, it’s a problem that it shows outside the box. Here’s a screenshot:
https://drive.google.com/file/d/0B7ZMFANj1gVpbXRNUlZRUDVNV28/view?usp=sharingI want it to appear between the tags and comments, otherwise it’ll break my design, especially in the archive view.
Forum: Developing with WordPress
In reply to: Adding custom taxonomy tags to meta box on single postThanks for your reply. Please keep in my mind that my understanding of php is close to zero.
“Is the code you inserted between tags and comments the year ago snippet?”
Yes, it is, and yes, it actually works. My problem is to concatenate it into $metadata, as you’ve already implied. See my problem with php.The sorting is only secondary, so I don’t mind that staying unresolved.
Forum: Hacks
In reply to: Add custom taxonomy terms to post metaboxLol, not sure wether I was so fixated on the position between the categories and tags or if my visit to the permalinks setting page had any influence, but it works now! Thanks a lot!
The styling is a bit awkward, but that’s fine by me. Probably I’ll be able to work that out myself.
The only thing I would stillt like to ask if it is possible to sort the terms for their hierarchy. Right now, it’s alphabetical which is a little bit awkward if the order isn’t region > prefectur > city > city district.
Forum: Hacks
In reply to: Add custom taxonomy terms to post metaboxDoesn’t work either. First one simply doesn’t show an output, while the second one produces an error: “Parse error: syntax error, unexpected T_VARIABLE in /kunden/431731_72070/webseiten/wp-content/themes/Avada/framework/custom_functions.php on line 1222”
1222 is this line:
$metadata .= sprintf( ‘<span class=”meta-tags”>%s %s</span><span class=”sep”>|</span>’, __( ‘Regionen:’, ‘Avada’ ), $r );Forum: Hacks
In reply to: Add custom taxonomy terms to post metaboxThanks for your reply Erin B.!
Sadly, it doesn’t work, although it seems to be close. The output of your code is:
[cats] | Regionen: Array | [tags]Forum: Themes and Templates
In reply to: [Customizr] Display full posts on front page, not excerptsI’m thinking of switching to this theme, but this is a crucial point for me. Just to keep it in the author’s head. Great theme btw, thanks for the work!