• I am trying to force home landing page text onto this wordpress themes (weblizar Enigma) standard page (which doesnt seem to allow for this even with settings/reading/static/home page option selected wordpress settings)
    The landing page just seems to be wigitised.

    In a nutshell, I want to have a “page” of text on home page below banner slider and instead of “BLOG” and blog text. Hope this makes sense.
    Not getting help from theme author
    This is the website below….
    https://www.cloudchasing.co.uk
    Thankyou in advance guys

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there!

    You could create a child theme and copy the home-slideshow.php file into your child theme directory.

    In this file you could hard code in the html of the text you want to display and style it using CSS.

    To remove the ‘Home/Blog segment on the front page of the site you could copy the front-page.php file into your child theme and remove this line of code:

    get_template_part('home','blog');

    I hope that helps a bit!

    Luke the Daft Duke

    Thread Starter karlc

    (@karlc)

    Ahh thanks so much, I really appreciate the informative and friendly response. Will give it a go and post results.

    Karl

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Insert home page text into blog home page set up’ is closed to new replies.