Commentguerir
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Move Comments] Doesn't saveHi, i use this plugin on my website but :
When I enter a value in “Comment Parent ID” and I valid, nothing will save I return to the empty box!please need this feature on normal sitemaps : i have news category that i need to remove from normal sitemaps because it’s on news sitemaps, and google say “errors” because the news sitemaps in repetead on normal sitemaps so we have to remove the news category from it thank’s
Forum: Plugins
In reply to: [SEO Auto Links] Custom Fieldshi, need this too for costum field thank’s
problem fixed by using a new wp-config.php
do it just now with the Twenty Twelve theme, same result
[No bumping, thank you] -> excuse me but i still waiting for 3 day for reply.
thank’s esmi for reply,
i have activate Twenty Ten theme, desactivate all plugin
after that, i have activate only akismet plugin, go to akismet setting i get :
wordpress >> error You do not have sufficient permissions to access this page
I have this permissions :
/wp-admin/-> 755
/wp-admin/options-general.php -> 644
/wp-admin/admin.php -> 644
/wp-admin/tools.php -> 644[No bumping, thank you.]
Forum: Requests and Feedback
In reply to: WordPress support and link on membre nameah thank’s i am registered on wordpress support from 2 years and have not this famous link, perhaps i have to help more and take time ^^ so wait and see
Forum: Themes and Templates
In reply to: Turning the buttom menu into a contact barOr go to the footer.php template and then you can edit there
[ Signature moderated. ]
resolved by using this code :
edit : curious ! i use this code to display similaires post by tag :
<?php //for use in the loop, list 5 post titles related to first tag on current post $tags = wp_get_post_tags($post->ID); if ($tags) { $first_tag = $tags[0]->term_id; $args=array( 'tag__in' => array($first_tag), 'post__not_in' => array($post->ID), 'showposts'=>10, 'caller_get_posts'=>1 ); $my_query = new WP_Query($args); if( $my_query->have_posts() ) { echo '<div class="lire_aussi"><h5>Articles similaires</h5><ul>'; while ($my_query->have_posts()) : $my_query->the_post(); ?> <li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></li> <?php endwhile; echo '</ul></div>'; } } ?>
so if i add the shortcode before this code it display the correct keywords, but if i add it after the code it display wrong keywords !
Forum: Fixing WordPress
In reply to: Disply list post by first letter and on two columnsGreat ! thank’s vtxyzzy great work !
Forum: Fixing WordPress
In reply to: Disply list post by first letter and on two columnsant help please ?
Forum: Fixing WordPress
In reply to: First letter posts list from specific category ?Forum: Fixing WordPress
In reply to: First letter posts list from specific category ?Excuse me code is here : https://wordpress.pastebin.com/9Ev1UKMJ