Skip to main content

Home/ Wordpress/ Contents contributed and discussions participated by Luciano Ferrer

Contents contributed and discussions participated by Luciano Ferrer

Luciano Ferrer

How to Change Defaut Product Sorting in WooCommerce - 1 views

  •  
    "The default WooCommerce sorting is by "menu order", which means manually and if a manual product order is not set, the product are going to be displayed alphabetically. Before we continue, let me show you how to sort WooCommerce products manually, maybe it is just what you need."
Luciano Ferrer

Convertir fechas de PHP a castellano - 2 views

  •  
    "function fechaCastellano ($fecha) { $fecha = substr($fecha, 0, 10); $numeroDia = date('d', strtotime($fecha)); $dia = date('l', strtotime($fecha)); $mes = date('F', strtotime($fecha)); $anio = date('Y', strtotime($fecha)); $dias_ES = array("Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado", "Domingo"); $dias_EN = array("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"); $nombredia = str_replace($dias_EN, $dias_ES, $dia); $meses_ES = array("Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"); $meses_EN = array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); $nombreMes = str_replace($meses_EN, $meses_ES, $mes); return $nombredia." ".$numeroDia." de ".$nombreMes." de ".$anio; }"
Luciano Ferrer

How to Add Font Awesome to Divi - 1 views

  •  
    "Font Awesome is the most popular icon toolkit on the web. With thousands of free and premium icons, it's easy to why with they're so popular. Fortunately, Font Awesome icons are easy to use with Divi. In this article, we'll see just how easy it is to manually add Font Awesome to Divi. If you'd prefer to add more icons to Divi using a plugin, check out our blog post on how to add more icons to Divi."
Luciano Ferrer

PHP Code To Exclude a Category From a WordPress Page - 1 views

  •  
    "function exclude_category($query) { if ( $query->is_home() ) { $query->set('cat', '-xx'); } return $query; } add_filter('pre_get_posts', 'exclude_category');"
Luciano Ferrer

14 Tools for Beautiful WordPress Data Visualization - 0 views

  •  
    Data Tables Generator by Supsystic WordPress Charts wpDataTables M Chart POWr Graph DrawIt Snowball PressStats Responsive Charts TablePress WordPress Charts and Graphs Lite Infogram TransitArt Blazing Charts
Luciano Ferrer

How to Run a Webinar From Your WordPress Website (in 6 Steps) - 3 views

  •  
    "A webinar can take many forms, such as a meeting, presentation, or workshop. The main difference between running a webinar and simply posting a video is the interactive component the former offers. Attendees typically view webinars in real time, and there is often the option for them to participate by asking and/or answering questions. This type of seminar offers an excellent opportunity to add a personal touch to your platform and engage your customers. For example, Neil Patel uses webinars frequently to reach out to visitors of his traffic growing website. Step #1: Create a Google Account Step #2: Create a New Event in YouTube Live Step #3: Customize Your Webinar Step #4: Embed Your Webinar in Your WordPress Website Step #5: Invite Attendees Step #6: Broadcast Your Webinar"
Luciano Ferrer

Post Types Order - WordPress Plugins - 1 views

  •  
    "Post Order and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard. A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability. The order can be customized within default WordPress post type archive list page or a separate Re-Order interface which display all objects. It allow to reorder the posts for any custom post types you defined, including the default Posts. Also you can display the posts within admin interface sorted per your new sort. Post Order has never been easier."
Luciano Ferrer

10 Free Contact Form 7 Extensions You Didn't Know You Need | Elegant Themes Blog - 0 views

  •  
    "With an active user base exceeding one million, Contact Form 7 is the King of the free contact form plugins. However, if you want it to compete with the top premium options, it needs a little bit of help. Fortunately, Contact Form 7 is fully extendable. That means you can unlock more advanced functionalities by installing extensions and add-ons. In today's post, we're taking a look at 10 of the very best of them - the 10 Contact Form 7 extensions you didn't know you need. Each extension is available completely free of charge from the official WordPress plugin directory. These extensions are stackable, too. That means you're not limited to just the one, and by mixing and matching these extensions, you can have contact forms capable of anything you ask of them. Now Contact Form 7 can give those premium contact forms a run for their money! Contact Form 7 Multi-Step Forms Conditional Fields for Contact Form 7 Contact Form 7 Submissions Contact Form 7 PayPal Add-on Contact Form 7 Lead Info with Country CF7 Customizer Contact Form 7 Skins "
