create new file: /wp-content/themes/yourtheme-child/master-slider.read.php [cc lang=”php” escaped=”true” width=”600″] [/cc]
[cc lang=”php” escaped=”true” width=”600″]
[cc lang=”php” escaped=”true” width=”600″]
try this:
it’s not really intuitiv. You search for: https://wordpress.org/search/Download+Language+packs but the keyword “download” does not pop to your eye. here you can DOWNLOAD are the precompiled (PO) language packs for the backend: Download Language packs: https://make.wordpress.org/polyglots/teams/
the plan is effectively to simply include the content and title of an existing post. (everything is a post in the wordpress database) you will need to 1. create a page “nothing found” 2. click on “short-link” to get the […]
If you have seen Queries like those: SELECT * FROM wp_posts p LEFT OUTER JOIN wp_term_relationships r ON r.object_id = p.ID LEFT OUTER JOIN wp_term_taxonomy x ON x.term_taxonomy_id = r.term_taxonomy_id LEFT OUTER JOIN wp_terms t ON t.term_id = x.term_id WHERE […]
in theory it should work like that (untested!): [cc lang=”php” escaped=”true” width=”600″] /** * Validate the extra register fields. * * @param string $username Current username. * @param string $email Current email. * @param object $validation_errors WP_Error object. * * […]
it’s loading all the super-efficient library.min.js Versions but you need to debug a JavaScript file? open wp-config.php in your favourite editor an add: (right after define(‘WP_DEBUG’, true);) [cc lang=”php” escaped=”true” width=”600″] /** * For developers: WordPress debugging mode. * * […]
This last section contains various suggestions regarding Plugin development. The code of a WordPress Plugin should follow the WordPress Coding Standards. Please consider the Inline Documentation Standards as well. All the functions in your Plugin need to have unique names […]
Links http://wordpress.stackexchange.com/questions/35931/how-can-i-edit-post-data-before-it-is-saved Source: http://codex.wordpress.org/Plugin_API/Hooks Plugin API/Filter Reference 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 […]
i created a test-plugin that outputs all the variables & their content available to access for plugins: i picked some that could be interesting to wordpress plugin developers: interesting filters: “This filter runs in wp-admin when loading a post for […]
update: 2020-05: ain’t workin’ no more 🙁 (it’s funny… it was still working yesterday X-D) whatever happened… Jeremy… your once so simplistic “manage allowed upload file types” plugin stopped working 🙁 (in wordpress Version 5.4.1) Version 5.4.1 Manage Upload Types […]
There is a plugin called CodeColorer By Dmytro Shteflyuk which is free and works great. (Description: This plugin allows you to insert code snippets to your posts with nice syntax highlighting powered by GeSHi library.) Only problem: There is no “Insert […]
the lite version is free… testing it right now 🙂 http://www.youtube.com/watch?v=XJ-KHOqBKuQ Upgrade to the Standard Calendar for free Extended Views Import/Export Events Facebook Integration Filter by Category and Tag Recurring Events Upcoming Events Widgets Locations and Maps Basic Support Upgrade […]