The Internet

Create a WordPress Page with Posts and Custom Code

I have recently been creating a website where the client wanted a soundcloud player at the top of the page, with the posts from a certain category underneath within their wordpress powered site.. Obviously, I could create a sticky post, but that would be messy. Instead I created a WordPress Page template with the soundcloud [...]

Read More →

Making a WordPress Page

To make a page template in WordPress is quite simple: Create a new php page in your favorite text editor and at the top place: <?php /* Template Name: NameofNewTemplate */ ?> Done! On your new page you can do things such as including posts from a certain category, have a static html page or [...]

Read More →

Show WordPress Post Titles & Posts On Your Website

If you use WordPress for your blog, but your blog is not your home page, you may wish to display the latest blog posts on your homepage, or any other page for that matter, to entice people into your blog. WordPress Pages If you use WordPress for your whole site (pages and all) then this [...]

Read More →



Back to Home