by TonyRobins | Apr 2, 2019 | blog
When you start building your WordPress website and have a handful of posts or pages editing them may not seem like a daunting task. However as your website grows and you need to make changes on say a few hundred pages or posts it can easily become a tedious task,...
by TonyRobins | Apr 2, 2019 | blog
For any website to be successful it needs fresh and engaging content. Adding a news section to a website, whether focused on news or not is a great way of attracting and engaging visitors. It can also go a long way in your SEO efforts. You may be wondering what is the...
by TonyRobins | Apr 2, 2019 | blog
The much-hyped WordPress editor – Gutenberg Editor – finally shipped as the default editor with WordPress 5.0. Is it a great editor? Heck yeah. It was about time that we get to experience a new way of creating and publishing content with WordPress. Change is...
by TonyRobins | Apr 2, 2019 | blog
Most developers prefer to work with environments they are comfortable with, for many that is writing code with an editor that allows them to highlight syntax. Saying some developers is an understatement; it’s just a human thing to want to deal with the familiar. When...
by TonyRobins | Apr 2, 2019 | blog
Natively WordPress does not execute PHP code inserted on pages or posts. If you need to execute a script, you have to find a way to insert PHP code into your WordPress website. One will typically want to do this if they have custom code that needs to execute when a...