November 2015

    • enRaiser

      WordPess Pod plugin

      By enRaiser
      what is pods? The Pods Framework is a Content Development Framework for WordPress or we can say like CMS. You create and extend content types that can be used for any project. Add fields of various types we’ve built in, or add your own with...
      • enRaiser

        basics of wordpress

        By enRaiser
        what is post and texonomy .? Texonomy:- Ans: Texonomy in WordPress is one of those things that everyone use. WordPress texonomies are used as a way to group posts and custom post types together. Two Taxonomies are there: 1)...
        • enRaiser

          tips and tricks

          By enRaiser
          JETPACK PLUGIN If your wordpress stat  plugin is not working then please understand that there is a need of a plugin called jetpack, and  jetpack will prompt you to connect to wordpress.com  by your wordpress userID. BUT THIS...
          • enRaiser

            setting wordPress multisite on localhost

            By enRaiser
            wordPress multisite is the feature by which you can map the multiple subdomain/subfolder to the same website. and give a diffenret  look of the website as if it is a different website.  You can achieve this difference by three...
            • enRaiser

              postname(slug) can not be a 4 digit number

              By enRaiser
              If you want a 4 digit number like 2900 to be a postname, i.e post url. then you will be in trouble if choose %postname%  as permalink. many posts are suggesting a solution to change something in .htaccess file. however I was searching for...
              • enRaiser

                wordpress category listing

                By enRaiser
                  PROBLEM- I was planning to  list a  particular category on the home page. and  I tried to use this code. <?php query_posts($query_string . ‘&cat=1’); ?> However later I realised...
                • enRaiser

                  Sandbox issue in switching from one account to other

                  By enRaiser
                  To begin with you need to  register/login to developer.paypla.com After then you need to create various test accounts. Then  either you can login to https://www.sandbox.paypal.com  or by click on ‘ Enter sandbox...
                  • enRaiser

                    sandbox missing links under Selling Preferences

                    By enRaiser
                    Ideally you should see a big list when you mouse-over profile menu-item. Or  you see a big list when you click profile menu-item But in some case you see like this   The reason of this variation is that your account type is...
                    • enRaiser

                      ​PayPal Return URL is missing tx id value in querystring

                      By enRaiser
                      I realized that there is no query string at all. paypal simply forward to the redirect URL. I started using sandbox. I made sure that auto return is enabled. and also PDT is enabled. still I am redirected to a plain URL. finally I read this...
                      • enRaiser

                        PHP mail function not working on localhost.

                        By enRaiser
                        I made the changes in PHP.ini SMTP = ssl://smtp.gmail.com smtp_port = 465 but, after this also mail function was not working. I simply wanted some email to be send from my localhost test server,and I dont want to install XAMP, or any other mail...