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,379 public repositories matching this topic...
Details
How the page currently looks:
I recommend we update the copy to direct them to either the Search Dashboard (for atomic) or the Search Customizer (for Simple).
Checklist
- Update post-purchase copy and link to Search Dashboard for atomic sites
- Update pos
-
Updated
May 12, 2022 - PHP
-
Updated
May 15, 2022 - PHP
Description
Thank you, @SavPhill for recording this. A great find!
Originally reported on trac ticket 55731
There are 2 broken links within the ‘Create a basic block’ tutorial in the developer docs:
https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/writing-your-first-block-type/
Both links direct to a 404 page on
-
Updated
May 10, 2022 - Ruby
-
Updated
Apr 28, 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
May 14, 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
When querying for content or excerpt on content nodes (posts, pages, etc) the content and excerpt fields can be queried for with a format: RAW argument.
The RAW content will only be returned to authenticated users.
The description of the RAW enum should explain this.
Currently the descriptions are as follows:




Feature request
Place the
access_loganderror_logdirectives inside the main server block instead of http block.Feature description
Disable
access_logat http block:File: /etc/nginx/nginx.conf
Enable per site
access_loganderror_logat main server block:File: /etc/nginx/