background preloader

Wordpress

Facebook Twitter

Home - WPSiteSync. WordPress Deployment Workflow: How I Roll. Creating Beautiful Page Transitions on Your WordPress Site. Okay, so you’ve heard it before: humans have a shorter attention span than goldfish.

Creating Beautiful Page Transitions on Your WordPress Site

If you think about it though, that’s not really a fair comparison to make. Your pet goldfish probably only has a few interesting things to look at in your home. They might occasionally tune into whichever show or movie is playing on the TV, but otherwise, it’s just a bunch of furniture they have to stare at. Not too many distractions there, right? But for humans, it’s a different story. Whether it’s in the world around us or in the digital space, there are distractions galore—and they’re all competing for our attention. One of the points we try to drive home as much as possible is the importance of your site’s speed. Back in 2000, you could’ve gotten away with a website load time of maybe 12 seconds (the average human attention span at the time).

So what do you do? For Smoother Website Travels. JavaScript for WordPress Developers: Loading JavaScript in WordPress. #javascript Over the past three weeks, we’ve looked at how to get started using JavaScript on your website, how to implement jQuery for animations and effects, and how to use JavaScript objects as part of this series.

JavaScript for WordPress Developers: Loading JavaScript in WordPress

Now we’re going back to basics. In order to actually use JavaScript, you need to know how to load it onto your site. This is the fourth post in our five-part series focusing on JavaScript for WordPress developers. Throughout this series, you’ll learn the basics, but I’ll presume you already have a working knowledge of HTML and CSS. So far in this series we’ve looked at the basics of JavaScript, variables, arrays, functions, objects and we’ve sunk our teeth into basic jQuery. The Visual Guide To Fixing Your Most Common WordPress Issues.

Emersonthis/wordpress-snippets: A collection of code snippets I reuse all the time. Which store platform would you choose—Shopify or WooCommerce? Shopify and WooCommerce both work well for many people, but I guess the answer comes down to your individual needs.

Which store platform would you choose—Shopify or WooCommerce?

Here’s a quick overview and then a comparison table to help you decide. WooCommerce is great when: – You have your own hosting – Already have a WordPress site – Are happy taking care of the set-up – You need a little more power and control – You want to build a lot of other content on your site Shopify is great when: – You just want to get up and going as quickly as possible – You’re starting out in business – You need strong customer support – You don’t want to have to think about security and updates – You don’t plan on doing a lot of blogging Personally, I went with WooCommerce because I needed the power to customise it, and to have complete ownership.

Spooky WordPress: Working with the WordPress White Screen of Death. A Guide to Debugging in WordPress with your Reptilian Brain. Building An Advanced WordPress Search With WP_Query. Advertisement Many companies try to create a great experience for customers. But few are willing to make the changes required to deliver on that promise. In fact most don’t even realize just how bad their experience can be. This is why we made a new book called “User Experience Revolution,” a practical battle plan for placing the user at the heart of your company. WordPress for the adventurous: WP_Query class. It’s not too far-fetched to see WordPress as a library.

WordPress for the adventurous: WP_Query class

You write a post and publish it. Meanwhile, WordPress classifies it and puts it away on its shelves. How to Add Post Filters to Your WordPress Site. A frequent request I come across is the ability to let users filter, or sort, posts on the front-end of their website.

How to Add Post Filters to Your WordPress Site

Perhaps users want to view posts alphabetically, or maybe see only those posts with thumbnails? This already makes sense for regular posts but can be even more meaningful in the case of products, photos or other content types. How to Build Your Own WordPress Contact Form and Why You Should. Using Contact Forms in Themes Some themes have contact forms as page templates.

How to Build Your Own WordPress Contact Form and Why You Should

Others have nice builders where you can make your own and style them in any way you want. Here’s our personal favorite: Upfront Upfront is our fully customizable theme platform, which allows you to build your site from the front-end using drag-and-drop. How to Properly Add jQuery Scripts to WordPress. Despite the fact WordPress has been around for a while, and the method of adding scripts to themes and plugins has been the same for years, there is still some confusion around how exactly you’re supposed to add scripts.

How to Properly Add jQuery Scripts to WordPress

