gerdw
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Grant right to custom taxonomie, map_meta_capThat works like charm 🙂
And on top: learned a lot.
Thank you very much.
Gerd
Forum: Plugins
In reply to: [Custom Post Type UI] Grant right to custom taxonomie, map_meta_capHi Michael !
Thanks for your quick reply. It seems to me that that is an elegant solution, but as i am not a developer, i would be very happy if you can give me some extra hints.
I have understood, that you have registred a hook that is able to modify the arguments before registering (which is exactly what i want).
From the WordPress Doku i learnt that there is a function apply_filters.
From the Code your mentioned i learned that in cpt ui your call apply_filters.Where do the add_filters take place or do i have to do that in main functions.php ?
Inside the filte think i have to do the logic (this not yet php, but my personal pseudocode;-):
if tax name is ceventfeatures, then
get the args from function input
add my lines at apropriat place
return args
fiOr could you give me an example how to insert an argument before tax registration?
Thanks in Advance and Thanks for your great plugin.
Gerd
Forum: Themes and Templates
In reply to: [Koji] Front-Page Koji Design in BlockOK, Thanks. So I have to css around the “Latest Posts” View.
Yours, Gerd
Forum: Themes and Templates
In reply to: [Koji] Teaser Text on Front pageThanks for the hint, i have done so.
GerdForum: Themes and Templates
In reply to: [Koji] Teaser Text on Front pageOK, I got it myself.
I added<p> <?php the_excerpt(); ?> </p>in the file preview.php after the line
koji_the_post_meta( $post->ID, 'preview' ); ?>Yours, Gerd