Member Login

You are not currently logged in.






» Register
» Lost your Password?

PHP

How to Add the Date to the Bottom of a Single Post in Thesis

In this session we show how to add the date at the bottom of a single post in Thesis with PHP code. We use a conditional statement to exclude pages and apply the date only to single posts. Here we created the code to be used and explain how the code works.

Difficulty Level -

Filed Under Topics - ,

Listed Under Lesson Subjects -

Watch the Video →
Lesson 9 - Part 1 - How to Learn PHP

Lesson 9 – Part 1 – How to Learn PHP

Difficulty Level -

Filed Under Topics -

Listed Under Lesson Subjects -

Watch the Video →

The Most Basic WordPress PHP Functions

We open the custom_functions.php file and go through two of the most basic WordPress PHP functions, add_action and remove_action. We use the example of removing our Thesis Nav Menu from it’s out of the box location above the header and add it back below the Header. We also discuss the what the custom.css file and [...]

Difficulty Level -

Filed Under Topics - ,

Listed Under Lesson Subjects -

Watch the Video →

How to Create a Simple Footer

This member wants to create a simple footer.  We talk about the kind of information he wants on the footer.  Look at videos that show how to create a footer.  Look at code that is a bit more complex than he wants and then get a function that he thinks will do what he wants. [...]

Difficulty Level -

Filed Under Topics - ,

Listed Under Lesson Subjects -

Watch the Video →