I'm trying to show a view on homepage node. I created a view that filters 5 first news, and it works perfectly, but I want it to be shown on homepage only.
Any idea?
If it is a block view, all you have to do is add the block to a region that is available on the home page template. Edit the block, scroll to the bottom choose the option that says Show only on the selected pages, then type <front> in the text area. This will force the block to only show on the home page.
If your view is a page View (and not a block view), then your home page can be set from Configuration > Site Information (under System section) which is at admin/config/system/site-information of your site.
Set the Default front page path to your View's path.
Related
The wordpress home page is empty, which claims to be the front page, and when I view the front page, which has a ton of content, and click edit page, it takes me to the word press page editor for home page, which is empty. Where can I locate the files for this homepage! In particular need to change the footer around on the theme fresh!
First check whether any template assigned for your home page (you can do via Page Attributes section on sidebar) and if yes, check for the particular template in your theme directory.
If Template section says Default Template, then look at the 'front-page.php' in your theme folder.
If you want to edit the footer, it would be probably 'footer.php'.
I have update a page in my wordpress site using web admin back end, but what I see is that even if I update a page, it does not get updated online. Moreover, some of the content of the page which I see online /live are not actually texted in the area where we put the content.
On the right side navigator, in the page attribute area Parent has been set to No Parent, template --> Home Page.
Can you please let me know what could be the possible reason why the live content of the page is different from what I can see in the actual text area through web admin panel?
Also updating a page does not reflects on the page as well for that particular page.
First make sure you are editing the right page. Click in the frontend adminbar on edit instead of navigating in the backend through the pages list.
Secondly it can be any caching related issue. Check out if there are any plugins or settings for this.
Areas that are on the page but not editable via the content can be widgets or any kind of theme builder stuff. Check in the backend design->widgets.
The page hierarchy (parent: no parent) can be differ from the actually website navigation. Check out design->menus. It is possible to build other hierarchies in the menus.
I am new to Drupal and am using the default Bartik theme to learn the environment. I've been able to install the Calendar module and have it appear on all the pages I created. These pages are accessible from the menu Tabs I have created across the top of my page header. However, whenever I click on the Home Tab the sidebar calendar is removed. How can I get my sidebar calendar to appear on my HOME page just like it does for my other pages that I access through the Menu Tabs?
Check your Block settings (www.yoursite.com/admin/structure/block) there should be calendar block in sidebar. Check that the block is marked to be visible in all pages (from block settings).
OK here's the solution: Go to STRUCTURE --> BLOCKS and click on the "configure" link for the Calendar View in the block section SIDEBAR FIRST. Then click on the Content Types TAB, and UNCHECK all the content types. I thought by checking them all it would make the calendar visibal everywhere, but apparently that applied a restriction to the Home page. By Unchecking all the boxes, the view is now visible on the Home page.
I am new to wordpress. I wanted to change my homepage to a static page, so I created a static page named home, then in Reading settings I set front page displays to Home. Now though clicking home button shows the contents of the page I have created, it shows two home buttons in my menubar. It looks very odd. How can I make it better.
You can customize the menu via Dashboard -> Appearance -> Menu.
Create a new menu and add the pages you need to show in menu.
Select the appropriate menu in center-left panel.
Try this way.
I installed Drupal - OpenChurch installation profile. Openchurch uses panels on the front page, but I removed the panel display because I wanted to use the Fusion theme's regions (you can get the same layout without messing with panels).
But when I disable the panel, the menu disappears from the homepage and i get a "requested page not found".
The installation profile probably has the front page variable set to the panel display you deleted, just create a new page that you would like to use as the front page (usually a new node or a view), then visit mysite.com/admin/settings/site-information and update the front page path text field at the bottom of the form with the path to your newly created page.