Skip to content
#

WordPress

wordpress logo

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,410 public repositories matching this topic...

nginxconfig.io
SorinGFS
SorinGFS commented Apr 29, 2022

Feature request

Place the access_log and error_log directives inside the main server block instead of http block.

Feature description

Disable access_log at http block:
File: /etc/nginx/nginx.conf

# ...
http {
    # ...
    access_log off;
    # ...
}
# ...

Enable per site access_log and error_log at main server block:
File: /etc/nginx/

enhancement help wanted good first issue hacktoberfest
RafaelFunchal
RafaelFunchal commented May 20, 2022

Quick summary

Hi there!

The site reported on this Atomic Request (p9F6qB-9q2-p2) shows "All (18K)" on My Site > Comments (https://wordpress.com/comments/{domain}). The Comments Classic View (domain/wp-admin/edit-comments.php) shows "All (0)", though.

After analyzing the wp_comments table, I noticed all 18K comments have comment_agent => WooCommerce and comment_type is either `or

gutenberg
admturner
admturner commented Apr 21, 2022

Description

When I run the command wp-scripts plugin-zip the resulting zip file does not include root-level files, only directories (and their containing files). I expect the resulting zip file to include either the defaults (the entrypoint, Readme, etc.) as described in the documentation, or the files specified in the package.json "files": [] list. Instead the zip file contains only the

[Type] Bug Good First Issue Needs Dev [Package] Scripts
timber
wujekbogdan
wujekbogdan commented Apr 19, 2021

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

docs help wanted good first issue
interludic
interludic commented Oct 31, 2018
  • 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;
});

leandroalonso
leandroalonso commented Feb 21, 2022

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

  1. Install the app
  2. Log in into an account with multiple sites
jasonbahl
jasonbahl commented Mar 17, 2022

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:

![CleanShot 2022-03-17 at 12 38 13](https://user-images.githubuser

Enhancement Good First Issue close candidate effort: low
frontity

Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed

  • Updated May 17, 2022
  • JavaScript

Created by Matt Mullenweg, Mike Little

Released May 27, 2003

Organization
WordPress
Website
wordpress.org
Wikipedia
Wikipedia