I have a home page with feature page functionality. I set a detail page with one of feature page link. and put a image in detail page so I can see it in home page's feature page link. I want to hide that image when display a detail page. Image is just for home page should not visible in detail page. is there any way to do this
Set the image you need on front page as "featured image" of the page (in the right sidebar of the page edit screen). And that should do the trick. Hope this helps
More about front page design in Customizr : http://www.themesandco.com/customizr/#homepage
Related
i have a wordpress website with landing page and content following after. My problem is that I have no clue how to make the landing page not scrollable. My goal is for the additional content only to show after clicking on the arrow at the bottom of the landing page. any tips or suggestions plz? my website is saltwonder.m-arina.com
You can set your first section which you want to show full screen or other too. Then you should use height:100vh;.
I create profile page for all my bloggers, now I want all of them to be show on this page : http://www.montrealguidecondo.ca/news/blog_profile/. I can see there name but I can see there picture, is there a way to add feature image to a profile page so there picture is gonna be show on the page?
thanks a lot
Depending on the theme, and if you are creating a page for each blogger, there is usually an add featured image button in the bottom right (bottom of the side bar on the right) of each of the bloggers pages that should do what you want.
As you want image of your bloggers to display on a particular page, then 1st try to install "User Photo" plugin. It is very simple to install. After that just go to the user section in admin panel. Click on EDIT of a particular blogger and provide his/her image under User Photo section. After that you only have to use <?php userphoto_the_author_thumbnail() ?> to call the image of particular blogger on your required area. I hope it will solve your issue, If not then just msg back. Thanks.
I want to edit some code of main page of my WordPress website. where can I find the code for main page in c Panel in file manager.
You can right click on your website and inspect element then at the top you can find "<body class="your home page name">"
It depends on your Wordpress theme.
It should be wp-content/themes/your-theme/index.php or wp-content/themes/your-theme/page-main.php
Hello friends,
Actually i was new to wordpress website development. So i am facing a problem. I want to change the image of a home button located on top menu bar which open's the home page of my website. I want to change it with the logo of my website.
My webpage is:
https://drive.google.com/file/d/0B7ZYgqpGqmsdbUdvLUk0eU0zS0U/view?usp=sharing
In the above i want to replace the "MUSE" text to a image/logo of my company and when i click on this image it open's the home page of my website.. Please help me guys..
What i actually want is like this site :
http://www.sikhchannel.tv/
They are using their website's logo on which when user clicks, it open's home page.
You can set your own custom menu from “Appearance => Menu”. You can change the menu name from the labels of the items.
Source: google.com
From your screenshot, it seems you're using the "Muse" theme.
You should find the logo upload in the theme configurator: http://docs.grandpixels.com/muse/#theme-customizer
I would like to show a custom page when activate my theme with an Enter link instead of posts in the content area and also need to show same header, sidebar and footer as other pages. When click on the Enter our blog works same as other thems.Please help me.
I would create the page that you want to use as the index page in your wordpress admin panel. Then go to Readings Settings, and select Static Page, then select the new page you just created in the drop down menu to set it as the front page. Click Save Changes and the new index page will now be the first thing that visitors see when they go to your site. Does that solve your problem?