Forums

Javascript Popup (2 posts)

  1. psdtutorials
    Member
    Posted 3 years ago #

    Hello there,

    I was wondering how I might go about creating some sort of popup or warning message that would appear when a user first visits the blog??

    Thanks
    Belal Ahmed

  2. anes_pa
    Member
    Posted 2 years ago #

    Hello Belal,

    You can make use
    <?php
    add_action('pre_get_posts','postman');
    ?>
    here postman is a call back Function

    some like this
    <?php

    function postman()
    {
    echo "<script>alert('welcome user');</script>";

    }
    Try this ... ok Good luck

    bye anes

Topic Closed

This topic has been closed to new replies.

About this Topic