The tag has no wiki summary.

learn more… | top users | synonyms

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
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: ...
3
votes
1answer
158 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 ...
2
votes
1answer
128 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
47 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
1answer
79 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
86 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 ...
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 ...
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 ...
0
votes
1answer
60 views

Problem with custom page template and permalink

I created custom page template for news template_news.php with name template name: news and i created a page and configured for that page also i set permalink to /news/%postname% also i set ...
-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 ...
-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") ...
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 ...
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
0answers
16 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
0answers
30 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 ...