WordPress
WordPress is a popular content management system, used for websites and blogs. WordPress is written in PHP and MySQL and is designed to be flexible and user-friendly.
Here are 15,587 public repositories matching this topic...
Steps to reproduce the behavior
- Go to 'https://wordpress.com/plans/SITEADDRESS'
- Scroll down to FAQ
- Free domain credit included in all plans (not only annual)
screenshot: https://d.pr/i/2NFab9
Solution: Add "The domain credit for a free domain for the first year is only included with the annual or two-year plans."
WordPress starter theme with a modern development workflow
-
Updated
Jul 27, 2021 - PHP
Writing to database every pageload is very bad idea (especially on frontend)
To replicate:
-) Install Query Monitor
-) Load product page
-) see list of 'UPDATE' queries from QM console
Please read Wordpress code quality & best pratice here:
=> https://docs.wpvip.com/technical-references/code-review/vip-warnings/#h-front-end-database-writes
=> https://docs.wpvip.com/technical-references
Description
When using @wordpress/scripts, npm run build does not minify CSS files (from /src to /build) - but it does minify SCSS files.
Also see https://wordpress.slack.com/archives/C5UNMSU4R/p1626967073250600.
Step-by-step reproduction instructions
Create a very basic project:
package.json:
{
"name": "css-minify-test",
"devDependencies": {
"@wordpress/sWPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites.
-
Updated
Jul 24, 2021 - Ruby
WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure
-
Updated
Jul 22, 2021 - PHP
Performance/Caching section of the docs isn't clear enough. It says that the default caching mode is CACHE_TRANSIENT, but there's no explanation on what does it actually mean.
Does it mean that all queries are cached using transients? If so then it would be good to mention what is the default cache expiration and what are the implications
An open source Vagrant configuration for developing with WordPress
-
Updated
Jul 27, 2021 - Shell
-
Updated
Jun 7, 2021 - JavaScript
-
Corcel Version: "jgrossi/corcel": "2.5.*",
-
Framework Name & Version: "laravel/framework": "5.5.*",
-
PHP Version: 7.1
Description:
Cant find model... for
// clean and simple all posts from a category
$cat = Category::slug('uncategorized')->posts->first();
$cat->posts->each(function($post) {
echo $post->post_title;
});
A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
-
Updated
Jul 26, 2021 - PHP
Reported by Frosty:
On iPad in splitscreen (so the app is half or 1/4 of the screen), the bottom sheet appears to take up the entire height of the display. This only seems to happen on iPad, not on iPhone. I confirmed that this also happens on
develop.


Feature request
Feature description
The generated and installed config files permission are too open, any user logined on the system can read and write them. So i suggest append a
chmodcommand into Extract tar step to keep config files more safty.How the feature is useful