Neverland – Free Personal Blog WordPress Theme
-
Requirements:
Latest WordPress -
Theme Description:
Highly performance Free WordPress Theme with premium quality and tons of features. You can use this WordPress theme for any personal and commercial use. Discover the power of GT3themes products. Enjoy this theme.
You can check our tutorial on How to Setup Neverland Theme
Complete your name and email to receive free item.The download link will be sent to your email address. Feel free to use this item for a personal project. For commercial use, please contact us.Get Download Link- Clean & Minimal Blog
- Fully Responsive Design
- Different Blog Layouts
- WordPress Native Customizer
(preview the changes in real time)- Custom Logo Upload
- Favicon Upload
- Site Title & Tagline
- Custom Widgets
- Easy Font Selection
- Theme Color Management
- And More…
- Blog Post Formats
- Standard
- Image
- Video
- Audio
- Quote
- Link
- Retina Ready
- HTML5 & CSS Code
- High Speed & Extra Optimized
- Coded with SEO in Mind
- One Click Demo Import
- Translation Ready (.po .mo files)
- Google Font Support 600+
- Awesome Slick Slider
- Contact Form 7 Support
- Mailchimp Support
- Instagram Slider Widget
- PSD Files Included
- Extended Documentation
- Free After Sale Help (forum and ticket system)
- And much more…
how to download it? have no received
Hej there, it says the stylesheet.css is missing. What does this mean?
Hello!
It means that you are trying to install the entire zip file with Documentation, PSD and other files inside. Please download it, unzip and follow the steps in the documentation.
Hey! I have a question about the excerpt/summary that shows on the front page of my blog. Can I change the summary of a post to something I want instead of the first few lines of the blog? I tried excerpts, but that doesn’t seem to change anything. Thanks!
Hi there!
Can you please provide your site URL to better understand what you mean?
How is it possible to see an excerpt (teaser) of an article in the frontend that I have changed manually? I don’t want to see the very first lines of my articles but an individual text. Thanks 🙂
Hi,
for those of you who would also like to have individual teaser / excerpts on your pages. I changed the following code in the single.php and it worked:
Before:
‘ . apply_filters(“the_content”, to_excerpt(strip_shortcodes(get_the_content()), 23)) . ‘
After:
‘ . apply_filters(“the_content”, to_excerpt(strip_shortcodes(get_the_excerpt()), 23)) . ‘
So, just change “get_the_content” to “get_the_excerpt”
Happy changing 🙂
Oh, I forgot. If you would like individual excerpts on your category-sites as well, you just have to change get_the_content to get_the_excerpt in the file loop.php, so that it looks like this:
‘ . apply_filters(“the_content”, to_excerpt(strip_shortcodes(get_the_excerpt()), 50)) . ‘
Hi!
where can i edit the social incon’s links ?
Thanks! 😀
Hi Jennyfer,
I had the same issue. You can change them by clicking on “customize“ > “general“ > scroll down to the bottom to “socials“. There you find the Html-Code for social media-icons (font awesome). Hope I could help 😉