katanaz
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] Hide [Shortcode] from excerptalready found the Function to create an excerpt for the post:
function crp_excerpt( $id, $excerpt_length = 0, $use_excerpt = true ) { $content = $excerpt = ''; if ( $use_excerpt ) { $content = get_post( $id )->post_excerpt; } if ( '' == $content ) { $content = get_post( $id )->post_content; } $output = strip_tags( strip_shortcodes( $content ) ); if ( $excerpt_length > 0 ) { $output = wp_trim_words( $output, $excerpt_length ); } return apply_filters( 'crp_excerpt', $output, $id, $excerpt_length, $use_excerpt ); }strip tags seems to be already build in but not working?!
any idea?Forum: Plugins
In reply to: [Contextual Related Posts] Hide [Shortcode] from excerpti probably just need to edit how your plugin gets the excerpt to something like this
<?php echo strip_tags(get_the_excerpt()); ?>">
just need to know where i can edit this??Forum: Plugins
In reply to: [Contextual Related Posts] Hide [Shortcode] from excerpthi,
shortcodes plugin:
WP Canvas – Shortcodes & Shortcodes Ultimate
Theme is:
Hueman
dont know where to find the themes funktion for excerpts 🙁thanks thats great
stupid me xD thought this is shortcode for daily popular..
how can i display daily popular posts on a page?this: [tptn_views]
Forum: Plugins
In reply to: [Contextual Related Posts] Related posts order and priorizationthanks for the update.
if the pro version will also cosider numbers as relavant or at least fix my above problem i will buy it 🙂
best regards and thanks for helpForum: Plugins
In reply to: [Contextual Related Posts] Related posts order and priorizationnice you are working on a pro verion but these ar basics, that should work also on the free version. i mean fifa 14 is more related to fifa 14 than fifa 9.
and the second thing:
can you kindly implement this bugfix asap?thx for this great plugin
Forum: Plugins
In reply to: [Contextual Related Posts] Related posts order and priorizationall fifa posts were published at the same day.
kinda no solution for me to leave the other fifas out cuz they are related too.
a option to sort output alphabetical or something or like take numbers as variables tooForum: Plugins
In reply to: [Contextual Related Posts] Minor bug with title matchingthis mate had bothered me the whole day!! your fix makes this great plugin just perfect!!!!!!!!
I can say enough thanks to the author of this plugin for the best plugins wordpress has ever seen 🙂
Forum: Plugins
In reply to: [Really Simple CSV Importer] Error: include post_typeyes sir!
gr8 plugin keep going broForum: Plugins
In reply to: [Really Simple CSV Importer] Error: include post_typei figured out the problem:
the problem happens with excel 2013. somehow excel appends some more"
than needed when you save. opening the edited sample with notpad will show that all positions have 2 or 3 of"before and after every position. removing them with notepad makes the csv importable without errors.Forum: Plugins
In reply to: [Really Simple CSV Importer] Error: include post_typebut it also happens when i try to import csv. atm only sample csvs working. changing anything on the csv, leads to:
Note: Please include post_type value if that is possible.
An error occurred while saving the post to database.heres a csv example which leads to this
"post_type","post_status","post_title","post_content" "post","draft","post1","content of , post1" "post","draft","post2","content of , post2" "post","draft","post3","content of , post3"Forum: Plugins
In reply to: [Really Simple CSV Importer] Error: include post_typePlease include post_type value if that is possible.
That Happens when i try to import the ods sample and any other ods.
Forum: Plugins
In reply to: [Google AdSense] There are no markers to add ads.oh, nice you deleted our recent posts?!
TO problem is still not solved and mine neigther.
so, any solutions except deleting our posts?