Numa.Rajdhami
Forum Replies Created
-
How can i insert required gallery in certain part of page. Actually i don’t want to display the gallery using the_content() and i want to disable gallery button from editor(window feature).
Forum: Plugins
In reply to: [WP Sitemap Page] Limiting the length of title of posts(Custom Post Type)Thanks for reply. I have added one function to limit the length of title inside wp-sitemap-page.php and used it in place of $post_cpt->post_title.It’s working for me.
Forum: Plugins
In reply to: [WP Social Bookmarking Light] G 1 giving iframe error on hover in chromeプラグインは素晴らしいです。私はそれを使用しているが、なぜなGoogle+が動作していない?
Forum: Plugins
In reply to: [WP Social Bookmarking Light] How to make workable for short codeI have same requirement. I am in confusion, why button is shown only when the_content() is usend. I haven’t used the_content() in my loop inside single page and button is not seen.Is it necessary to use the_content()?
Forum: Plugins
In reply to: [WP Sitemap Page] Custom Post Type by their categories?Thanks for reply. It works but i didn’t get the custom post types grouped according to custom taxonomy. I have custom taxonomy named news_taxonomy with three parent terms named news_type1,news-type2 and news-type3 but all posts(cpt) are shown under Label of Custom Post Type(News). They are not displayed categorized.Does this plugin support what i need.
Forum: Plugins
In reply to: [WP Sitemap Page] Custom Post Type by their categories?I have two custom post type named product and news. How can i list only the link of archive-product.php and archive-news.php instead of all custom post type?. Thanks in advance.