The frontpage tag has no wiki summary.
0
votes
0answers
17 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
31 views
Exclude all sticky posts front page twenty twelve
I am attempting to exclude all sticky posts from my front page in twenty twelve theme. I have attempted the following. I am making all changes to the child theme.
To remove the following code from ...
0
votes
1answer
33 views
Conditional menu display
I have the line of code below with the intention to display the called menu in every other page except the home page but it still shows up on the home page. Any ideas what the problem could be.
...
0
votes
1answer
44 views
pages won't show on front page using loop or pre_get_posts
I changed up my theme to work what I think is the "proper" way. After reading in the codex and seeing things on this site.
I started from scratch. loaded the 2012 theme. Made two pages. Home and ...
1
vote
1answer
35 views
Programmatically set page_on_front
I am trying to programmatically set the 'page_on_front' option with the id value retrieved from the get_page_by_title command...
$homepage = get_page_by_title( 'Front Page' );
...
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 ...
0
votes
1answer
49 views
Can I hide a specific post from latest posts page?
Let's say that I have a post that I only want to be shown in the page of the category that it belongs to. The problem is that this post is also visible in the latest posts page.
Is there a way to ...
0
votes
2answers
59 views
Static page homepage not showing the_content
I must be doing something wrong here.
I setup my site with a static front page using front-page.php. I created a page in the admin with a title and chose the front-page.php in the template dropdown.
...
3
votes
4answers
204 views
Facebook comments box on front page
I have a WordPress 3.5.1 installation on my WordPress Shack, with the Facebook plugin 1.3.1 installed and the Twenty Twelve 1.1 theme. I have the settings on Facebook - Comments box so that I display ...
0
votes
0answers
31 views
Columnist Theme Front Page
I downloaded a theme, The Columnist Theme, which has a very specific design.
I assume that the front page has a template where I can dub over with my info, however I do not know where to access the ...
2
votes
1answer
17 views
Output shows a page instead of a list of blog postings
I have the below code in front-page.php (with that page set in Settings > Reading); however, something is wrong because the posts aren't showing. The output is shown below. Can someone identify what ...
0
votes
0answers
32 views
My front page doesn't exist! [closed]
I really need help!
When I visit my site "http://www.zlataioktyabrina.com/", all I see is this default dark blue site with commercial links. Although I tried choosing both "static front page" and ...
0
votes
1answer
29 views
Why: sticky front page code, shows latest non-sticky on logged-in front page
I have this code to display only the latest sticky post on the front page.
the strange thing is that, when I'm logged-in it shows non-sticky latest post, even if it's private...
<?php ...
1
vote
3answers
46 views
Do I need an empty page for a different blog page?
Okay, let's say I have a website with the following navigation:
HOME - ABOUT - PRODUCT - NEWS - CONTACT
The 'about' and 'contact' page are just simple pages of course.
The 'product' page is just an ...
0
votes
1answer
80 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:
...
1
vote
0answers
45 views
Pagination w/Static Front Page
I'm trying to add pagination to my frontpage.
It's currently set to Settings --> Reading --> Static Page --> Frontpage: home
I'm using a custom template for the homepage.
I have my ...
0
votes
1answer
195 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(); ?>
...
-1
votes
1answer
33 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
1answer
49 views
Custom URL for all posts in Wordpress
I have a wordpress site with static page as the front page. I want to have /blog to display the recent posts. How can I do that?
thanks.
0
votes
1answer
130 views
Create a frontpage.php and static page template
I am a little confused.
Reading settings :
1) Front page -> Home -> Frontpage.php
2) Posts page -> News -> pages_news.php [this is custom page template :Pages Custom news ]
From Pages:
3) Pages -> ...
0
votes
1answer
88 views
Arrange posts by date in front page
I have code to show the 5 last posts from every category on the front page. However, at the moment they are ordered category by category. Is it possible to order them by post date, but still have 5 ...
3
votes
1answer
161 views
Category page doesn't use category.php, instead it redirects to homepage
I am currently modifying a theme. This theme doesn't had a category.php I needed a custom category page. So, I made one. It works on my local server, but when I uploaded it to a real server, this page ...
0
votes
1answer
116 views
Filter front page posts by category
I have three categories (news, pics, vids), but I have all of them showing up on my front page. I would just like the front page to have the news category (and possibly uncategorized category) to ...
0
votes
1answer
84 views
Restrict query to last day with posts
I am using the Delicacy theme. I want to show n my homepage the posts of the current day.
But if there are no post for that day it shows "No found". I want to show posts from the last day with posts ...
0
votes
1answer
277 views
How to display thumbnail and excerpt of a page on homepage?
How to display attached thumbnail and excerpt (about 200 words) of a page on homepage?
<?php
$page_data = get_page( 401 ); // Get page ID 401
echo '<h3>'. $page_data->post_title ...
0
votes
1answer
107 views
Can index.php take over for front-page.php in template hierarchy on second page?
I'm confused by the template hierarchy in WordPress. I have front-page.php in a theme I'm developing. It looks great and it works, but then when a user clicks 'Older Posts', it just shows the same ...
0
votes
1answer
383 views
Display post details by post ID
I need to display post details by ID on front page template (front-page.php).
On the front page I want to display the post’s title, excerpt & featured image. I have tried to do that but no idea ...
0
votes
1answer
118 views
dynamic sidebar in front page
I am developing TwentyTen child theme and wish to display dynamic sidebar on front page, but something is not quite right.
I modified loop-page.php:
<div class="entry-content">
<?php ...
1
vote
2answers
57 views
Page-loop is looping content from custom loops on the same site. How to avoid that?
i've made a custom home-page (with a template) and i'm using three loops on this site: two category-loops and on the bottom of the site the main loop for the page (the page content). the problem is: ...
1
vote
2answers
170 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
0answers
21 views
we need to setup home.php with a message that says “create a page and set it as a front page in settings” [closed]
we need to setup home.php with a message that says "create a page and set it as a front page in settings". Please help me this problem how i mate its.
1
vote
3answers
71 views
How to find the page the front page is using?
I use WordPress theme Shiny. I had someone else do my site and now I am trying to figure out how to edit the homepage. The theme version is version 1.0.2.
How can I edit my homepage?
-1
votes
1answer
86 views
WordPress sections in htaccess kills FrontPage permissions
I have WordPress running in the public_html directory of my web server (i.e. the primary domain on my account points to this directory). There are subdirectories off of this folder that are for other ...
0
votes
2answers
64 views
posts not showing on index.php
Live site.
I've got a custom theme, wherein the homepage(front-page.php) is static and the "posts" page is Press(index.php). Everything with the theme works great, with the exception of the posts not ...
-1
votes
1answer
89 views
Static front page as parent of with child pages?
I am trying to produce a static front page that has child pages, so that the menu looks like the following:
About (static front page, parent page of "CV" and "Address")
-CV (child of "About")
...
2
votes
1answer
131 views
Pagination is somewhat working on frontpage, doesn't update when “prev” is clicked
I followed the very simple tutorial that's on this page: http://wp.tutsplus.com/tutorials/wordpress-pagination-a-primer/ (Scroll down to "A Better Solution") - He makes it seem so simple, and it works ...
0
votes
1answer
59 views
Static Page redirects to Frontpage
There is a static page named pcmuskel.de/ratgeber. Trying to access this URL wordpress redirects me to the frontpage.
I had this page set up as frontpage before but it didn't work. The frontpage ...
5
votes
3answers
349 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 ...
0
votes
1answer
27 views
static front page ONLY for certain themes?
A theme I am developing depends on there being a static front page. However, there seems to only be one global option to change if front page is static. So when I go to preview the theme, it won't ...
1
vote
2answers
450 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
1answer
122 views
NON Static-Front Page
There is lot of documentation on how to have a static front-page in wordpress.
I need to have a dynamic front page, in particular a group from buddy press.
The link is ...
1
vote
1answer
89 views
Template hierarchy about pagination after front-page.php
Quick, simple. I have front-page.php working in Wordpress, and these loops over the main loop for my latest posts. The problem is the pagination template.
When I get to site.com/page/2, it shows the ...
0
votes
2answers
122 views
Front page welcome message area
How i can create a welcome message area for my frontpage with backend control {admin panel}
Welcome
message
1
vote
2answers
142 views
Set front page option using custom fields?
Hello wordpress gurus!
I want to be able to set the frontpage via a custom field.
So for example, in the new page area in the wordpress admin there is a custom field that displays "Set as frontage", ...
0
votes
1answer
35 views
custom change in front page [closed]
I want to remove the archive widget on the front page. How do I do it please?
The archive section is at the bottom of site.
Kirkuk Now
Best Regards
2
votes
2answers
486 views
WP Multisite Static Frontpage
I created a multisite and my question is as followed:
Im trying to display a default static page for each new site.
So when they create a new site, they automatically get a default page I made. This ...
0
votes
1answer
44 views
Use Post as Front Page
Is there a way to use a post as the front page?
I'd like to be able to call the latest post from a given custom post type, in a certain custom taxonomy and with a specific term and use this as the ...
1
vote
0answers
58 views
Home/front page won't display content after a form is submitted
I have setup a WordPress site using just pages (no posts) http://dev3.sugarvine.com/
I've created all the pages in the backend and made the 'About' page the front page. All the pages use index.php to ...
0
votes
1answer
475 views
page.php – is_front_page NOT WORKING
I'm trying to target my landing page with is_front_page or is_home in my page.php file but it's not working. I have set the settings > reading to a static page.
However, if I create a page-home.php ...
0
votes
2answers
164 views
White screen on front page only
I've got the famous white screen, but only on my home page. Deeper pages load just fine. I moved my themes directory to themes-old and made a new themes directory that only has twentyten in it. I ...