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 17,608 public repositories matching this topic...
Quick summary
This is to track the underlying bug behind issues like Automattic/wp-calypso#63291 (and as originally discussed for example at p1651671145311929-slack-C0117V2PCAE).
Basically the problem is that Calypso makes API requests to /rest/v1.1/products?type=all for WordPress.com sites and /rest/v1.1/products?type=jetpack for Jetpack sites (the latter o
-
Updated
Jun 25, 2022 - PHP
-
Updated
Jun 27, 2022 - PHP
Description
The suggestion to pick a category on the pre-publish panel only works if the category "Uncategorized" exists. This is not the case for example for German installations. The default category in German is "Allgemein". I expect this is the same for other languages.
In WordPress it is also possible to change the default category, by hard-coding the default category this is not cons
-
Updated
Jun 19, 2022 - Ruby
-
Updated
Jun 20, 2022 - 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
Jun 22, 2022 - Shell
-
Updated
Apr 10, 2022 - 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;
});
Expected behavior
When I tap a "Spotlight suggestion" to go to a specific site I expect to go to this site.
Actual behavior
The currently selected site doesn't change:
https://user-images.githubusercontent.com/7040243/155019852-cc84cf93-31f1-4254-aaca-f8c4c2dec52c.MP4
Steps to reproduce the behavior
- Install the app
- Log in into an account with multiple sites
MySQL has phpMyAdmin integration with Lando for administration, is there a similar solution for PostgreSQL?
-
Updated
Nov 12, 2021 - PHP
As a user, I would like to be able to query a comment by database id.
Currently, the comment query doesn't allow for different id types (such as database id), but many other "single node" entry fields in the Graph support an idType field, such as:
{
post( id: 123, idType: DATABASE_ID ) { __typename, id }
contentNode( id: 123 idType: DATABASE_ID ) { __typename, id }
}-
Updated
May 22, 2021 - JavaScript
-
Updated
Sep 16, 2019 - PHP
-
Updated
Jun 10, 2022 - PHP
Bug report
- I've updated both my project and my packages to the latest Frontity versions: https://docs.frontity.org/guides/keep-frontity-updated
- I've searched for existing issues.
- I've checked the documentation: https://docs.frontity.org
- I've checked the community forum: https://community.frontity.org
Actual behavior
The action bar gets dismissed(pause at 0:03) before the navigation to the Change username screen.
Steps to reproduce the behavior
- Login to the app
- Go to me -> Account settings
- Click at username
- Notice that before showing the user name search screen
- The action bar gets dismissed
https://user-images.githubusercontent.com/17463767/175034139-5b41
-
Updated
Jun 22, 2022 - PHP
-
Updated
Jun 25, 2022 - PHP
-
Updated
Jun 24, 2022 - Jinja
-
Updated
May 31, 2022 - PHP
-
Updated
Jun 27, 2022 - JavaScript
Currently, in EasyEngine site-specific Nginx configs, we cache static files but we do not provision webp files.
location ~* \.(ogg|ogv|svg|svgz|eot|otf|woff|woff2|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf|swf)$ {...
Since, webp is increasingly becoming the de facto standard of next gen image formats, it might be a good idea
Created by Matt Mullenweg, Mike Little
Released May 27, 2003
- Organization
- WordPress
- Website
- wordpress.org
- Wikipedia
- Wikipedia
Information
Browser Info
Details
Description
The translation for "Copy a base64 string of the compressed config" will revert to English after clicked. Also, the "Copied" text isn't translatable.
Steps to reproduce
Scroll down to Download section and "click on the Copy a base64 string of the compressed config" link.