The homepage tag has no wiki summary.
0
votes
2answers
18 views
Notice: Undefined index: suppress_filters
I'm doing some de-bugging on a theme I'm working on and I'm hoping someone can help me please.
I used this function that Justin Tadlock made to display custom post types on the blog page and with ...
0
votes
1answer
29 views
How can I change the title of the Home link in the navigation bar?
I use Bones theme with a static front page. The header.php calls the bones_main_nav() function without parameters, while bones_main_nav() only calls the wp_nav_menu() function.
0
votes
0answers
39 views
Marginal pagination on home.php
I'm trying too make a custom wp-theme and use a few loops in home.php. But now I can't finish home.php because of pagination. How cant I realize any type of pagination with saving that kind of ...
0
votes
1answer
19 views
How to redirect all page requests to a single “goodbye” homepage? [duplicate]
I'm effectively taking down a site and replacing all pages with a single "Goodbye" page which I'd like to have all requests for the many other pages on the site redirect to.
I'd like to have them all ...
0
votes
1answer
14 views
Home in page/post not refer to homepage
I really need help.
I'm using Private Lawyer theme, and I'm having this problem,
Eg: Home >> Photo Gallery
the "home" not refer to my homepage. when I click it, it refer back to photo gallery ...
0
votes
1answer
43 views
How to optimize wordpress [closed]
http://www.flippish.com/
Can somebody check my wordpress site? It is crashing because of high load. When I check with ssh top -c d2 -u username I just see ajax-php and index to have be on top.
My ...
0
votes
0answers
20 views
WordPress Multi Site strange redirect on MAIN site
I am using a plugin which allows for multiple TLD's with WordPress multi-site. (WordPress MU Domain Mapping) No idea if this is a conflicting issue or not. Doubtfut, but thought I would throw it out ...
1
vote
4answers
68 views
How to make Home Menu( Front Page) use index.php instead of page.php
I needed a "Home" menu item in my wordpress website, so I created a new page and named it "Home", added it to my main menu item and then from Reading Settings I selected the "Home" as Front Page.
...
0
votes
3answers
164 views
is_home, and is_front_page conditional problem
I have this snippet in a "portfolio-loop.php" file. I'm using get_template_part to display the loop on the front page and on other pages.
I have this within the loop:
<?php if( !is_home() || ...
0
votes
0answers
22 views
home.php and the first page of the archive
I have a home.php template file in our Wordpress blog that displays a special first page as the front page of our blog (Short post excerpts, posts from categories, photos, etc, etc).
Now I want to ...
0
votes
1answer
45 views
Trying to use shortcode for a plugin on custom homepage of Responsive theme
The Responsive theme has a custom home page option, with a feature content div that is defaulted to an image. I cannot get shortcode for my slideshow plugin to work in this. I can insert html just ...
0
votes
1answer
74 views
Hide parts of the post content on the home page
I have a post that contains a video (or a slider) and some text.
Is it possible to hide the text on the home page, but still display the rest? How would I do that?
0
votes
1answer
28 views
Static homepage duplicate issue
I already made a post on official wordpress forum,but hava no replay to my question.
Also made a search in the forum here and in Google as well but couldn't find solution for my problem.
I'm using CMS ...
0
votes
1answer
120 views
Pagination not working on home page
I've a page named "share" with a complex loop that's working perfectly. This page is located at domain.com/share. Now I need to use this page as the home page, so I went to "Settings -> Reading" and ...
0
votes
0answers
40 views
Static front page displaying twice
I am using a free SM theme (estate agent) on my WordPress site.
The theme allows for setting a static front page, which I did (the page is called 'events', and when I set it as home page its ...
0
votes
0answers
47 views
Avoid duplicate posts from sidebar widget on homepage?
In a normal dynamic sidebar of a theme's homepage template the sidebar widgets display lots of duplicate posts on the front page.
It shows "recent posts" and posts from certain categories in main ...
0
votes
1answer
121 views
How can I show/hide HTML elements if the page is_front_page
For example if its 'is_front_page' I want to hide a div. If its not the 'is_front_page' i want to show the div. How can i achieve this?
I am not sure on how I can achieve this. Any assistance would ...
0
votes
1answer
31 views
Custom Style per Post, How to Display Custom-Styled Single post on Homepage?
This question probably has simple answer, but I'm not an expert programmer so lemme explain my question chronologically.
I apply custom style for every single post, and it works using the following ...
1
vote
2answers
60 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 ...
0
votes
1answer
65 views
How to get or know the slug of home.php
I found this code from Different Main Navigation per category:
<?php
if(is_category('first-category') || in_category('first-category)) {
wp_nav_menu( array('menu' => 'First Category Nav' )); ...
0
votes
0answers
21 views
How to display links from my post on my home page
I would like only links from a post to appear on my homepage. Then when the user clicks the link it will take them to the actual post. Similar to www.rr.com homepage. Any help will be appreciated.
In ...
0
votes
0answers
25 views
Custom Homepage Template Problem [closed]
I downloaded the free template "siren", and tried to activate its homepage.
I am trying to activate the custom homepage template. I am following exactly same in this video but instead of showing nice ...
0
votes
1answer
24 views
What is the issue with our links? It creates a loop
On behalf of the university's radio station, I am trying to solve the issue with our links.
When you go to our site http://brookesradio.com, if you click one of the nav bar or header, twice or go to ...
0
votes
1answer
77 views
blank page with no code or errors on blog
I'm encountering some trouble moving a Wordpress installation from a development to a production server. The development server works just fine, but when moving to production the blog page suddenly ...
-1
votes
1answer
76 views
Wordpress Redirecting Form Action to Home Page
Why does wordpress redirect to the home page after submitting a form? How can I make wordpress call the right page in the form action?
0
votes
1answer
92 views
2 loops in blog homepage
I would like to have to query loops running on my blog homepage:
Featured posts on top displaying 3 posts from the category : "Featured"
Underneath it just the basic loop of wordpress which display ...
0
votes
0answers
37 views
How to make a plugin show up as the home page, even though the plugin doesn't have an entry in the “pages” list
In my case, I have the goal to make my site a Q&A site, like this one, with focus on blindness issues. I have two plugins installed: "CM Answers", and "Q&A from WPMU", both of which do the ...
0
votes
1answer
64 views
Wrong page displays as home page
My website www.makowerarchitects.com loads up 'something' (for lack of a better word), whereas the correct Home page that needs to show upon visiting the site shows under ...
0
votes
1answer
90 views
Conditional get template part
My index page look like this...
<div id="ad-id">google ad code goes here </div><br />
<div id="post-id">My posts are goes here</div>
I use
...
-1
votes
2answers
44 views
Cant get home page to be my home page [closed]
Here is the site I'm working on http://heritageparkchildcarecentre.com/
I want the home button to link to that first page you land on when you first enter the site. been three days trying to figure ...
1
vote
2answers
59 views
is_home() returns TRUE on page template
I'm wondering why my link: http://localhost/?page_id=3433 returns TRUE on is_home() usage:
if(is_home()){
var_dump(is_home());
die('test'); ...
0
votes
2answers
53 views
How to add a body class to all interior pages except the homepage
I want to add a class to the body tag to all pages EXCEPT the homepage. Right now I have.
<?php body_class('interior'); ?>
But it adds 'interior' to ALL pages including the home page.
What is ...
1
vote
3answers
333 views
Recent posts on a static home page
I want a static home page on my wordpress website, I have already set this up and have a bit of content on it, the next step is I want to have 5 recent posts underneath the content. As a normal page ...
0
votes
1answer
137 views
pagination does not work with query_posts. Help! [duplicate]
I made a separate page template (added sidebar), this page contains all the posts. Pagination works!
But, if this page set as the home page, pagination is not working!
Please help find solutions ...
-1
votes
1answer
83 views
All pages showing up as homepage on Wordpress website
Why would this be happening? Every link I click on on my site results in the homepage again. You can check it out here: http://www.whatamidoingonline.com
What is going on here? This just started all ...
0
votes
1answer
93 views
is_home() in HTML head
Is there a way to check if the current page is the home page from within the head?
My style.php needs the number of posts in the slider, but only on the home page. So I count my posts like this:
...
0
votes
1answer
246 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(); ?>
...
0
votes
3answers
63 views
Recent posts on homepage
I have made a page where you people can find al the teasers (teaser made with the read more tag) from my posts.( By clicking one of them you "open" the whole article, including photo's, ... . This is ...
1
vote
1answer
43 views
Testing if current page is the static page set as home page
I set my 'About' page as home page, its permalink (my_site/about/) became my_site/ as a result. Is_page('about') returns TRUE on my local server but FALSE on online server.
Why is that ?
-1
votes
1answer
37 views
How to access the so called “Posts page”
This might be a dumb question - I'm sorry for that but:
If I decide to alter "Reading Settings" and choose a front page for home I can define a "Static Page" and a "Posts Page".
"Static Page" ain't ...
0
votes
0answers
15 views
Have custom number of blog posts on homepage with working pagination [duplicate]
Possible Duplicate:
How to show a single post on the front page but have normal paging?
My question is similar to How to show a single post on the front page but have normal paging?. The ...
0
votes
1answer
172 views
Single Post in Tab/Slider
I have managed to code tab system that fetches different categories and custom taxanomies on a home page and shows relative posts. Now, is it possible that when someone clicks on one of the posts in ...
1
vote
1answer
237 views
How to put a banner ad between post 1 and post 2 on homepage only
Wordpress Swift Theme is installed on my My site http://tech-ticks.info
From last few days, I am trying to find a solution to put an ad banner on homepage only between post1 and post 2. I have ...
0
votes
1answer
41 views
How to show the homepage on a different url, like site.com/blog instead of site.com?
I have Wordpress installed in my root directory, so if you go to site.com you see the list of recent posts.
What I want to do is to have the homepage show a static page instead showing recent news ...
0
votes
2answers
186 views
Use a different template/theme if mobile only on home page
I have looked around and can not find anything that fully works for my issue: I want to be able to set the home page template on the fly when a user is visiting from a mobile phone but not a tablet. I ...
0
votes
1answer
73 views
Homepage custom recent news
Is there anyway of telling wordpress, by some plugin or whatever, not to show Recent news from Category X, on my home page?
Or I may do it only by modifying the home.php code?
0
votes
3answers
73 views
How do make Wordpress to let alone my static home page?
I want to install wordpress in the root of an existing site, and temporarily use my new installation home as /home, while the rest of the static site is still there find-able by visitors/google.
I ...
0
votes
1answer
149 views
Display Page Meta Description on Child Theme’s Home Page
I’m working on a project. I need to display Custom Document Title & Page Meta Description in the home page. I mean you know that genesis has a custom Theme SEO Box under Post. I want that custom ...
0
votes
1answer
47 views
How do I get a single page navigation depending on the previous page?
I figured this would be a fairly comon thing. But I can't seem to find out how to do it. Or I'm just not using the correct search terms.
I've got a website with a hompage that lists all my posts, and ...
0
votes
2answers
69 views
page 1 is not paged
I have rules that only work on paginated pages (is_paged). However, they don't work on page number one (/page/1). This one is behaving exactly like the homepage (!is_paged), but unlike pages 2,3,4 ...
