I need to find the file that houses the homepage script - pasted below - so I can change var cat = "landing"; to var cat = "blog";. This will make the website more SEO friendly.
Thanks
Steve
jQuery.noConflict();
var $ = jQuery;
"use strict";
$(document).ready(function(){
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!CONFIG!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
var html_template = "type6";
var column = "blog_3_col";
var cat = "landing";
var tn_size = "";
var more_option = "cutted";
var now_open_works = 0;
var first_load = true;
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!CONFIG!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
I think this is some custom code added by some that modified the theme, we don't have those config by default.
This script is a script to make the blog to load the post with category landing, if you change it to blog this will load the blog post with the category blog.
Do not hesitate to contact us if you have more questions.
Hey
I need to find the file that houses the homepage script - pasted below - so I can change var cat = "landing"; to var cat = "blog";. This will make the website more SEO friendly.
Thanks
Steve
Hello Steve, thanks for purchasing Thefox!
I think this is some custom code added by some that modified the theme, we don't have those config by default.
This script is a script to make the blog to load the post with category landing, if you change it to blog this will load the blog post with the category blog.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Thanks for getting back over the weekend.
Got it working today, annoyingly really straight forward and reminded me why I'm a front end designer and not a back end coder :)
Hello Steve,
You're welcome!
I am glad you have been able to fix the problem.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme