tony009
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Looking For an Easy Way to Build Something Similar to:I am a newbie too to Word press and i made this site http://www.hghsupplementsinfo.co.uk though i found the experience with Word press better than Dreamweaver but the free templates are not so attractive if you take away the original header image from it (obviously you do not need a picture of a car when your site is about food).
I wonder if custom theme helps or should the purchase of template be necessary??Forum: Localhost Installs
In reply to: Posts and web pagesThanks for your timely help mrjonwilson. At the moment i have made a POST as my front page, but i do not like my posts piling on top of each other in front page.
Moreover if i click on the link “post” list in the front page…it shows nothing? What could be the problem.
I wonder how do we change the size of alphabets, colors of texts as there are no buttons??Forum: Plugins
In reply to: how to add meta tags in each page or post?Using WP for first time denouncing Dreamweaver …I am a bit lost when adding meta tags in header, my header php code looks like–
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<meta name=”viewport” content=”width=device-width” />
<title><?php
/*
* Print the <title> tag based on what is being viewed.
*/
global $page, $paged;wp_title( ‘|’, true, ‘right’ );
// Add the blog name.
bloginfo( ‘name’ );// Add the blog description for the home/front page.
$site_description = get_bloginfo( ‘description’, ‘display’ );
if ( $site_description && ( is_home() || is_front_page() ) )
echo ” | $site_description”;// Add a page number if necessary:
if ( $paged >= 2 || $page >= 2 )
echo ‘ | ‘ . sprintf( __( ‘Page %s’, ‘twentyeleven’ ), max( $paged, $page ) );?></title>
######################################################
Q1 Where do i insert the Title code exactly?
Q2. I want different header in every page, how can i do it??
Q3. What about meta tags?…description and key words. Where can i insert them???Forum: Localhost Installs
In reply to: Installation problemsYou mean my personal (house) IP address??like 123.43.56.56 something like that?? Hey how will it work? Site name i can understand but IP address? Amazing!!!!!
If i use IP address then will i have to do it again with my site name? I think i prefer site name, i gotta buy a domain name and come back to you. Cheers.Forum: Localhost Installs
In reply to: Installation problemsOK all right I get it. BUt at the moment i do not have a url as i have yet to buy a domain name. I will contact in a couple of days after i purchase my domain name. Thanks a lot for your help.
Forum: Localhost Installs
In reply to: Installation problemsSorry s_ha_dum…. i should have said – Folder, there are 20 odd files which is in a folder called “TONY”. Now as per instructions :–
“”Step 5: Run the Install ScriptPoint a web browser to start the installation script.
■ If you placed the WordPress files in the root directory, you should visit: http://example.com/wp-admin/install.php
■ If you placed the WordPress files in a subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.phpSetup configuration file
If WordPress can’t find the wp-config.php file, it will tell you and offer to try to create and edit the file itself. (You can do also do this directly by loading wp-admin/setup-config.php in your web browser.) WordPress will ask you the database details and write them to a new wp-config.php file. If this works, you can go ahead with the installation; otherwise, go back and create, edit, and upload the wp-config.php file yourself (step 3)……””
Q1 – How to run and install script??
Q2 – loading wp-admin/ setup-config.php?? in your browser? How do we do that?
I tried to open setup-config.php with I.explorer, options were given OPEN or SAVE, i tried to open it – but no success. Did i do something wrong?Thanks in advance.
Forum: Localhost Installs
In reply to: Installation problemsHello learned friends,
I am in a proces of downloading Word press and for a starter like me it is a herculean task……..
Today I opened wp-config.php with a text editor and put in the needful information and then saved it.
All the W.Press files were uploaded to my host (1&1)in a file(lets say “TONY”).
At present i havn’t purchased a domain name for this website i plan to make so i havnt pointed a domain name to “TONY” in my hosting area(1&1).
So now i am in a fix how to Run and Install script? Please help!!Forum: Localhost Installs
In reply to: Installation problemsThanks for a prompt reply. Yes i want to say good bye to dreamweaver now (hopefully). In my database page (1&1 host) there is this button “My php admin” …do i need to use this button as the instruction says using “MySQL database” OR “Myphp admin” for creating password?
Thanks in advance!!