Back to Blog

Miesiąc: styczeń 2017

Magento 2

Migracja Magento 2

Magento oraz magento 2 jest dość popularnym cmsem do sklepów internetowych. Czasami potrzebna jest migracja, oto jak ja to robię w najprostszy sposób. 1. Robimy backup plików na serwerze oraz backup bazy danych ( zawsze należy robić na wszelki wypadek ) 2. Uruchamiam putty i łączę się z serwerem przez ssh ,  (  o wiele szybciej i prościej niż przez ftp…
Continue Reading

Parametry WP Query

Znalezione na stroniebillerickson <?php /** * WordPress Query Comprehensive Reference * Compiled by luetkemj - luetkemj.com * * CODEX: http://codex.wordpress.org/Class_Reference/WP_Query * Source: http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/query.php */ $args = array( //////Author Parameters - Show posts associated with certain author. 'author' => 1,2,3, //(int) - use author id [use minus (-) to exclude authors by ID ex. 'author' => -1,-2,-3,] 'author_name' => 'luetkemj', //(string)…
Continue Reading