Sep 29th by Neil under Hints and Tips, Tutorials, Web Design, Wordpress
I realise this is a very simple thing to achieve in WordPress and has probably been written about a thousand times, however I thought about what a great tool it is in WordPress’s arsenal and surprisingly not used on too many sites Ive seen.
Aside from being able to use page templates to create different page designs they are very useful when using WordPress plugins such as NextGen Gallery and SimplePress Forum.
These two plugins benefit greatly from using a full width page template i.e. no sidebar. So I will not go into the full intricacies of page templates and …
Sep 4th by Neil under Hints and Tips, Tutorials, Wordpress
Implementing a Google Custom Search into your WordPress theme is actually pretty easy but requires a little bit of theme jiggery pokery!
OK so first things first:
Create a page called ‘search’ or ‘search results’ in the admin section of your WordPress site. Take a note of the page id, this can normally be found if you hover the mouse pointer over the ‘View Page’ link or go to ‘Edit’ in the Pages menu and hover over the search page (its the number at the end you need). I would also select the full page template for the search page …
Jul 23rd by Neil under Hints and Tips, Tutorials, Wordpress
This is a follow on tutorial from the previous one: Menu only logged in users or certain users can see
In this one Ive added a few extra features. I suddenly thought about the previous tutorial example and saw that any logged in user can see the control panel menu in the sidebar and all the options within it. What if you only want users of a certain level to see the ‘Write New Post’ and ‘Write New Page’ options.
OK Im just gonna list the whole block of code for the sidebar login that I have implemented on this …
Jul 6th by Neil under Hints and Tips, Tutorials, Wordpress
Here is the scenario:
You have a WordPress blog in a subfolder on your website. The main website might be static html or even php pages and you want to display your WordPress blog posts on the other ‘main website’ pages.
How do you do that?
Well I shall enlighten thee! Firstly I assume that you have your blog site in a subfolder (my subfolder is cms – so change this to your folder name), secondly if your other pages are html that is to say they are named ‘index.html’ you will have to rename them to ‘index.php’ etc. Now …
Jul 6th by Neil under Hints and Tips, Tutorials, Wordpress
I thought I would add this as a quick follow on from my previous tutorial showing you how to make a login form in your WordPress sidebar (find it here), it used a technique to show a menu once a user had logged in.
So if you want to hide a menu from readers but show it to registered users you could use the following example:
Say you had a menu that looked something like this in your sidebar:
Registered User Menu
-
Registered user menu options here!
If you only wanted registered users to be able to see …
Jul 6th by Neil under Hints and Tips, Tutorials, Wordpress
As you can see I use a sidebar login for here on Effutio.com that completely bypasses the standard WordPress 2.8 login screen page. No big deal you may be thinking but it is one less page that users have to wait to load, it adds a professional look and encourages people to login.
OK now that you are convinced that being able to login from home page (or any page where the code is placed) I’ll show you how to achieve it. Ive placed my login form at the top of the sidebar but feel free to experiment putting it …

