1
vote
2answers
30 views

Make WordPress run everything BUT the homepage

We're launching an online application which is basically nothing but a static index.php with a Flash embed in it. We also want to add an FAQ page and a blog. So in addition to https://www.example.com ...
0
votes
0answers
21 views

Prevent Wordpress redirecting URL of page set as homepage, to base URL?

I have a page "url.com/featured/" set as the homepage on Wordpress. For some reason its causing redirect bugs in IE with a pop up jQuery script. To fix this I was going to redirect IE users to the ...
0
votes
1answer
21 views

Home page manageable content in wordpress

I have a WP website which has a home with a top banner and 2 more controllable panel like here. My question is what is the best way to keep this controllable via admin? The way I did it was to ...
1
vote
4answers
45 views

How to Randomize Home pages

We are testing different home pages for our Wordpress-based site. We want people who visit to land on them randomly so we can determine how many follow through to the sign-up process in each design. ...
2
votes
1answer
39 views

Show post with enough of upvotes on homepage

So I'm using wordpress with a updownupdown plugin (plugin for upvoting/downvoting posts). What I am trying to do is to show post with ,let's say at least 10 upvotes, on the homepage and hide the post ...
0
votes
2answers
30 views

wordpress homepage not main url

We are currently developing our own theme for Wordpress. Now we set up the index.php and added the first page which is functioning as the Homepage. (we have installed WP on a subdirectory) We setup ...
0
votes
0answers
176 views

load more posts from same category with ajax in wordpress

I am currently working on refurbishing the homepage of my wordpress website. The homepage is displaying 3 raws of categories containing the 4 last posts from each one. Category A post1A post2A ...
0
votes
1answer
130 views

Subbing home page total different to theme on WordPress Genesis Child Theme

I'm about to do this on a Genesis child theme. I really tried picking a theme my client liked, but out of the blue with the project nearly finished they sprung their own artwork on me and want it for ...
0
votes
1answer
118 views

Adsense ads doesn't appear on wordpress home page?

Does any one has idea why they don't appear on home page, and in some single posts? If anyone wants to check the code, here is my website: http://videoshqip.tv> NOTE: Logout first from facebook if ...
0
votes
0answers
80 views

Woerdpress Page Navigation - all pages redirect to homepage

I've been struggling with this problem for a couple of days and I got to the point where I thought I'd ask for help. I am trying to build an ecommerce website using freshshop theme and jigoshop ...
0
votes
3answers
125 views

Hint for Wordpress Theme

I'm developing a theme for wordpress and would like to know the best way to show highlights on the home page. Examples: I thought two ways: Custom post types -a custom post "highlight" with ...
0
votes
3answers
284 views

Wordpress rewrite : Redirect page to Home page

I have a wp page with the url, http://mydomain.com/home/ . I would like redirect it to http://mydomain.com/ using htaccess. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / ...
0
votes
1answer
673 views

How to display featureds page in wordpress home page?

I'm trying to show specific pages on the homepage of my theme. The idea is show the page, the featured image and the excerpt. To do this with categories is relatively easy. But with pages, how should ...
1
vote
1answer
98 views

Will static homepage load faster in wordpress than postpage as a homepage?

I would like to create a static homepage that sits out of wordpress framework which would have links to the actual wordpress posts. I think that the homepage would load much faster that the homepage ...
0
votes
1answer
182 views

How to create permalinks without single pages in wordpress?

I'm creating my own wordpress theme which is a bit different because it will not have single pages (or atleast, no single page will be reachable). The whole website contains just the homepage (with ...
0
votes
2answers
374 views

Wordpress static homepage and sticky posts excerpt

I tried several things but for some reason i'm not able to show sticky excerpts when i choose a static homepage. The excerpt that is shown is the excerpt of the static homepage. Does any body know ...
-1
votes
1answer
443 views

How to display latest comments on wordpress homepage?

I'm using facebook comments for wordpress. This plugin is doing the job. But to up the interaction a bit, I want people to see other people's reactions. Basically if (say Sally says: Cool to a post ...
0
votes
2answers
423 views

is_front_page() not working wordpress

I'm trying to load a script from "functions.php" just when i'm in the front page. I set a static page called "home" in the reading options. The home page loads the "front-page.php" template correctly ...
0
votes
1answer
94 views

wordpress template file quick tag more no working

i created a page template to be used as my front/home page with the wordpress loop in it, here is the code: <?php query_posts('posts_per_page=10'); ?> <?php /* Run the loop to output the ...
2
votes
1answer
225 views

current_page_item class not added to homepage on wordpress

I am currently working on my own portfolio website using wordpress. I added a custom dynamic menu which links to a couple of category pages and static pages. I have also styled the menu to have a ...
0
votes
1answer
126 views

Problem with Categories in Wordpress!

My Original question was this: I have a wordpress installation where the Home page is set to display post from a specific category. To achieve this, I created a template "home.php" and put ...
0
votes
1answer
170 views

how to make static home page to my multiple installation wordpress site?

first off i am sorry for the poorly formulated question up there .... okay ... this is my problem .. i am building a website with multiple installations of wordpress now i want to make a one page to ...
0
votes
4answers
1k views

Home Page Only Footer

I have a blog, http://sweatingthebigstuff.com and I would like to add an extra line in the footer which will display only from the homepage. I found this code, but it is not working for me. Do I have ...
1
vote
1answer
206 views

WordPress: plugins don't load (only) on homepage after update

After several plugins got updated yesterday I saw in the source code that actually no plugin is loaded(1) on the frontpage anymore. On all the other pages everything works just fine. The most obvious ...
0
votes
4answers
2k views

Make WordPress homepage a post category?

I am trying to set my WordPress homepage to a category but it only allows me to set it to either the latest posts or a static page. Is it possible to set your homepage as a post category?
0
votes
1answer
58 views

Wordpress updated posts on home page

I've got a blog where I often have to update my articles. Now, I want the updated articles to be shown on the home page (as if they were created today). "Sticky" posts don't solve my problem and I ...
0
votes
1answer
51 views

wordpress php > div issue

Thanks in advance for you help > Ive been doing this as a lovejob for friends and now I'm getting quotes of several hundred dollars for minor homepage variation and I'm not sure if its valid. I'm not ...
0
votes
1answer
216 views

Setting custom homepage for Wordpress blog

I need to have custom page as homepage and I know how to do that (http://www.lancelhoff.com/how-to-set-a-wordpress-static-front-page/), but when I set custom page as homepage, I cannot have latest ...