Search:
Search took 1.00 seconds.
-
Hi cindy,
You can custom mod the code to remove the search bar from the home page and keep it on all the other pages by editing header-options.php place thius code on the very top
<?php if (...
-
You can edit the message using the 'archive-listing.php' file.
-
Hi, the easiest/safest way is to use language packs, check this thread http://forums.appthemes.com/help-using-vantage/where-language-files-52674/ and let me know if you have any questions.
-
Here is a link to help you with your menus http://codex.wordpress.org/WordPress_Menu_User_Guide
-
Ok this is not a problem its a solution for those of you who are using Directory theme and want to make their images SEO friendly on a global basis.
AS we all know SEO of images is often...
-
Hi,
I am not sure which theme you are using but you can add this code in your child themes functions.php
function res_fromemail($email) {
-
UPDATED CODE BELOW
Put this in your child-theme's functions.php file:
/* Create Terms of Use Link on Registration Page */
add_action('register_form','show_terms_of_use');...