Tagged Questions
0
votes
1answer
20 views
How to get ONLY the URL of the image that show_media_header returns?
I need to use it as a background image but this is killing me because:
show_media_header()
would print
<a href="#">http://url/of/the/header</a>
How can I just retrieve the value? So ...
0
votes
1answer
80 views
Why is the `if else` not working?
I have this on my header.php.
It checks whether the page is on homepage/frontpage, is on category/children of/has the category of "gamenews", or is on category/children of/has the category of ...
0
votes
1answer
96 views
Content-focused web design: sidebar alternatives? [closed]
I am really liking the new trend of using a full-width scrollable blog design. Sidebar simply takes up far too much space, distracting from the main piece on the page- the content. Do you know of any ...
1
vote
1answer
543 views
Add social icons in a theme through custom admin menu
Is it possible to make a theme with an option of configuring social icons with links through the custom header control panel?
I googled it and found nothing that could help me, any help on that topic ...
0
votes
1answer
82 views
How to add cropped custom header image?
I don't see in my custom theme any option for uploading the header image (although there is a code for it in the header)
Do I need to register it somehow?
Also, I have a specific size I want to ...
0
votes
1answer
60 views
Can i have a slider image with images on my wordpress.com site? [closed]
Now, what i wish to do is set a page as a static as my landing page on my wordpress.com site.
That page should have a couple of slider images which would be hyper-linked to my other pages, not ...
0
votes
2answers
488 views
Insert the current theme header into an external HTML/XHTML file
My Emacs org-mode projects get exported to XHTML files. I would like to loosely integrate them into my blog. In particular, I'd like to use the header (and possibly footer) from my theme in the ...
1
vote
1answer
455 views
How to find out if page_for_posts is showing (in order to style menu item)
I have set a static page for posts (page id = 110). This page shold only be included in the menu when the user is logged in. The latter is achieved with the following addition to header.php (snippet ...
2
votes
1answer
101 views
What is the Wordpress Pinecone sitting on top of? [closed]
Does anybody know where wordpress gets their banner images? Perhaps we could find the original photo? I'm curious just what exactly this pine cone is sitting on top of.
-2
votes
1answer
522 views
How to create full header but keep content narrow
I want to set a full header in wordpress theme, while i want to keep the content narrow (center). How can i do that? I'm trying like:
<body>
<!-- BEGIN header -->
<div ...