So let’s clear it up. Since jQuery is still the most commonly used Javascript framework, let’s take a look at how you can add a simple script to your theme or plugin. jQuery’s Compatibility Mode Before we start attaching scripts to WordPress, let’s look at jQuery’s compatibility mode. WordPress comes pre-packaged with a copy of jQuery, which you should use with your code. What this boils down to is that you can’t use the dollar sign directly as you would in other projects. The good news is that with a few modifications you can go back to the lovely little dollar sign once again! Just to recap if you’re learning jQuery, the $ sign is just an alias to jQuery(), then an alias to a function. Is Replacing Default WordPress Scripts Like jQuery a Good Idea? (and How to Do It) WordPress comes with a whole bunch of default scripts out-of-the-box that you can take advantage of to power your themes and plugins. jQuery is one commonly used script, as is TinyMCE.

Is Replacing Default WordPress Scripts Like jQuery a Good Idea? (and How to Do It)

But what if you want to replace a built-in script with your own? We recently looked at how to add jQuery scripts properly to your install. WordPress uses the same mechanism internally and in plugins, which means we can remove or even replace enqueued scripts with our own. The Fastest WordPress Installation - WP Quick Install.

Wp-CLI

WordPress tutorial: Create a minimal mobile menu. This menu is inspired by the awesome Treehouse tutorial.

WordPress tutorial: Create a minimal mobile menu

Check it out if you’re looking for a static, html/css menu! Getting started As we’re using WordPress, the first thing we have to do is to create a menu. You can use an existing menu from your blog, but I recommend creating a specific menu, since you might want to feature only the most important sections of your website in its mobile version. How to translate form labels? · Issue #155 · wpninjas/ninja-forms. Cookies and WordPress: How to Set, Get and Delete. Everyone loves an occasional cookie (or two) offline but their virtual use in sites worldwide is often a topic of confusion.

Cookies and WordPress: How to Set, Get and Delete

Cookies offer a simple and elegant solution to do things like maintain sessions for your visitors as they browse, store user preferences and gather data for your site. In this article, we’ll cover everything you need to know about cookies: what they are, where they’re used, and why we use them (and not eat them). How to Run a Successful WordPress Blog (and the Tools to Help You Do It) As a Content Management System, WordPress makes the process of managing and updating your website’s content pretty smooth. It certainly beats creating a static site or using a cheap website builder, and is designed to help you keep your site up to date and reach out to an audience. But there are systems you can put in place and plugins you can use which will make the process of creating, publishing and sharing content much easier, and help you reach out to your community of readers. Creating the Perfect Custom Travel Blog with WordPress.

Creating a Travel Blog: The Problem We’ve already created something nice, but there is one flaw which we can’t solve easily. Any specific field of writing contains a bunch of additional information which we want to display somehow. Recipe blogs may want to share cooking time, page length for book review sites, movie-related sites may would display directors, actors, running time and more. In a travel diary you might want to show locations, perhaps review local restaurants, document interesting people you meet, and so on.

There are two pieces to this puzzle: adding the data and displaying it. This is why we’ll be using ACF. How to Display Post and Page IDs in the WordPress Admin. Introduction to WordPress term meta. As we gear up for the release of WordPress version 4.4, many developers are planning some cool features that they’ve been waiting for years to implement. These features revolve around term metadata. The original Trac ticket is over 6 years old. A potential roadmap was outlined by Andrew Nacin a little over 2 years ago on the changes that would need to happen to get term meta in core WordPress. Even if/when those changes happened, it didn’t guarantee the inclusion of term meta. Fortunately, this long sought-after developer feature was green-lighted for WordPress 4.4.

And, it’s awesome. What is term meta? Terms are individual objects within a taxonomy. Meta (short for “metadata”) is simply additional data that can be tied to an object. Term meta, therefore, is additional data about specific taxonomy terms. WordPress Checklist (Infographic): 101+ Easy Steps to Follow. Last Updated: October 13th, 2016 So, You are working on a WordPress Project? Awesome! It’s a big struggle in remembering the steps involved in setting up a WordPress website. WordPress Roles and Capabilities Explained (Plus Code-Based Tweaks) The amazingly useful system that manages all this is called roles and capabilities and we’re going to explore it in more detail in this Weekend WordPress Project, including some code-based fixes you can make to tailor role and capabilities to meet the needs of your site.

