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,877 public repositories matching this topic...
Steps to reproduce the behavior
-
Click site name to change to another site, note how search input falls down
<img width="353" alt="Screenshot 2021-08-19 at 16 00 08" src="https://user-images.githubuser
-
Updated
Sep 2, 2021 - PHP
[GlobalStep] "No Results found" message fails to display on "WooCommerce-> Marketplace" screen.
Bug Description:
"No Result Found" message fails to display when user search invalid data in search field on "WooCommerce-> Marketplace" screen.
Environment:
Woocommerce Version : WooCommerce 5.7.0 Beta-1
WordPress version: v5.8
PC:
Windows 10, Mac 10.14.6
Chrome(Version 92.0.4515.131)
Firefox(Version 90.0.2)
Safari: v14.1.2
Steps To Reproduce:
- Create any test site us
What problem does this address?
Try to install npm "@wordpress/prettier-config" from a document: https://github.com/WordPress/gutenberg/blob/trunk/packages/prettier-config/README.md
What is your proposed solution?
Alternatively, add this to .prettierrc
file:
extends @wordpress/prettier-config
I believe correct syntax must be:
extends: ['@wordpress/prettier-
-
Updated
Aug 31, 2021 - Ruby
-
Updated
Aug 31, 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
-
Updated
Aug 31, 2021 - Shell
-
Updated
Aug 13, 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;
});
-
Updated
Sep 3, 2021 - PHP
When viewing the Login Epilogue, sites with long titles are not truncating (showing ellipse)
Expected behavior
Site with long titles to truncate and show an ellipse
Actual behavior
Sites with long titles are shown in full taking up a good portion of the view.
Steps to reproduce the behavior
- Create a site with a very, very, very, long title
- Logout of the app
- Log back
Let's write a guide on how to tail
the pantheon/fpm logs.
I think it is as easy as:
lando logs -s appserver -f
That seems to spit out the PHP errors when I create a syntax error or undefined function in my Pantheon app.
Let's turn it into a guide: https://docs.lando.dev/contrib/guides-intro.html
Many user have expressed how useful GraphQL Voyager has been as they work on sites powered by WPGraphQL.
It would be nice to let users use GraphQL Voyager within their WordPress dashboard alongside GraphiQL.
-
Updated
May 22, 2021 - JavaScript
-
Updated
Sep 16, 2019 - PHP
-
Updated
Sep 5, 2021 - PHP
Expected behavior
The site URL should be fully visible in the site Info Block on the My Site view when the system font is set to the largest setting.
Actual behavior
The site URL is cutoff in the site Info Block on the My Site view when the system font is set to the largest setting.
Steps to reproduce the behavior
- Set system font to highest setting on device
- Open app
-
Updated
Aug 10, 2021 - PHP
Expected behavior
itemProp
, itemScope
and itemType
should be created on elements
Observed behavior
javascript error for itemprop
, itemscope
and itemtype
on html elements
Steps involved to reproduce the problem
add eg <span itemprop="telephone">999</span>
to some HTML content in the database and run Html2React on it
Possible solution
add the follow
-
Updated
Aug 29, 2021 - Jinja
Need to create /etc/hosts entry for non-wildcard alias domains in site create
and site update
.
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Feb 16, 2021 - PHP
-
Updated
Dec 13, 2020 - Ruby
Bug Description
On an AMP-first site I ran across the following amp-img
:
<!--noscript-->
<amp-img height="1" width="1" alt="fbpx" src="https://www.facebook.com/tr?id=413752866132374&ev=PageView&noscript=1" class="amp-wp-enforced-sizes amp-wp-6a19fc1 i-amphtml-layout-intrinsic i-amphtml-layout-size-defined" layout="intrinsic" data-amp-
Created by Matt Mullenweg, Mike Little
Released May 27, 2003
- Organization
- WordPress
- Website
- wordpress.org
- Wikipedia
- Wikipedia
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
chmod
command into Extract tar step to keep config files more safty.How the feature is useful