Fahid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can I setup my WP homepage to show posts from a specific directory ?Thanks a lot Michael Sir,
It was a charm with your help.Forum: Themes and Templates
In reply to: index.php / home.phpI think as long as you have a HOME.PHP file, your home page will always be displayed through HOME.PHP.
So a simple way to get your job done is to remove or rename the HOME.PHP in your current theme directory, which may be found at: WORDPRESS_PATH\wp-content\themes\CURRENT_THEME\
when you have no HOME.PHP, wordpress uses the INDEX.PHP to show your home page.
So give it a try…
Forum: Fixing WordPress
In reply to: Custom TinyMCE / use all of tinymce optionsWell, it was my first post at WordPress Support forum, and I was expecting better result.
But!…
Anyway, I have fin out how to do it.
Make a backup copy, and then open this file with a text (PHP) editor.
WORDPRESS_DIR/wp-includes/js/tinymce/tiny_mce_gzip.php
Goto Line no 110, it’s line 110 to 115, where you can modify what TinyMCE buttons you need in your editor.
For more information about buttons available in TinyMCE, visit TinyMCE’s website http://tinymce.moxiecode.comForum: Alpha/Beta/RC
In reply to: tinyMCE limited / no real html editingO Yes !
I also want to have more options in my TinyMCE editor for WP2.
Please help, tell me how can I do it ?