Title: comodo's Replies | WordPress.org

---

# comodo

  [  ](https://wordpress.org/support/users/comodo/)

 *   [Profile](https://wordpress.org/support/users/comodo/)
 *   [Topics Started](https://wordpress.org/support/users/comodo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/comodo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/comodo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/comodo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/comodo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/comodo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Filter Pods](https://wordpress.org/support/topic/filter-pods/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/filter-pods/#post-9230557)
 * [@cgdannie](https://wordpress.org/support/users/cgdannie/) Mixitup is a javascript
   plugin or a small javascript library for creatin filters. You have to include
   this plugin in your theme. After that, you will to create a filter system, each
   item of this filter will have a class name that must be equals to the class of
   the elements that you want to show or hide.
 * It is a very easy plugin with a good documentation. I am not very good in english
   and i am not a good programmer, but after 30 minutes reading the documentation
   i got a “good” solution.
 * [https://www.kunkalabs.com/tutorials/](https://www.kunkalabs.com/tutorials/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Filter Pods](https://wordpress.org/support/topic/filter-pods/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/filter-pods/#post-9087928)
 * Hi again, no. I didn´t add a taxonomy field. Anyway i could “solve” the problem
   using only jquery and plugin Mixitup. Adding class to every element and filter
   with this plugin, as you can see, [http://yesweskunk.com/es/vademecum/](http://yesweskunk.com/es/vademecum/)
 * Thank you very much. I will take care adding taxonomy field next time 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Language menu items in the same language](https://wordpress.org/support/topic/language-menu-items-in-the-same-language/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/language-menu-items-in-the-same-language/#post-8789937)
 * Ok, thank you very much.
 * I resolved the problem using jquery, replacing text when load the pages. It is
   not the best way but it is working.
 * 😀
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Use field description for a link](https://wordpress.org/support/topic/use-field-description-for-a-link/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/use-field-description-for-a-link/#post-8782256)
 * The content field of a post. Where you write the main content of a post.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Use field description for a link](https://wordpress.org/support/topic/use-field-description-for-a-link/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/use-field-description-for-a-link/#post-8776794)
 * Hi again, sorry for the delay in answering.
 * What i would to get is the next thing:
 * I want to build a custom front-page. This page will have 3 featured blocks or
   banner linked to a different pages. I am using 3 post for building these blocks.
   Feature image of post for image of the banner, title of post for text title of
   banner, and i would like to use the description field of post to insert the destiny
   page.
 * When i am coding i need to insert inside the href the value of description field
   of the post using the_content() function, but it allways bring me the content
   inside p tag. I would like to get the value of description field without p tag
   in this case.
 * `/mydomain/<p>destiny-page</p>`
 * The value destiny-page is inserted inside description field of the post.
 * I hope you undertand what i want, thank you very much
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Use field description for a link](https://wordpress.org/support/topic/use-field-description-for-a-link/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/use-field-description-for-a-link/#post-8737846)
 * Hi again, i think that is not what i need.
 * I get this link
 * `/mydomain/<p>the_path</p>`
 * “the_path” is getting from content of post.
 * I need to remove the p tag when i call “the_content()” from the template code.
 * Thank you again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Use field description for a link](https://wordpress.org/support/topic/use-field-description-for-a-link/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/use-field-description-for-a-link/#post-8731270)
 *     ```
       <a>" title="<?php the_title(); ?>">
             <div class="small-12 medium-4 columns top-banner top-banner-<?php echo $contador ?>">
               <?php the_post_thumbnail(); ?>
               <h3><?php the_title(); ?></h3>
             </div>
       </a>
       ```
   
 * [Moderator note: code fixed. Please wrap code in the backtick character or [use the code button](https://codex.wordpress.org/Forum_Welcome#Posting_Code).]
    -  This reply was modified 9 years, 4 months ago by [t-p](https://wordpress.org/support/users/t-p/).
    -  This reply was modified 9 years, 4 months ago by [t-p](https://wordpress.org/support/users/t-p/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Food Menu - Restaurant Menu & Online Ordering for WooCommerce] Remove category from url](https://wordpress.org/support/topic/remove-category-from-url-5/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-category-from-url-5/#post-8690930)
 * Great, i will be waiting it. Thanks 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Food Menu - Restaurant Menu & Online Ordering for WooCommerce] Remove category from url](https://wordpress.org/support/topic/remove-category-from-url-5/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-category-from-url-5/#post-8674862)
 * Hello.
 * I tried with that plugin “remove category url” but not working. It work when 
   you want to remove “category” in the url but not work with “food-menu-category”.
 * 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Food Menu - Restaurant Menu & Online Ordering for WooCommerce] Remove category from url](https://wordpress.org/support/topic/remove-category-from-url-5/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-category-from-url-5/#post-8673363)
 * Hi again.
 * I have tried to remove the category “food-menu-category” with “Remove Category
   URL” and “Yoast Seo”, but it was not possible or maybe i am not doing it in the
   good way.
 * Any clue? Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Problems to import images and folder with special characters](https://wordpress.org/support/topic/problems-to-import-images-and-folder-with-special-characters/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/problems-to-import-images-and-folder-with-special-characters/#post-8569017)
 * Hi again, thanks for replay.
 * It is very strange, because i have tested it in job`s laptop, in my pc, in my
   personal laptop. Of course, i have tested it in a clean wordpress installation
   with only nextgen gallery instaled, no more plugin, only nextgen gallery. In 
   my case, the system not show any folder that contains (á, é, í, ó, ú, ñ) and 
   it cancell the importing folders than contains files with specials characters.
 * I have some screenshot of the problem that i would show you, but i dont know 
   how 🙂
 * Any idea? Thank you very much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Folders] Problem spanish characters](https://wordpress.org/support/topic/problem-spanish-characters/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/problem-spanish-characters/#post-8565835)
 * It is very strange because i have tested it in production (remote server) and
   in local server using XAMPP and WAMP servers, and the files with spanish caracters
   are not showed… I will try to research if the problem is in servers…
 * Thanks a lot
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Problems to import images and folder with special characters](https://wordpress.org/support/topic/problems-to-import-images-and-folder-with-special-characters/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/problems-to-import-images-and-folder-with-special-characters/#post-8562861)
 * Hi again.
 * Yes i am using filezilla for uploading my images folders to the server. Then,
   i try to import this folder with nextgen gallery plugin, but if the folder´s 
   name contains a special character, the folder is not showed in the tree folder
   structure. I only can see folders with normal title without specials characters.
 * If the folder doesn´t contain special character is showed in the tree folder 
   structure, however if this folder contains files with special characters, the
   import procces begin till the system find the file with special character and
   in this moment, cacell the process.
 * Sorry my english, i hope you can undertand me. Thanks 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Post´s images in Tint Theme](https://wordpress.org/support/topic/posts-images-in-tint-theme/)
 *  Thread Starter [comodo](https://wordpress.org/support/users/comodo/)
 * (@comodo)
 * [14 years ago](https://wordpress.org/support/topic/posts-images-in-tint-theme/#post-2759423)
 * Hello Esmi i´ve tryed to contact with the vendor but i need a paid-suscription
   for it although it´s a free-theme, so isn´t there any way to solve this problem.
 * Thank you

Viewing 14 replies - 1 through 14 (of 14 total)