Geetar
Forum Replies Created
-
Hi frasten! I wish you good luck on your graduation!
Forum: Themes and Templates
In reply to: Images via custom fields on new themeCan you please delete this thread?
Thanks
Forum: Themes and Templates
In reply to: Images via custom fields on new themeSorry but I’m unable to edit my last post so here’s the code:
Forum: Themes and Templates
In reply to: Images via custom fields on new themeAnyone?
I am using custom fields to display thumbnails Key: “Thumbnail” Value: the url to the image which is hosted on my server. My Theme uses 2 different image sizes. Big images are displaying without problems, however the small thumbnails are not displaying.
Thumbnails are resized using timthumb wich is hosted in the same theme directory.
In order to display the child thumbnails, what I need to change on the following code? (loop.php)
[code moderated - please use pastebin.com for chunks of code]Thanks in advance, any help will be greatly appreciated.
Forum: Themes and Templates
In reply to: Do any WordPress Themes look like this?Try here: http://themeforest.net/category/wordpress
There are dozens of similar themes.
Forum: Installing WordPress
In reply to: How to Change FTP ‘Update Automatically’ Details?Add the following code at the end of your wp-config.php file:
/** Override default file permissions */ if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }And WordPress won’t ask you anymore about any FTP details
Forum: Fixing WordPress
In reply to: Posting problems w/ 2.9It works fine for me. I downloaded
http.phpfrom http://core.trac.wordpress.org/export/11450/trunk/wp-includes/http.php uploaded it to wp-includes and replaced the oldhttp.phpfile.I don’t know if that file has nothing to do with slow posting, I did all the above because i got this error:
Warning: gzuncompress() [function.gzuncompress]: data error in /home/...Forum: Fixing WordPress
In reply to: Site problems after 2.9 upgradePlease read this post: http://wordpress.org/support/topic/342988
Download
http.phpfrom the link below. Upload it to your server and replace the oldhttp.phpfile.http://core.trac.wordpress.org/export/11450/trunk/wp-includes/http.php
Forum: Fixing WordPress
In reply to: URL ends with /?nomobileThanks Ipstenu, to be honest i did a Google search for
?nomobilebut I disn’t read the MobilePress support page.Forum: Fixing WordPress
In reply to: URL ends with /?nomobileNot kidding, just wondering if this was caused by WPtouch iPhone plugin. That’s all.
Anyway thanks for your reply π
Forum: Everything else WordPress
In reply to: By clicking a tag the result is an empty pageHi ghera74, how did you fix it?
Forum: Themes and Templates
In reply to: Next/Previous links showing same postsHi songdogtech, no I didn’t modify the theme, I just added:
<div class="pagination"> <div class="palignleft"><?php previous_posts_link('« Previous Page') ?></div> <div class="palignright"><?php next_posts_link('Next Page »') ?></div>Forum: Themes and Templates
In reply to: Next/Previous links showing same postsThanks krembo99, i’ll try it.
Forum: Themes and Templates
In reply to: Next/Previous links showing same postsThanks guys, so what I must change on the code above at home.php?
Forum: Themes and Templates
In reply to: Next/Previous links showing same postsHi songdogtech, thanks for your reply, I have more than 9000 posts. The theme is Revolution two Streamline (The Beta version was open source and free downloadable). I’ve been trying with plugins different codes etc without any luck.
Now i’m using: http://www.mysite.com/2009/page/2/ in order to display the old posts.