【问题标题】:Logo and text next to it at the bottom in wordpresswordpress底部旁边的徽标和文本
【发布时间】:2021-06-04 20:59:52
【问题描述】:

我想制作一个标题,其中底部有一个徽标和文本,但我希望文本出现在图像的底部。我将如何实现?

这是我的图片:

她是我的网址:

https://cloudnextservices.com

【问题讨论】:

    标签: html css wordpress


    【解决方案1】:
    <div style="display:flex; flex-direction:column; align-items:center;">
    
    <?php if (function_exists('the_custom_logo')) {the_custom_logo(); }?>
    
    <title><?php wp_title(''); ?></title>
    
    </div>
    

    【讨论】:

    • 我想在 logo 底部写文字 CloudNext Services,我需要在哪里写???
    • 我可以看到“CloudNext Services”是网站的标题。如果你把 php 标签放在 header.php 中,就像我提到的那样,标题会自动出现。您可以为 .. 提供一个 ID,以通过 css 提供您的特定外观
    • 请帮我解决这个问题stackoverflow.com/questions/66505553/…
    • 我的解决方案有帮助吗? > 请标记为已回答
    • 粘贴时给我的代码但没有帮助
    猜你喜欢
    • 2017-05-17
    • 1970-01-01
    • 2017-09-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-07-02
    • 2020-08-27
    • 2014-06-07
    相关资源
    最近更新 更多