1.  Does your theme have an index, single, page? What do those documents do?

Yes my theme have an index page,and index page is the front page for every wordpress if no home page is set then index page will display the blog posts or will get the page content if other page is set as front page.

Single.php is for showing detail of posts added in wordpress admin it shows posts in details with title ,image and full description.

A page is just like html editor page you can add your content images video etc it gave you more option to add with the help of plugins etc.you can als make template pages for any of your page because in wordpress page you can only use html/jquery for php you have to make template pages.

2. Do you have a header document, and if so, what doctype does your theme use, does it contain navigation, what tag do you find at the end of this document?

Yes every theme has a header file and it has navigation in it also it inculdes all the css & jquery files links in it so when site header loads it call the required files.and normally at the end of header files the wrapper tag starts.

3.Do you have a footer document, and if so, what is the last tag you see?

Yes this theme have footer file and last tag of footer is closing tag of body and html.

4. Locate uses of the WordPress Loop. List 3 documents contain the loop.

single.php prodcut-single.php and index.php these are 3 files where loops are using to call the posts products etc

5. Do you have a comments document? Do you also see a version of the “get comments template” tag on any of your pages to place your comments?

Yes theme have comments.php and it normally calls on single.php (detail page of post or product)

6. Does your theme include a sidebar document? If so, are widget-ready areas (dynamic) included in the document?

Yes theme have sidebar.php and it has a one line code which calls the widget sidebar of theme.

7. Does your theme include a search results document?

Yes theme have a search file also and it search within the site for your content typed in the search box of site

8. What is the document name for your theme’s stylesheet?

its name is style.css and it is located in the root directory of theme folder

9. Does your theme have a RTL stylesheet? What does this document do?

no my theme does not have rlt style but it is normally uses in every theme and it mean right to left direction of writing the css

10. Looking at your FTP or File Manager, in what folder are your themes stored?

My theme is in wp-content folder and further in the themes folder

wp-content/themes

Contact Us:

[contact-form-7 id=”8″ title=”Contact form 1″]

Leave a Reply

Your email address will not be published. Required fields are marked *