Luciano Ferrer

New Google Maps Requirement: How to Get Your Google Maps API Key | Elegant Themes Blog - 0 views

  •  
    google map api key, how to, etc...
Luciano Ferrer

Easy Updates Manager - 1 views

  •  
    "Manage all your WordPress updates, including individual updates, automatic updates, logs, and loads more. Also works with WordPress Multisite. Easy Updates Manager is a light yet powerful plugin which enables you to manage all types of updates on your single site install or in WordPress Multisite. With loads of settings making endless possibilities for configuration, Easy Updates Manager is an obvious choice for anyone wanting to take control of their websites updates."
Luciano Ferrer

footnotes - 0 views

  •  
    "footnotes aims to be the all-in-one solution for displaying an automatically generated list of references on your Page or Post. The Plugin ships with a set of sane defaults but also gives the user control over how their footnotes are being displayed. footnotes gives you the ability to display decently-formated footnotes on your WordPress Pages or Posts (those footnotes we know from offline publishing)."
Luciano Ferrer

ImageInject - 0 views

  •  
    "ImageInject, previously called WP Inject, allows you to easily insert photos and images into your WordPress posts. Search among many thousands of free creative commons images for any keywords of your choice, then pick the best of them for the article you are working on and insert them into your post or set them as featured image! Best of all it is super fast: Injecting an image only takes 3 clicks in total!"
Luciano Ferrer

Aesop Story Engine - 0 views

  •  
    "Aesop Story Engine is a suite of open-sourced tools and components that empower developers and writers to build feature-rich, interactive, long-form storytelling themes for WordPress. At the heart of ASE are the suite of storytelling components, which are created on the fly while crafting posts within WordPress."
Luciano Ferrer

Disable Comments - 0 views

  •  
    "Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. This plugin allows administrators to globally disable comments on any post type (posts, pages, attachments, etc.) so that these settings cannot be overridden for individual posts. It also removes all comment-related fields from edit and quick-edit screens. On multisite installations, it can be used to disable comments on the entire network."
Luciano Ferrer

Postmatic Basic - Subscribe to Comments & Posts. And simply reply. - 0 views

  •  
    "Postmatic lets your readers subscribe by email when they leave a comment. Subsequent comments and replies will land in their inbox, just like with Mailpoet, Jetpack or Subscribe to Comments. Except now with Postmatic, they can comment back and keep the conversation going just by hitting reply. They never have to leave their inbox."
Luciano Ferrer

Best Quiz Plugin for WordPress: WP Quiz - 0 views

  •  
    "WP Quiz is a completely FREE quiz plugin that will let you create endlessly customizable and highly professional quizzes for your WordPress site. Nothing is quite so sharable as a good quiz. WordPress Quiz plugin allows you to build quizzes easily and the end results are engaging, professional and dynamic."
Luciano Ferrer

Teoría del Átomo según Cantinflas - 0 views

  •  
    ¿Didáctica del sentido común?
  •  
    ¿Didáctica del sentido común?
Luciano Ferrer

User Role Management in WordPress | Beginner's Guide - 1 views

  •  
    "WordPress is a CMS that comes with its own user role management system. This user role management in WordPress defines what access does a specific user has, what the user can do and cannot do on the website. As your website grows, it is important to know these user roles and permissions. One really important thing to understand before starting is that user roles should be assigned keeping in mind what user will be doing on the site."
Luciano Ferrer

The Ultimate Guide to Migrating from other Platforms to WordPress - 0 views

  •  
    wordpress.com, Joomla, Blogger and Tumblr...
1 - 20 of 314 Next › Last »
Showing 20 items per page