You need to add the whole url like this http://www.domain.com sorry.The http:// part is required.
You need to add the whole url like this http://www.domain.com sorry.The http:// part is required.
Yes, for the child theme way i am not sure if it's possible, but i'll check again.
It is possible.. but i wouldnt do it in your place..
"You may be able to trick the search engines for a brief period of time by hiding keyword stuffed sentences on your page, but you will risk...
You just have to add this in your footer.php:
<?php echo category_description(); ?>
But you can also place somewhere else..
Yes December 2013 :)
huggermuggers,
Though the PLUGIN method should work here is the script to execute the SQL update directly via CRON.
Step 1) Create this PHP script and call it what ever you like, say...
You are not supposed to execute the listing_date_update.php by the CRON job. That is why you are getting these errors.
The Plugin sets up its own internal wordpress CRON to fire off the SQL update...
Here is a simple Plugin that will create a Wordpress CRON job that will perform the SQL update every 1 hour.
Create a new folder called "listing_date_update" in your "\wp-content\plugins\" folder...
I think this same question has been asked and answered many times.
Here is the code change I use to redirect to the dashboard in Vantage v1.2:
<?php
// Redirect to Dashboard...
All mods should be made in the child theme, custom fields are explained here.Vantage custom fields use the 'app_' prefix so for a custom field of 'ola' the custom field is 'app_ola'.In this case...
Did you clear any cache plugins you have running and your browser cache as well? Sometimes I have my settings overly aggressive when testing and changes don't register. Also, double check you have...
The only modification required for this to work is within the functions.php file... You dont have to add any additional code to the form-registration.php page.
Thanks so much for that dimitris. The format of the custom fields was really bugging as I have a lot of them. It's a shame you didn't see the tread I posted about this issue several weeks ago.
...
Sure. If you are using a child theme (highly recommended) then all you have to do is copy and paste the code I gave you above into your style sheet (style.css). For example, if you are using the...