Tag Archives | Quot Quot

Creating a Sticky Homepage in WordPress

Creating a Sticky Homepage in WordPress The process is relatively simple and is very effective when you want new visitors to your site to read an introduction to your site, but have more instant news updates appear as well. First, navigate to Posts > Add New and write the content you’d like to always be present on your homepage. Under Publish > Visibility (top right side) click Edit. Next, click the check box to ""Stick this post to the front page"". Publish your document, then navigate to Settings > Reading. The default setting for WordPress front page displays is ""your latest posts"" and this what you’ll need to be set to for your latest post content to appear on the homepage. Now that you’ve made a ""sticky homepage"" that particular post will always be at the top. Further customizations can be made under Reading Settings, such as the number of blog posts to show on the home page and whether to include the full text or a summary. In the case of our Site Sparker website, our blog posts are very short so we’ve chosen to post the full text. But if your blog entries are very long, then you should choose the Summary setting so that only a portion of your blog appears on the homepage. That will ensure visitors can scroll very quickly through all of your posts to find what they’re looking for. If this is at all confusing, you can find a video version of this tutorial at the link below, where it’s explained visually, inside the WP interface.

0

Beginner’s Guide to Installing a WordPress Plugin

Beginner’s Guide to Installing a WordPress Plugin A WordPress Plugin is an add-on that allows you to easily add customization and functionality to your blog without programing any files. Basically, they add tons of new features to your blog in a simple manner. There are thousands of plugins available for WordPress, and each one exists for a certain purpose. For example, there is a plugin that will display your most popular posts in the sidebar. Now that you know what a plugin is, its time to learn how to add them to your blog. There are a few ways of going about this, but for the beginner, this is the most simple and straight-forward method. Once logged on and in the WordPress Dashboard, find the ""Plugins"" tab located in the left sidebar. Under this tab you will find a section labeled ""add new"". Click on this. You will now be in the plugins section where you can search, browse, and upload plugins. Type in the name of the plugin you are looking for. (For example: ""Popular Posts""). This will bring up the search results. Browse through these and find one that strikes your interest. (Pay attention to the star-ratings of the plugins, because they will give you an idea of what other WordPress users think of them). Once you find an appropriate plugin, click on ""Details"". Here you can read more about the plugin, view screen shots, and most importantly, check if it is compatible with your version of WordPress. If everything checks out with the plugin, all you must do is click on ""Install Now"". The plugin will now be installed, but you still must activate it by simply clicking on ""activate"". Once you have activated the plugin, you will see the title of your plugin displayed under the ""Settings"" tab in dashboard sidebar. Here you can edit the settings of the plugin to further customize it. (Please note that not all plugins have settings to adjust). You have now successfully installed your first plugin! Way to go! It wasn’t so hard, was it? Beginner’s Guide to Installing a WordPress Plugin

0

How to Create a WordPress Theme

How to Create a WordPress Theme As most bloggers know, WordPress is an amazing platform for blogs, personal sites, businesses and portfolios to publish content, news, pictures and anything it comes to your mind. It’s very powerful and nowadays, it’s not just for blogs, most people are using it as a CMS (Content Management System). WordPress is for free & incredibly secure! It’s open source and one of the best thing about it, is that you can integrate plugins very easily from your WordPress admin panel. You can search for plugins all over the web, in the WordPress official website (WordPress.org) or anywhere else. How to Create a WordPress Theme

Designing a theme can be a hard task, specially because you can get a bit lost if you know nothing about html or php, but it’s definitely not impossible. With patience and perseverance anything is possible. Looking around the web you can find several interesting tutorials, very useful and easy to understand, they guide you step by step on how to use the codes and tags, but very few of them are precise about what it takes to build a WordPress theme from scratch and what you need to know beforehand. They usually assume you already know about html and CSS. First of all, you need to understand how HTML works. HTML is essential to learn how to create a WordPress theme. You need to find a way to learn and get familiar with the basic html tags and commands. How to Create a WordPress Theme

Use Dreamweaver or Microsoft Frontpage to play around a bit and get used to the html structure. Without HTML, you are completely lost, because you are going to deal with a lot of coding! Simply Google and key something like this ""learn html from scratch"", ""html for begginers"", ""html for newbies"", ""html step by step"". After learning the basic html tags and functions, you need to learn how to style a webpage, that is to say, in other words, you need to learn CSS (Cascading Style Sheets ). Learning how to Style an html page will allow you to style a WordPress theme, with pics, colors, font sizes, etc. Why is this so important? HTML + CSS = CSS TEMPLATE. In order to build a WordPress theme, we need to create an HTML CSS layout first. It is the easiest way to build a WordPress Theme. How to Create a WordPress Theme

That would be an html page styled using CSS. As we already mentioned before, with CSS you can control the different font sizes, font styles, colors, layer positions, margins, etc. Once you’ve created a CSS template, THEN you will be able to easily convert it to a WordPress Theme. So, to sum up the first phase: 1- Learn html. 2- Learn CSS. 3- Create a CSS Layout. 4- Convert the CSS Layout to a fully functional WordPress Theme. Remember it’s a process that takes time but it’s definitely worth it if you aim to work freelance to make some extra money! don’t be afraid, use Google and search for tutorials, play around with Dreamweaver, and you’ll be able to create a WordPress theme! How to Create a WordPress Theme

0