yani1349
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] How can I add phone number in Contact Form?Thanks Kadence for fast replying!
Forum: Themes and Templates
In reply to: [Virtue] How can I add some clients' logo in the homepage?Thanks Hannah, for your help.
BTW, I use another great slider plugin it’s called: Easy Logo SliderForum: Themes and Templates
In reply to: [Virtue] Adding a paragraph in homepageThanks Hannah!
It works perfectly!Forum: Themes and Templates
In reply to: [Virtue] Removing posts info of author, categories and commentsGreat! It works. Thanks Hannah
Thanks Scott, but it doesn’t work for me! Actually I created a page with a custom job search like this: https://wpjobmanager.com/document/customising-job-application-process/
so I gonna add a drop-down list for location/region instead of simple input text!
Forum: Plugins
In reply to: [Posts in Page] Removing the title's linkFinally I could fixed this issue. Please follow these steps:
1-Go to this address: /wp-content/plugins/posts-in-page/
2-Simply copy the posts_loop_template.php to your theme directory
3-Find this line :
<h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>4-Remove this part of line:
<a href="<?php the_permalink(); ?>">
5-That’s it.