The frontpage tag has no wiki summary.
1
vote
2answers
167 views
Custom background for the index page only?
I am stuck at add_custom_background.
I can change background color/image but I only want to change my index page. Currently, the changes apply on the whole page.
I want to make the changes from ...
0
votes
1answer
189 views
Add Adsense code in index.php
My wordpress blog homepage has thumbnail gallery.
I want add adsense image ad code to 5,10 place.
Below code from my index
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
...
5
votes
3answers
346 views
How to add “Stick this post to the front page” to front end?
I have a baseball related website with multiple authors. I use the "Stick this post to the front page" to denote an "Editor's Pick" on an article. I would like to add a link/button to allow editor to ...
2
votes
2answers
1k views
How to make my front page display only the most recent sticky post, plus usual widgets?
WP 3.3.1, Suffusion 4.0.2
I am trying to figure out how to make my front page display only the most recent post marked sticky. I can't find how to do this in the documentation.
What I'm trying to ...
1
vote
2answers
47 views
How to check if current static page is frontpage from admin plugin
I set static page as front page.
I need to know if user currently on homepage in my custom plugin.
Functions is_home() and is_front_page() doesn't works, since homepage is static page.
I can get an ...
1
vote
2answers
436 views
wp_title() empty on a static front page
I'm trying to use wp_title() to create a heading for my pages, but I'm using a static front page and, while all of the other pages render the title properly, the front page won't.
This is what I'm ...
0
votes
6answers
445 views
how to create a static front page for my blog in wordpress
I need php code to create a static front page for my blog.how do it by php in wordpress.anybody can help me.