Vivacity Lite WordPress Theme

Vivacity Lite WordPress Theme

Free, Themes, WordPress
Overview Vivacity Lite is a free WordPress theme & provide a way for you to showcase any kind of contents, images links and videos on your website in beautifully manner. Vivacity Lite theme supports up to five stunning single pages and has a blog layout with unique design which makes your website so attractive with informative content that audience cannot take their eyes off. Also,Vivacity Lite supports sidebars and social widget to help you display social profiles, create various things.Vivacity Lite widget helps you connect with your customers as well as makes your site global-ready. Download this free WordPress theme to make amazing website on your own. Do not forget to discover more responsive features of the premium version to get the best choice. SUPPORT: Click DEMO: Click DOWNLOAD : Click Vivacity…
Read More
An alternative to TimThumb

An alternative to TimThumb

WordPress
Timthumb was very popular in past and was being used in every project which have re-sizing image functionality but that script is not continue because this script contains many bugs. Using this bug, someone can inject script in your hosting. And now, its time to move from timthumb to another on-the-fly image resizeing script. In wordpress, many developers offers image resizing technique, such as Matthew Ruddy who creating WordPress Timthumb alternative, you can download its script from github. As WordPress theme developers, we might create a theme - or themes - that require images to be of a certain specific size (dimensions). At the same time, we can’t place the responsibility of creating such dimension-specific images on the end users of our themes. TimThumb TimThumb has been a long time favorite image resize…
Read More
Best Cross Browser Testing Tools

Best Cross Browser Testing Tools

CSS3, HTML5, News, WordPress
Testing multiple browsers on multiple platforms isn't just difficult, it can be virtually impossible without the correct resources. Cross Browser Testing can be the biggest pain for Website Developers. But there are some cross browser testing tools available online which help to minimize testing efforts.These tools let you comprehensively test your websites, and check if it successfully displays across various browsers, platforms and resolutions. That way, your users will receive a positive, user-friendly experience no matter what their setups are. There are free and paid cross browser testing tools available so You need to select the browser compatibility tool depending on your needs. If cross browser testing is critical part of your web project then you must allocate considerable time, resources and budget testing your website on different web browsers.…
Read More

Top 10 PHP Frameworks of 2015

WordPress
What Is PHP Framework? Frameworks are a collection of software, programs, that initiate easy coding and implementing the codes quick and easy! Another very wonderful resource, that helps the programmers achieve good in no time. Basically, these frameworks facilitate scalability and long-term maintenance by complying with development standards, keeping your code organized and allowing your application to evolve and grow over time. This improves the coding atmosphere, and helps you do better. PHP is more famous Website Development Technologies among Web Programmers. More than 50% Website or Web Application using or developed in PHP. Framework is really help in development as compare core development, framework provides every web developer base skeleton or foundation for build strong web application. Every Framework has own Advantages and Disadvantages based on its feature and…
Read More

WordPress 4.1.2 Security Release & Severe Security issue with WordPress Plugins

News, Plugins, WordPress
There is a critical security issue has been detected recently with WordPress and WordPress team have released a new version. WordPress 4.1.2 is now available, so please update all your blogs immediately. All previous versions including 4.1.1 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. This was reported by Cedric Van Bockhaven and fixed by Gary Pendergast, Mike Adams, and Andrew Nacin of the WordPress security team. We appreciated the responsible disclosure of these issues directly to WordPress security team. For more information, see the release notes or consult the list of changes. Download WordPress 4.1.2 or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to…
Read More

How to Display the Latest Sticky Posts in WordPress

Tutorials, WordPress
WordPress has this very cool feature called sticky posts. Think of sticky posts as featured posts for your blog. When you mark a post as sticky, it shows up above your new posts, but only if your theme permits it. In this tutorial we will show you how to display the latest sticky posts in WordPress. First thing you need to do is copy and paste this code snippet in your theme’s functions.php file or in a site-specific plugin. 01 function wpb_latest_sticky() { 02 03 /* Get all sticky posts */ 04 $sticky = get_option( 'sticky_posts' ); 05 06 /* Sort the stickies with the newest ones at the top. 07 * Remove this if you want to display oldest posts first 08 */ 09 rsort( $sticky ); 10 11…
Read More

14 Most Common WordPress Errors and How to Fix Them

Tutorials, Web Design & Programming, WordPress
WordPress is very easy to use but some common WordPress errors can cause panic among beginners. It is very possible that the error you are seeing on your site has been already reported and resolved by someone before you. At WPBeginner, we have covered and showed you how to fix several WordPress errors. In this article, we will take a look at 14 most common WordPress errors along with showing you how to fix all of these common WordPress errors. Important: Make sure that you have a complete backup of your WordPress site. We strongly recommend using an automated scheduled backup system like BackupBuddy. However, if you can not install plugins at this time, then check out how to manually create WordPress backup manually. In case you are unable to…
Read More

How to Add SSL and HTTPS in WordPress

Tutorials, WordPress, wordpress plugins
What is HTTPS and SSL? Every day we share our personal information with different websites whether it’s making a purchase or simply logging in. In order to protect the data transfer, a secure connection needs to be created. That’s when SSL and HTTPS come in. HTTPS or Secure HTTP is an encryption method that secures the connection between users’ browser and your server. This makes it harder for hackers to eavesdrop on the connection. Each site is issued a unique SSL certificate for identification purposes. If a server is pretending to be on HTTPS, and it’s certificate doesn’t match, then most modern browsers will warn the user from connecting to the site. Now you are probably wondering, why would you ever need to move from HTTP to HTTPS and install…
Read More

7 Best WordPress Backup Plugins Compared (Pros and Cons)

Tutorials, WordPress, wordpress plugins
Creating regular WordPress backups is the best thing you can do for your website. Backups give you a peace of mind and can save you in catastrophic situations when your site gets hacked or you accidentally lock yourself out. There are several free and paid backup plugins for WordPress, and most of them are fairly easy to use. In this article, we will show you the 7 best backup plugins for WordPress. Important: Many WordPress hosting providers offer limited backup services, but please remember that it is your responsibility to backup your website on your own. Do not rely solely on your hosting provider for backups. If you are not already backing up your site, then you should pick one of these 7 best WordPress bckup plugins and start using…
Read More

Top 10 Most Important Things To Do After Installing WordPress

Tips, Tutorials, WordPress
What do you do after installing WordPress? This is a common question asked by beginners. In this article, we will show you the top 10 most important things you must do after installing WordPress. 1. Change The Title, Tagline, Time zone, and Favicon The first three steps can be combined into one because you can quickly make those changes in the same area of your WordPress Admin Dashboard. To change these, go to your Settings in your dashboard and choose General. Change both your site title and tagline to something that relates to your site. Now scroll down the page to update your timezone. This functionality is important to show the most accurate date on your site, and it also helps with scheduling posts. Towards the middle of the page…
Read More