我有一个多年前由另一家公司创建的网页。标题上方有一个长图像。我需要编辑图像并替换它。我已经搜索了2天了,我找不到该图像在我的wordpress仪表板上的存储位置。它不在我的媒体>库中。我看不到主题>编辑器在哪里。有什么建议吗?
我已经使用开发工具找到了图像地址,但我不知道如何访问它。http://www.topnotchgaragedoor.com/wp-content/themes/topnotch/images/header.jpg
我有一个多年前由另一家公司创建的网页。标题上方有一个长图像。我需要编辑图像并替换它。我已经搜索了2天了,我找不到该图像在我的wordpress仪表板上的存储位置。它不在我的媒体>库中。我看不到主题>编辑器在哪里。有什么建议吗?
我已经使用开发工具找到了图像地址,但我不知道如何访问它。http://www.topnotchgaragedoor.com/wp-content/themes/topnotch/images/header.jpg
我目前获取滑块图像的方法是使用以下工作正常的代码:$args = array( \'post_type\' => \'attachment\', \'sort_order\' => \'ASC\', \'sort_column\' => \'menu_order\', ); $attachments = get_posts($args); if ($attachments) { $