Adding a menu for your site. WordPress uses a great menus option in your theme. And sincce i want to enable great features i started on this one.
Making a wordpress theme. Base styling
We now made a style.css with the correct definitions. Now we want to create the basics for styling. Like i said, i would like to use the kube css framework. So in my functions.php i will start to make a action to load my styles. I already uploaded the kube.min.css to a css folder in my theme.
Making a wordpress theme. part 1
I have recently starten my project for a new wordpress theme. Don`t know why, dont know when i will finish. Liking the project. I am using the basic usages from the wordpress templates of yonder year like twenty-ten, -eleven, -twelve and -thirteen… and whatever i find useful.
Previous or next in a custom post type archive.
I still like post types, i enjoy those types from the bottom of my heart. But this wordpress plays with me.
Just now i made a custom post archive for my calendar plugin. I just went directly to my custom post type page with my /calender url. Got a fantastic archive, or let me say post from the past for my archive. Lets start.
Updated the googlemap plugin
Been a while. Been busy on other sites wich used my dimme google map script. But it used it to an extend i just changed the plugin to what i wanted there. So then i opend my base version and looked somewhat scared of the code. Need to add a custom post type that may or not may add sometimes a googlemap. Template page wich had to be included wich i based on the twentyten template.
Redirecting
Redirecting, I am building a banner plugin. So I started the custom post type (man i love custom post types) and just building the page. For a banner we need redirecting. So i found a lively function called wp_redirect.
Image resizing
Wanting to create a thumbnail makes my wordpress days a lot longer than i would like. Found a nice function about image_resize using an absolute path for cropping images for a slider in the making. I just resized the images to my likings and uploaded my script to a somewhat slower server, and then the problems.
Page options, dropdowns and settings
Simple post for today. I have a optional plugin for a googlemap wich uses other custom post types wich supports the dimme_googlemaps in the post. You can read it all in the post type supports section. But what you need is a page wich to post the information, and the googlemap wich it supports.
Updates and news
I have been working a lot on my calendar plugin and can post hundreds of new creative inspirational posts. But i just forget to post new things.
Trying to save a post
Adding a save post is making saving post a difficult endevour.