Forum Replies Created
-
AuthorPosts
-
gerda
MemberThank you Victor. That was the solution.
gerda
MemberSo I found out too, that using this:
http://my.studiopress.com/docs/shortcode-reference/#post-categories-shortcodeworks well and it seams o overwrite the code in my functions.php
//* Change/remove text before categories and tags
add_filter( 'genesis_post_meta', 'ig_entry_meta_footer' );
function ig_entry_meta_footer( $post_meta ) {
$post_meta = '[post_categories before=""] [post_tags before=""]';
return $post_meta;
}gerda
MemberWell, I found out, but found no solution to remove/change the text “Filed Under:” in post.
An help?
Cheers
Gerdagerda
MemberI found out, that after deactivating "Genesis Simple Edits" it works.
gerda
MemberI ad the line of code in the functions.php of the child theme. Is that right?
gerda
MemberI am still not able to solve the problem. Any aditional help?
gerda
MemberSorry, it is not working. 🙂
Used this code:gerda
MemberThanks braddalton,
its not working.
I tried this befor.gerda
MemberThank you! Thats perfect.
Cheers
Gerdagerda
MemberThank you braddalton.
gerda
MemberHi paaljoachim,
thanks for your help. I found a way using a function.
http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail//* [featured] function foobar_func( $atts ){ echo get_the_post_thumbnail(); } add_shortcode( 'featured', 'foobar_func' );
Cheers
Gerdagerda
MemberAny help out there?
-
AuthorPosts