Tag: Wordpress Tutorials
May 21st by Neil under Hints and Tips, Wordpress
Holy smokes, well this took me around 2 hours to sort out so Im writing it all down so I can save people some time and remember it myself!!
Right OK if you are diving into WP you will undoubtably want to try some wonderful things with the loop, if like me to display posts from a certain category on a page. Well its pretty easy to do but doing so breaks any pagination you may have i.e. WP-Pagenavi or posts_nav_link(). Whatever you are using it will not work if using a custom loop containing a query_posts() or $wp_query() function.…
Feb 18th by Neil under Hints and Tips, Wordpress
Yes the annoying update/upgrade notice that appears at the top of the admin screen can be a bit annoying. It can also be quite dangerous. DANGEROUS you say…how so?
Well if you have designed a CMS for a client using wordpress and added extra things even its its simple things like changing the admin images or the memory usage. All will be wiped when the client upgrades and their precious site suddenly looks different or doesnt work at all.
Taking the top update nag isnt the only way to update via the admin panel of course buts its the most …
Sep 29th by Neil under Hints and Tips, Web Design, Wordpress
Once you start messing about with WordPress and looking to expand it to fit your websites requirements you will undoubtably want to use different headers, sidebars, footers and even comment templates.
Its actually really easy to do in WordPress and because you will be utilising files that should already exist in your template, it doesnt take long at all.
I guess most people will want to change the sidebar first, implementing new menus i.e. floating it left or right to create different page styles etc, so I will focus on sidebars but applying the principles will work for every template …
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 …

