Mahesh Mohan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How To Show Select Tags in Tag CloudThank you so much… I got it….
I replaced that code with <?php wp_tag_cloud(‘include=10,27’); ?>
So its showing only 2 tags now… Now need to find the IDs of all the tags required…
Thanks once again! ??
Forum: Fixing WordPress
In reply to: How To Show Select Tags in Tag CloudAm checking https://codex.www.ads-software.com/Function_Reference/wp_tag_cloud now about how to filter…
Forum: Fixing WordPress
In reply to: How To Show Select Tags in Tag CloudNo. Please check the previous question… I got another alternative..
My Theme shows tag cloud by default for empty lower sidebar widget.. so I can modify the Sidebar Template
Where I see the code
<?php wp_tag_cloud(”); ?>
So tell me how to filter this…. ??
Forum: Fixing WordPress
In reply to: How To Show Select Tags in Tag CloudHi,
I got the idea.. Can you please tell me how to modify this… to select the tags required..
<?php wp_tag_cloud(”); ?>
How to add filters to this?
Forum: Fixing WordPress
In reply to: How To Show Select Tags in Tag CloudOkay. Where should I paste this code?
My functions.php file code is
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: How To Show Select Tags in Tag CloudHi..
Please check out https://www.minterest.com/ you can see my Tag Cloud there in sidebar (2nd last widget)…
But its showing all the tags I have added to my blog.. Now what I want is show only select tags there…. so that widget appears on all Pages…
Got it?
Forum: Fixing WordPress
In reply to: How To Show Select Tags in Tag CloudHey, I want to add the Tag Cloud to Sidebar by showing only SELECT Tags and not all.
Forum: Fixing WordPress
In reply to: How To Show Select Tags in Tag CloudTell me how to do that without using any plugins..
Forum: Fixing WordPress
In reply to: Is it possible to add a code only to ONE page?am new to child theme… will it affect page speed? so i need to create another directoroy called new theme and then upload the files styles.css and the same page.php and NEW footer.php right?
Forum: Fixing WordPress
In reply to: Is it possible to add a code only to ONE page?Okay. I see that the code was placed below “</body>
</html>” but the chat function was still working.. then I placed the code above <?php get_footer(); ?>Now, the code is showing above </body> but NOT IMMEDIATELY above </body>. Still the chat function is working… and i think it affected a site speed a little bit not sure.. checking.. i changed the template of an private page… to the new one…
Forum: Fixing WordPress
In reply to: Is it possible to add a code only to ONE page?Guys… it was so easy.. I have done that… I created a Page Template and added the Olark code to that template’s footer… and its working… although Olark says to place the code above </body> which is in footer.php I placed the code at the end of the new page template. Will soon paste the URLs to show…
Forum: Plugins
In reply to: How To Compress Images And Cache Images?Alright. But will it affect the quality of the images? And if I disable the plugin will it switch back to original images?
Forum: Fixing WordPress
In reply to: Remove Link From A Navigation PageHi,
I have gone through Codex on Menus.. But its not there.. its just about basic things…
Forum: Fixing WordPress
In reply to: Remove Link From A Navigation PageYes.. but I didnt include the link as I have disabled those submenus now…
The URL is https://www.minterest.com/
Forum: Fixing WordPress
In reply to: Is it possible to add a code only to ONE page?Alright… I will give a try… never played with PHP much.. other than just simple editing…