wp-tutorial-tut1-image1

The Twenty-Ten theme by default supports just 1-menu. Ofcourse, several menu's can be created but just one menu can be used as primary navigation, and at a single location.

In this tutorial, I'm using a child-theme(based on twenty-ten) which has its own functions.php file and where the new menu / navigation will be declared. Then it will be called from inside the header file.

Lets Go!!

Step-1) Log into WP-backend, go to Appearance >> Menus >> Create a new menu (on the edit menu

It is very embarrassing when someone you know calls you to say that he/she recieved an email from you - an email which you didn't send, a spam email for that matter.

It would be the 2nd time, this particular client of mine contacts me to tell me about some email, appearing to be from my inbox in his inbox. Some couple of minutes was that 2nd time.

Here is a screenshot of the spam email

to nneka enwelum-1

 

From: Nneka Enwelum [mailto: (my correct email address]
Sent: 10 March 2015 15:53
To: my clients email

install aptana-1

Aptana Studio-3 is a very powerful open-source web development IDU. It supports several browser technologies & specs such as HTML5, CSS3, JavaScript, Ruby, Rails, PHP and Python. It is fast, highly customizable and has several features.

In this tutorial, I install Aptana Studio 3 on Debian Linux 7 (wheezy)

1) Download Aptana Studio 3 from Aptana website: http://www.aptana.com/.

Download into a directory of your choice and extract the contents of the downloaded file. By default, files are

Hey guys, beware of: http://nagsheadwycombe.com

Here are some screenshots:

1) The Original Email

nagsheadwycombe-1

2) Email analysis:

a) This link( http://zenithbank.com/Security/Upgrade/confirm.php) in the original email redirected to: http://www.cambridgetonight.com/verify.acc.php - a blank white page.

then from http://www.cambridgetonight.com/verify.acc.php, it redirected to http://nagsheadwycombe.com/zennn/zenn/zen/ze/1/index.html

b) Email's full header:

From " This email address is being protected from spambots. You need JavaScript enabled to view it." Mon Nov 3

After installing Wordpress and publishing a few widgets, the Twenty-Ten theme looks like this:

Figure-1:

replace1a

In this tutorial, we want to move the Navigation menu above the Header image. All we are going to do is just cut and paste.

We need to edit file: header.php.

Steps:

1) Copy file 'header.php' from parent-theme folder(twentyten) into child-theme folder(twentyten-child). How can you create a child theme? Wordpress Tutorial: how to create a child theme

2) Edit header.php and look for the line

In this tutorial, we will add a new Widget Area to our child-theme.

Step-1: create a functions.php file inside our child-theme: twentyten-child

Open / edit your child-theme and add the following:

function twentyten_child_init()
{
// comments: these are my own new functions
// Area 7, located at the top of the sidebar.
register_sidebar( array(
'name' => __( 'Nairabytes Widget Area-1', 'twentyten-child' ),
'id' => 'nairabytes-widget-area-1',
'description' => __( 'NairaBytes widget

1) Download Utorrent Server: http://www.utorrent.com/downloads/linux

For my server, I downloaded: µTorrent Server for Debian 7.0 (Debian 7.0 - 32-bit (2.15 MB)
English (US) - March 25, 2014 ). The file downloaded as: utserver.tar.gz

2) Assuming you downloaded(utserver.tar.gz) it into a directory named "utorrent":
- right click on the downloaded file, and extract or use the command:
- tar zxvf utserver.tar.gz.

with both of the above: the contents of utserver.tar.gz are extracted into a

Quoting Wordpress Codex:

Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)

In that way, the functions.php of a child theme provides a smart, trouble-free method of modifying the functionality of a parent theme. Say that you want to add a PHP function to your theme. The fastest way would be to open its functions.php

root-filesystem is full

I woke up this morning to find out my root filesystem full and wondered 'what the heck' happened overnite.

Googling up and down, I finally used this command to find large files in my box:

command: # find // -xdev -type f -size +10000000c -exec ls -lad {} \;

I located the culprit files / DIR and hit delete.

Enjoy!!

In this tutorial, we are going to create a child theme for twenty-ten, activate the child theme and change the background color of the entire theme to confirm our child theme is working.

According to wordpress:

A child theme is a theme that inherits the functionality of another theme, called the parent theme. Child themes allow you to modify, or add to the functionality of that parent theme. A child theme is the best, safest, and easiest way to modify an existing theme, whether you want to make