Home Forums Theme support Hellas Theme Reply To: Hellas Theme

Hi,

sorry, I thought you dont know how to edit the php files…

Second one is YES. I dont want the menu items has link. I need just the preview of them under categories.

Ok, please open the files “meal-entry.php”, replace line 13

<h3><a href='<?php echo get_permalink(); ?>'><?php echo get_the_title(); ?></a></h3>

with this:

<h3><?php echo get_the_title(); ?></h3>

Also how can I change the name /meal-tag/ on url or hide from URL???

This is a WordPress core function, so we cannot remove this in the theme, but I think there are some plugins out there like this one:

https://wordpress.org/plugins/custom-post-type-permalinks/