In WordPress you are not always in the PHP world and so you have to pass settings and data from the database to scripts sometimes. In many Plugins you can find solutions in loading the wp-load.php and therefore access to all features of WordPress. Long ago Otto (Samuel Wood) already[...]
A small contribution for all those using WordPress as a backend, framework or something similar. The applications, especially in the B2B sector, becoming more and more, as do the questions. So far, I’ve always liked to recommended BackPress. But even a well-maintained standard is feasible, with all its advantages in[...]
Why wordpress is one of the most popular CMS and blogging platform around? I think it because wordpress is free, customizable and have a great support by community or other developers. And as wordpress users, we should keep updated with the new development, tips and tricks shared by other developers.[...]
Actually, installing a fresh WordPress isn’t difficult. You can use your web host software, such as fantastico or softaculous. But, some people has a problem when using fantastico or softaculous, they don’t understand how to use them. This alternative one will help you to install wordpress in easy way. How[...]
WordPress provide feature to show your post randomly. You can find many tutorials talk about it. But, sometimes your emphasize in viewing images other than words. It happen when your sites talk about interior, artistic, photographic, or displaying products. By viewing random images, you can make your last photos, products,[...]
Social media website such as twitter and facebook today is become a powerful tools that can help you to expand your business. Social media also can bring communication, brand exposure and traffic to your wordpress website. But how we can optimize the benefit of social media with our wordpress website?[...]
Once HTML is defined within a function for output, the HTML will be separated from the logic! In this case the function is defined twice. A function contains only logic and values ??are returned only as return. The second function will contain HTML, test logic, loops or hooks and outputs[...]
The user profile of WordPress can be fairly easily adapted to add your own values??. So you can add the necessary fields according to your requirements. Here is how you do it, we add a field for the address and the content will be stored in the database. Various hooks[...]