What Are Roles and Capabilities? This WordPress sub-system is responsible for determining what actions any given user of a website can take. This decreases clutter in the dashboard (authors/contributors won’t see many menu items) and also increases security by simply not allowing some actions for some users. Convert a Website From Any Other Platform to WordPress in 10 Simple Steps. Debugging WordPress Tips and Snippets - WebDevStudios. Most developers know of the common WP_DEBUG in the config file, but some don’t know there are way more possibilities with WordPress and PHP in general. How to Add Items to the WordPress Toolbar. In WordPress 3.3 (almost 4 years ago), the Toolbar replaced the admin bar. FG Joomla to WordPress. Making Conditional Tags Work Magic in Your WordPress Site. Out-of-the-Box WordPress: Bundling With Themes & Plugins and wp-config Tweaks.

Ten years after the first release of WordPress, the installation process is still kind of... boring. Move the core WordPress files, install WordPress, then install plugins and themes, switch themes... Cookies and WordPress: How to Set, Get and Delete. Customizing the WordPress Comment Form. How to Embed PDF, Spreadsheet, and others in WordPress Blog Posts. How to Get Google's Verified Authorship for your WordPress Blog. Everyone is talking about how the search is going social. Google +1 buttons are now integrated in websites, search results, and even in Google Ads. Well all that is important, but we are now seeing a rise in verified Authorship for Google search results. Update (August 28, 2014): Google has announced that they’re killing Authorship, and search results will no longer show author names or photos.

Finally with the new redesign, we have added it in WPBeginner as well. Now when you search our articles, you will see the picture of our founder Syed Balkhi in the results like the screenshot below: How to Display Featured Image in WordPress RSS feed? 9 Ways to Convince Your Client That WordPress Is the Best CMS. Client education is all in a day’s work for web developers and designers; often, it’s part of the pitching process. Some clients don’t care how we build their sites, as long as we build them well. Others, however, know just enough to be dangerous – they want the details and are skeptical of WordPress. Worse yet, some think less of developers who use WordPress. Building Client Reports with WordPress Custom Page Templates. A lot of the time, clients need reporting. Creating a Web App CMS with WordPress and WP-API. How to Create WordPress Custom Post Types. Wp-cron.php – How To Stop It From Running Frequently. Custom Database API - Reasons for Custom Tables and an API.

Mastering WP_Query: An Introduction. How to Rebuild Your WordPress Website Like a Pro. A Quick (and in-Depth) Guide to WordPress Hooks. The Complete Guide To Embed Almost Anything In Your WordPress Site. Toolbox of the Smart WordPress Developer: Instant WordPress - Tuts+ Code Tutorial. The 10 Most Annoying Things About Using WordPress (and How to Make Them Go Away) GenerateWP - User friendly tools for WordPress developers. The Essential Guide to Launching a Killer WordPress Site: Part 2 - Design and Functionality. 15 Free Resources To Help You Become a Smarter WordPress Developer. Managing Access to Plugins (So Clients Don't Break Their Site!) How to Increase the Maximum Upload and PHP Memory Limit in WordPress. 30+ Free Pro Resources for Building Killer WordPress Websites in Way Less Time. WPSeek.com - A WordPress-centric search engine for devs and theme authors. Wordpress Reference Guides.

QueryPosts - better WordPress code reference. WordPress › Login < GlotPress. Add (or Remove) These 11 Things From Your WordPress Site and Look Like a Pro. How to Completely Customize the WordPress Login Page. Integrating Social Media With WordPress: The Ultimate Plugin Guide. Tips for Simplifying WordPress to Make it Client-Friendly. Creating Custom Content in WordPress: Custom Post Types. Shortcodes. How To Properly Add Background Images To Your WordPress Site. How to Fix (Or Remove) Broken Links on Your WordPress Website. Set Up WordPress Like a Pro. A Complete Guide to WordPress’ "Press This" Feature. Reprenez goût au développement Wordpress grace à Themosis. Generate WordPress Post Type.

15 Cool and Useful WordPress Hacks that require no plugins. Troubleshooting White Screen of Death Errors in WordPress. How to Hide the WordPress Update Notification To All But Admins. Comment optimiser les URLs de votre site sous WordPress. Calculated Fields Form. Wordpress Cheat Sheet. The Complete Guide To Custom Post Types. Wp.tutsplus. WordPress Shortcodes: A Complete Guide. Easy PayPal Buy Now Button.