Back end

Install Lamp Server on Llinux , Debian

Install Lamp Server on Linux (Debian ,Ubuntu) Install LAMP Server on Ubuntu? A few complex packages but all (bar linux!) can be installed with one command and then following the on-screen instructions: (NOTE: All the commands here need to be typed into a terminal, open one by pressing Ctrl+Alt+T.) sudo apt-get install lamp-server^ It’s important […]

Install Lamp Server on Llinux , Debian Leer más »

Plugin Development WordPress

Plugin Development Plugin Developer Handbook – The best starting place for learning about how to develop plugins WordPress Coding Standards – General information about coding standards for WordPress development Debugging in WordPress – Reference and guide for using the built-in debugging system in WordPress. Data Validation – A must-read for WordPress plugin authors. Describes the

Plugin Development WordPress Leer más »

Function Reference

Codex Function Reference Contents 1 Functions by category 1.1 Post, Custom Post Type, Page, Attachment and Bookmarks Functions 1.2 Category, Tag and Taxonomy Functions 1.3 User and Author Functions 1.4 Feed Functions 1.5 HTTP API Functions 1.6 Comment, Ping, and Trackback Functions 1.7 Action, Filter, and Plugin Functions 1.8 Theme-Related Functions 1.9 Formatting Functions 1.10

Function Reference Leer más »

Codex filters

Plugin API/Filter Reference Languages: English • 日本語 • (Add your language) This article contains an extensive (but not 100% comprehensive) list of the filter hooks available for use in plugin development in Version 2.1 and above of WordPress. For more information: To learn more about what filter and action hooks are, see Plugin API. To

Codex filters Leer más »

Git

Git (/ɡɪt/) is a version control system (VCS) that is used for software development and other version control tasks. As a distributed revision control system it is aimed at speed, data integrity, and support for distributed, non-linear workflows.   Git from terminal Nav-Nors-MacBook:~ navnor$ date Sun  4 Dec 2016 15:57:33 CET Nav-Nors-MacBook:~ navnor$ git usage:

Git Leer más »

WordPress

Codex , all hooks actions Further Reading Writing a Plugin – description of how to write a plugin Plugin API – article on how to use filters and actions Plugin API/Filter Reference – reference list for filter hooks Plugin Resources – comprehensive list of plugin-related resources Hooks Database – documentation for all hooks in the

WordPress Leer más »

WORDPRESS – EJECUTAR CÓDIGO PHP EN PÁGINAS SIN PLUGIN.

WORDPRESS – EJECUTAR CÓDIGO PHP EN PÁGINAS SIN PLUGIN. Buenos días a todos, en este tutorial vamos a ver un sencillo truco para poder ejecutar código PHP en nuestras páginas o Posts de wordpress sin necesidad de instalar ningún plugin. Bueno los pasos que vamos a seguir son los siguientes: Crear una copia del archivo page.php o de post.php Insertar

WORDPRESS – EJECUTAR CÓDIGO PHP EN PÁGINAS SIN PLUGIN. Leer más »

Insert PHP WordPress Plugin

Instructions- Insert PHP WordPress Plugin Insert PHP description page Using Insert PHP is easy. You’ll understand when you see the examples. This page contains installation instructions, plugin use instructions, examples, and how to deal with PHP error messages. For convenience, the menu below is linked to specific sections on this page. Installation Insert PHP Instructions and Examples

Insert PHP WordPress Plugin Leer más »