The home tag has no wiki summary.
0
votes
1answer
57 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?
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
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
54 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
111 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
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
3answers
70 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 ...
1
vote
2answers
118 views
Is it possible to have a landing page based on the visitors location?
I am designing an events site and would like people to see a homepage based upon the events that are in their area.
Could this could also be done with a login, if they register their address?
0
votes
1answer
62 views
Set a hard-coded page-template (post-type-archive) as home/front-page of my wordpress blog?
under Settings->Reading I can set which page should appear immediately when visiting my site as "home-page".
In my case I want the archive of my custom-post-type named "events" as home/front-page of ...
3
votes
1answer
96 views
How to use a specific category archive index as the site front page?
I investigated Wordpress hierarchy and have created a php file called category-image-gallery.php the link to this is http://www.phoneographer.org/category/image-gallery/ having uploaded it and added ...
1
vote
1answer
157 views
Change the menu home link to something else
I'm using the built in menu system, and I wan't to change the text of the home menu link to something else, like "hjem", and i have tried placing this in the code:
<?php wp_page_menu( array( ...
0
votes
2answers
75 views
Auto 301 to full post permalink? (using : /archive/%post_id% to %post_name% )
I have updated my permalink structure to /archive/%post_id%, but if someone uses a URL like /archive/456857 instead of the full URL of /blog-test, WordPress shows the post without giving a 301 to the ...
1
vote
3answers
74 views
How can I hide Home in my menu in a specific page?
I want to how can I hide the home in the menu without setting show_home in functions.php to false, I just want to do is hide it in a specific page. How can I do this? I am using the Twenty-Eleven ...
0
votes
1answer
202 views
How to remove automatic generated <p> tag in Home page
I am new to Wordpress and need some helps here. I am trying to add posts that have written codes for the demonstrated purpose of programming languages.
I installed SyntaxHighlighter Evolved plugin. ...
0
votes
3answers
423 views
Use Single Blog Post as Site Front Page Without Redirect
I am attempting to do something similar to the accepted answer on this question Is it possible to use a single custom post as the site front page
My problem is that this implementation causes a ...
1
vote
1answer
527 views
How can I get multisite primary blog (url or path) for current user?
In a multisite setup, when users are visiting a blog/site that there are not a member, I would like to display a link to "HOME" that takes them to their "primary" blog.
I know how to determine if a ...
0
votes
1answer
189 views
wordpress alchemy put custom metabox on certain page only
I want to put the custom metabox I have only on the home page but I am not sure how to go about doing this. I am using the following to add the custom meta box to all the pages. How would I select ...
1
vote
3answers
373 views
Is it possible to use a single custom post as the site front page
I know I can set a static page as the homepage but is it possible to set a single custom post as the site front page?
I created a custom post type called "portfolio" where users can add all the work ...
1
vote
1answer
26 views
Confusing about permalink
I'm nubie in WP and I have some problems but the annoying for me is the default permalink. When tried to visit my site from top of the dashboard link, it says "mydomain.com/home" instead mydomain.com. ...
0
votes
1answer
162 views
Change Home Text
I'm pretty sure this can be done with a filter or some kind of find and replace...but I'm not sure how I would to do it...
I have a page called Home like so:
Screenshot
When the link is displayed ...
0
votes
4answers
1k views
Show content only on front page?
I want to add some content (slider) only on the home page. I don't want it to apear on the other pages. I am trying following:
<?php if(is_home()) { ?>
<div>
...
<div>
} ?>
But ...
-1
votes
1answer
179 views
Set home page to last page of a certain category
I want to create a new website with reversed pagination (I mean latest post is found in last page , while oldest one is found in first page)
I could do that already with "Default Sort Ascend" plugin.
...
-1
votes
2answers
202 views
different startsite for IOS and change menu
I have a homesite and a second site. They are displayed to normal browsers.
But I would like to show IOS and mobile devices the second site as homesite and hide the normal homesite.
How can I do ...
0
votes
1answer
315 views
wordpress help needed. How to display both home.php and index.php?
Hey guys i recently created a theme. I want to show home.php when a visitor visit home page but all my blog posts are listed in index.php file. Can someone suggest me how to display index.php i tried ...
0
votes
1answer
354 views
Redirect /home to home.php
In my WP admin's "Pages" section is a page called "Home" with a URL of /home. This page's content gets called by my index.php file.
My problem is the /home page is coming up in search results, or ...
2
votes
1answer
156 views
On Install, which code sets the 'home' option?
I'm just doing some wordpress development and wondered for a brand new install, which code within core is generating the first value that get's filled into the home option?
I'm looking for the code ...