boing
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 404 redirect to index.phpMy advice is that you will use the 404 page – helps users to know if the page they are searching for it is/or not still avaible.
You can use in the 404 template the search box – helping the users that are visiting your site to find what they are looking for.
just my point of view…
Forum: Themes and Templates
In reply to: Learning More: First Steps With WordPressAlso tnq for the advices… right now i’m working at a new tutorial for WP community – it will be about extreme looping … and creating custom themes (removing the 2 columns standard)
Forum: Fixing WordPress
In reply to: Uploading image via contact formyou can make an external script that can create an form whit an upload field:
example: https://www.omidsoft.com/tutorial/formmail_attachment.html
Forum: Installing WordPress
In reply to: problem accessing feedtry this link from other topics started on this forum about this problem:
http://www.google.com/search?hl=en&q=site:ww.wp.xz.cn+feed:+rss+protocol&btnG=Google+Search
Forum: Themes and Templates
In reply to: New Themetnq for the theme – i will test it and see what’s having new in it.
Forum: Everything else WordPress
In reply to: Announcing “BloxPress”: a Ajax Web2.0 Themeyep – the link is down 🙁
Forum: Your WordPress
In reply to: projectnothing.comAlso you will need to add an right-margin (modify the style.css file) to the blue box… just an advice.
Forum: Your WordPress
In reply to: My second wordpressCongratz! It’s an nice theme you have build in. Easy to read and to navigate. ++
Forum: Your WordPress
In reply to: ADMIN is toooo slow (last couple of days)The plugins are a problem, but the first page in the admin panel is also creating a long time to generate itself. (dashboard). I have modify my files and when i login i’m opening the Write New Post Page.
Forum: Your WordPress
In reply to: New theme: KiwiHy there – about your theme : it’s simple and clean, but like the odder guys – the font is to small
Forum: Fixing WordPress
In reply to: Entry title display countAlso you can use The Loop in your template for making this.
Ex.:
// Get the last 10 posts
<?php query_posts(‘showposts=10’); ?><?php while (have_posts()) : the_post(); ?>
<!– template config… –>
<?php endwhile;?>By editing the 10 number, you can customize your post number. It’s easy.
Forum: Plugins
In reply to: WP-Polls Version 2.0hy there – i have install this script one one of my wp sites… il will right back if i found something buggy. Tnx for the plugin
Forum: Fixing WordPress
In reply to: Image formattingnot yet… the template is not over… it will be an extreme looping of the blog…
Forum: Fixing WordPress
In reply to: Custom Field GUI question..I think i find the answer by myself… i have’d install a new plugin: Get Custom Field Values and resolved my problem. Sorry for the first post…
Forum: Fixing WordPress
In reply to: Image formattingany ideea anyone? tnq