Naresh Kumar
Forum Replies Created
-
@bcworkz thank you for your reply.
may I get your working suggestion with my script edited?
I made a try but I am not getting what to change. I am learning this rewriting.Forum: Developing with WordPress
In reply to: rewrite URL based on selected taxonomy for post page@bcworkz it would be glad to see you here with an answer at this https://wordpress.org/support/topic/404-error-issues-with-pages-after-adding-custom-rules-for-posts/
I can see you are posting your best solution for post rewrite.I am also facing the same issue.
maybe when we are selecting “Set the first image in the content.” then after some seconds it’s automatically disabled.
Forum: Fixing WordPress
In reply to: Recent post widget not showing the post after change publushed date@khushbu1983(@khushbu1983) thanks for ans. but i already tried same and asked hosting to clear the cache.. but still facing same issue.
got it thanks
thank you for reply.
can you give me page name ?
like with which name i need to createpage-se-{slug}.php ?
and put the template name like
/*Template: Se page with content*/and then add a new page and select the template “Se page with content”
Is these steps will work ?
Thanks
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] I see summary in my postHi,
Open the function.php
see the
if ( class_exists( 'FLBuilderLoader' ) ) { add_filter('fl_builder_after_render_content','display_rich_snippet'); } else{ add_filter('the_content','display_rich_snippet'); }comment
add_filter('the_content','display_rich_snippet');
and place itadd_shortcode( 'display_rich_snippet_nk', 'display_rich_snippet' );now it will not automatically visible on any page.
now to show this box you can use<?php echo do_shortcode( '[display_rich_snippet_nk]' ); ?>enjoy. and customize css as per your requirement.
Cheers,
NareshForum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Moving Summary BoxHi,
Open the function.php
see the
if ( class_exists( 'FLBuilderLoader' ) ) { add_filter('fl_builder_after_render_content','display_rich_snippet'); } else{ add_filter('the_content','display_rich_snippet'); }comment
add_filter('the_content','display_rich_snippet');
and place itadd_shortcode( 'display_rich_snippet_nk', 'display_rich_snippet' );now it will not automatically visible on any page.
now to show this box you can use<?php echo do_shortcode( '[display_rich_snippet_nk]' ); ?>enjoy. and customize css as per your requirement.
Cheers,
NareshForum: Plugins
In reply to: [Contact Form Clean and Simple] with reCAPTCHA it doesn't workI have also problem with chapcha
Error : Input error: Invalid referer
πForum: Fixing WordPress
In reply to: wants to show category with navigationthankx its solved π
Forum: Fixing WordPress
In reply to: wants to show category with navigationfirst of all i am very thankful to you that you are here for my help.
I have created another template page for this..
i just wants to show category names only… but want to show first 10 category and next 10 on next page with navigation and so on.