Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Various noob questions...
#4
123 Wrote:Thank you for the quick reply!! Smile


2. After removing those 2 files the error messages went away.

But how do I re-add the sidebar component?

-- Not sure what your asking, but to get a component into a template you do, <?php get_component('sidebar'); ?> or maybe what your asking, just download another copy and re add those files.


3. Well, I have been using an e-commerce CMS and they stress this issue a lot. I guess since this is not an e-commerce site, hacking should not be too much of a big deal anyway.

>>If the admin site is secure

I am not sure I understand this. You mean, if the hosting company secures their server?

-- What other CMS where you using? And no, what he meannt was, as there is a log in page, and as long as you password cannot be easily guessed, a hacker still will not be able to access your page.


4. How about I create a 2nd installation under example.com/cn, and then cross-link the two sites to each other? Would that work?

-- With this, if it were me, i would personally get a host, and create subdomains off of that host. Say example.com then the subdomains would be for each language. fr.example.com, sp.example.com. Then from the original (example.com) website link to the others. say at the bottom you have Translations: French - Spanish - and so on. Link to the subdomains. French, fr.example.com, spanish, sp.example.com, ch.example.com for chinese or something. Hope you understand.

5. All righty. I created an override folder and will start making theme changes in there. Smile

-- Yeah just make a copy of the original template somewhere. change the name so it doesn't get overwritten then copy the original back in.

6. At this point I don't understand the codex stuff. I guess I will first resolve the simple challenges and ask about the codex later.

-- Wow dude, don't think it's that hard. It is really actually very easy. Go over to my site, http://graphixant.com and check out my downloads. Download one of the themes and open up template.php in notepad or dreamweaver if you got it. No, if you know html, which you should because its sooo easy Tongue. Now, look at the title, it's really simple stuff and so little work and code. <title> tags you can put something like, <?php get_site_name(); ?> | <?php get_component('tagline'); ?> this will get the site name, (this is from what you set it to from installation, this is a function that picks the name from your site for you. Then gets the component tagline, (your slogan or w.e you put there).

7. What should I google for to find keyboard combos?

-- The thing i do to erase this, is, press enter, then togglee editor and get rid of the <p> and ending </p> tags. These are paragraph tags, removing them will remove the paragraph. Now above that line add, <br /> this is a line break. Not sure is SHIFT+ENTER will work. Try it Big Grin

Thanks!


PS: Also what exactly is a slug???

Code:
get_page_slug()
<?php get_page_slug(); ?>
Echos the page's slug. No options. Example would be the word 'download' in the URL http://get-simple.info/download.

Anybody can enlighten me on this? Smile


EDIT: Yes, to number 7. If you press SHIFT+ENTER instead of just enter, it does NOT add the paragraph and goes straight underneath. Big Grin Enjoy!
Visit my portfolio website: http://graphixant.com
Reply


Messages In This Thread
Various noob questions... - by 123 - 2010-01-02, 14:15:30
Various noob questions... - by ccagle8 - 2010-01-02, 14:40:12
Various noob questions... - by 123 - 2010-01-02, 15:45:44
Various noob questions... - by oToom - 2010-01-02, 16:25:15
Various noob questions... - by Zegnåt - 2010-01-02, 22:15:49
Various noob questions... - by oToom - 2010-01-03, 02:16:51
Various noob questions... - by 123 - 2010-01-03, 02:54:58
Various noob questions... - by internet54 - 2010-01-03, 03:15:20
Various noob questions... - by oToom - 2010-01-03, 03:35:40
Various noob questions... - by 123 - 2010-01-07, 10:47:36
Various noob questions... - by ccagle8 - 2010-01-07, 23:49:05
Various noob questions... - by internet54 - 2010-01-08, 01:58:30
Various noob questions... - by Zegnåt - 2010-01-08, 05:19:40
Various noob questions... - by internet54 - 2010-01-08, 06:13:06
Various noob questions... - by 123 - 2010-01-08, 07:47:01
Various noob questions... - by internet54 - 2010-01-08, 08:17:40
Various noob questions... - by 123 - 2010-01-08, 08:29:58
Various noob questions... - by 123 - 2010-01-08, 08:32:22
Various noob questions... - by ccagle8 - 2010-01-08, 11:35:21
Various noob questions... - by 123 - 2010-01-08, 11:47:38
Various noob questions... - by ccagle8 - 2010-01-08, 11:49:49
Various noob questions... - by 123 - 2010-01-08, 11:55:25
Various noob questions... - by 123 - 2010-01-08, 12:00:23
Various noob questions... - by 123 - 2010-01-08, 12:08:18
Various noob questions... - by ccagle8 - 2010-01-08, 12:39:37
Various noob questions... - by internet54 - 2010-01-08, 14:58:45
Various noob questions... - by 123 - 2010-01-08, 15:15:02



Users browsing this thread: 1 Guest(s)