Audictive WordpressPack
First Release - 1.0
Based on Wordpress TwentyTen 1.1 - developed with Wordpress 3.0.4
http://audictive.com
This is a completed suite for displaying static Pages with Wordpress.
Additional, there is a template to show certain post categories on a page.
And you already have the multilangual option.
A very usefull setup if you want to create a website for a small company.
Enjoy!
//How to start ?
1. You need a WordPress on your webspace. check http://wordpress.org/download/
You could just copy our files to a existing installation or install a fresh Wordpress
2. Activate the plugin that came with the Audictive WordpressPack
3. Switch theme to AudictiveTen
//Logo on left side
Upload your logo via "Media" in the backend and copy the link address.
Make a new Text widget an paste the following code:
Of course you should use YOUR Website address an the link to YOUR logo image here ;)
Now assign this widget to the primary area.
Et voilá!
// Logo in header
If you want your logo in the header, you have to delete line 65 in style.css.
In line 374 you can disable the display of your sitename by adding " display: none; " to the css.
Same to the site descrition in line 386
//Footer Links
The footer has 3 hardcoded links in it.
To change them, open footer.php and you'll have 3 times something like this:
Change the 209 to the permalink-id of the side you want to display in the footer.
If you want to display a page only in the footer and not in the sidemenu, you have to exclude this page via "Exclude Pages Plugin"
When activated, you can select to integrate or not in the sidemenu on the right side of the page edit
//Category Pages with Posts
Make new Page, choose template "CategoryPost"
You can now enter text an images in the edit field - this will be displayed on top of the posts.
Assign an new "custom field":
name = categorty
value = news
(for category "news". Insert the category name of which you want posts to be displayed on the page as value)
// Multi language - Only flags als language links
In the WPML Multilingual plugin settings, deselect the option for showing a widget.
If you want to display only the flags without names, you can't use the orginal WPML Widget.
so...
Make a new "My Custom Widget"- widget, html content and paste this:
Thats it. Use it, where ever you want.
//Page Navigation Menu
Use My Custom Widget to make a new widget and paste the following code in html mode: