Search:

Search: Search took 1.00 seconds.

  1. Replies
    11
    Views
    389

    Dimitris You need to add the whole url like this...

    You need to add the whole url like this http://www.domain.com sorry.The http:// part is required.
  2. Replies
    11
    Views
    389

    Dimitris Yes, for the child theme way i am not sure if...

    Yes, for the child theme way i am not sure if it's possible, but i'll check again.
  3. Replies
    13
    Views
    620

    It is possible.. but i wouldnt do it in your...

    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...
  4. Replies
    13
    Views
    620

    You just have to add this in your footer.php: ...

    You just have to add this in your footer.php:

    <?php echo category_description(); ?>

    But you can also place somewhere else..
  5. Replies
    15
    Views
    666

    Dimitris Yes December 2013 :)

    Yes December 2013 :)
  6. Replies
    11
    Views
    411

    Dimitris huggermuggers, Though the PLUGIN method should...

    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...
  7. Replies
    11
    Views
    411

    Dimitris You are not supposed to execute the...

    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...
  8. Replies
    11
    Views
    411

    Dimitris Here is a simple Plugin that will create a...

    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...
  9. Replies
    3
    Views
    912

    [SOLVED] I think this same question has been asked and...

    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...
  10. Replies
    11
    Views
    570

    Dimitris All mods should be made in the child theme,...

    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...
  11. Dimitris Did you clear any cache plugins you have running...

    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...
  12. [TUTORIAL] The only modification required for this to work...

    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.
  13. Thread: Custom forms

    by gonesmith
    Replies
    5
    Views
    643

    Thanks so much for that dimitris. The format of...

    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.


    ...
  14. Sure. If you are using a child theme (highly...

    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...
Results 1 to 14 of 14