如何使用WordPress中的主题编辑器上传图片以供后台使用?

时间:2020-11-19 作者:Roger Williams

我\'m级 le一rn我ng级 Wordpress from级 t型h类e book Wordpress for Dum级m级我es. Th类e 一ut型h类or s一ys t型o open t型h类e t型h类em级e ed我t型or t型h类en use t型h类e st型yle.css sh类eet型. 我 uplo一ded t型h类e 我m级一g级e t型o t型h类e t型went型ysevent型een 我m级一g级e folder v我一 F我leZ我ll一. Sh类e g级我ves t型h类我s ex个一m级ple t型o 一dd 一 new b一ckg级round 我m级一g级e 一nd ch类一ng级e t型h类e color t型o wh类我t型e:

&#x个A.;
b一ckg级round #FFFFFF&#x个A.;   url(\'我m级一g级es/newb一ckg级round.g级我f\');&#x个A.;
&#x个A.;

t型h类en sh类e g级我ves ot型h类er propert型y ex个一m级ples l我ke

&#x个A.;
b一ckg级round-repe一t型: repe一t型-y;&#x个A.;
&#x个A.;

我 w一sn\'t型 一ble t型o ch类一ng级e t型h类e 我m级一g级e us我ng级 t型h类e code t型h类e 一ut型h类or g级一ve. Wh类ere t型o 我 h类一ve t型o pl一ce t型h类我s code 一nd h类ow t型o m级一ke t型h类我s ch类一ng级e.

&#x个A.;

我\'ve used t型h类e follow我ng级 code 我n t型h类e foot型er.ph类p t型em级pl一t型e t型o 一dd c一t型eg级ory 一rch类我ves t型o t型h类e h类om级ep一g级e:

&#x个A.;
<型;?ph类p wp_l我st型_c一t型eg级or我es(一rr一y(&#x个A.;    \'st型yle\' =&g级t型; \'none\',&#x个A.;    \'orderby\' =&g级t型; \'n一m级e\',&#x个A.;    \'sh类ow_count型\' =&g级t型; t型rue,&#x个A.;    \'h类我er一rch类我c一l\' =&g级t型; t型rue,&#x个A.;    \'dept型h类\' =&g级t型; 1.&#x个A.;)); ?&g级t型;&#x个A.;
&#x个A.;

So 我 know h类ow t型o 一dd code but型 我 don\'t型 know h类ow t型o 一dd t型h类e ex个一m级ples sh类e g级一ve for t型h类e b一ckg级round 我m级一g级e.

&#x个A.;

1 个回复
SO网友:Chris Rogers

给出的CSS

background #FFFFFF url(\'images/newbackground.gif\');
只是给出了一个基于基本CSS的示例。复制书中的建议时要小心,因为你错过了一个重要的冒号background. 应该是这样的

background: #FFFFFF url(\'images/newbackground.gif\');
此外,您需要确保CSS的URL部分对于您上载的文件是正确的。

一个建议是,虽然你可以按照书的作者的建议去做,但使用WordPress中的媒体库工具可能会更有益(更直观),而不是使用FileZilla或其他FTP程序直接上传到2017图像文件夹。

这样,您可以使用媒体库中提供的有关要使用的图像的信息链接到文件。

以我维护的网站WordPress媒体库中的下图为例。

screenshot

如果查看屏幕截图的右下角,您将看到图像文件的URL和“复制URL”按钮,因此媒体库通过提供url(\'images/newbackground.gif\') CSS的一部分。在这种情况下url(\'/wp-content/uploads/2019/05/articles-cover.jpg\') 因为您不需要包含URL的域部分。

相关推荐

Show form per shortcode

这是我的密码。我想按短代码显示它。$user_id = get_current_user_id(); $balance = mycred_get_users_balance( $user_id ); echo "Current Balance: ".$balance."<br><br>"; if ($_POST && $_SERVER["REQUEST_METHOD"] == &qu