pl4y312
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Invalid Export XMLIt’s weird, After I deactive FireDownload mozilla add-on, it’s download normally.
Maybe the WP team coder can figure it out why. =)Forum: Hacks
In reply to: 'the_content', only in the 'post' pageuse filter function
is_home()oris_front_page()Regards,
pl4y312Forum: Fixing WordPress
In reply to: animated GIFs?afaik WP can display any GIF file, even flash.
Regards,
pl4y312Forum: Fixing WordPress
In reply to: news on specific pagesYes, it is possible to do it.
You have to customize the front page design.
Try to learn about The Loop.Regards,
pl4y312Forum: Fixing WordPress
In reply to: how do i use a plug inWhat is the plugin name?
You should read the manual first.Forum: Fixing WordPress
In reply to: Pages From FTP Not Showingcan you explain more details about the page that you created?
Is it a new themes? or just static page?
where did you upload it?Regards,
pl4y312Forum: Plugins
In reply to: New Plugin has corrupted my site. Can You Help Me?Hi again Wendy,
I’ve another solution if you don’t want to upgrade the WP version.
Edit the UserAccessManager.class.php file under ‘includes’ folder.
Changehome_url()withget_option('home')on line 295
andhome_url('/')withget_option('home') . '/'on line 1508 & 1637I’ve just tried it and it works on my client site which is WP 2.9.2, hope that work on WP 2.7.1.
Regards,
AlexaForum: Plugins
In reply to: New Plugin has corrupted my site. Can You Help Me?Hi Wendy,
I don’t know if this way can be the solution, but I think you should upgrade the wordpress version to 3.0.
I also ever met the same problem on my client site which still use WP 2.9.2. But I test the plugin before on my own site which use WP 3.0 and it work fine.If you somehow want to upgrade the WP version, it will be wise if you make a back-up for the site files & folders and also the database. Especially if you ever edit the core WP files (any files except files under wp-content folder and wp-config.php file) for the design.
Hope that help.
Regards,
AlexaForum: Themes and Templates
In reply to: Move widget OUT of sidebarHi, I have some problem.
My widget is provided by a plugin.
Can you help me Kawauso?Forum: Fixing WordPress
In reply to: Remove/Move “Categories” from WidgetsIt seems you didn’t set any widget.
Try this1. Go to [Appearance] –> [Editor]
2. Choose Sidebar (sidebar.php) on the right.
3. Delete script line that related to “Categories” widget.Hope that help 😉
Forum: Fixing WordPress
In reply to: Hide sidebar widget on certain pageThis is just my idea,
1. Create new sidebar position for sidebar login. Eg. Left sidebar, right sidebar, bottom sidebar, etc.
2. Put the plugin only in the new sidebar position.
3. Create page template, and delete the new sidebar.
4. Set cetain page to New Page Template.
Hope that help 😉
Forum: Fixing WordPress
In reply to: Sort posts by custom field numeric valueIs there anyone know where I should put that script?