t_virus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Internal server error on site (wp-admin works fine)I just solved it. sorry, i should’ve worked my best before posting here
but the reason was somewhat foolish – “my backup somehow had a <i>single</i> edit and messed it all.”But you can still help me on something.
________________________________________________I want to replace
bloginfo(‘name’) IN
<title><?php if ( is_archive() ) { _e(‘Category ‘); } wp_title(‘-‘, true, ‘right’); bloginfo(‘name’); ?></title>with my blog’s name. But doing so causes 500error. :S
Forum: Themes and Templates
In reply to: Background Imagei guess your image is not big enough for the screen (height)
either use a bigger resolution image or use this code **i have not tested this yet, please tell me if it works#ff_background { background-image:url('images/Trial 1.jpg'); position:fixed; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat;}Forum: Themes and Templates
In reply to: Background ImageRemove the /* Set up positioning */ part and use this instead
#ff_background { background-image:url('images/Trial 1.jpg'); background-repeat:no-repeat;}Forum: Themes and Templates
In reply to: Adjust /change author browser page title for the author pageor if you don’t want to install this, give me the author.php and i’ll modify it for ya
Forum: Themes and Templates
In reply to: Adjust /change author browser page title for the author pageYou should consider installing SEO pack. it gives you full control over such things π
http://ww.wp.xz.cn/extend/plugins/all-in-one-seo-pack/try re-uploading the wp-includes folder from a fresh wordpress copy.
Forum: Fixing WordPress
In reply to: Change of hosted domain..I guess so
Forum: Fixing WordPress
In reply to: need a plugin: who read my postI don’t think there’s a plugin of that kind…even if there was, some possible drawbacks-
- too many names/ip on the blog page
- too many calls/queries will affect speed
- storing those names will affect your server resources
btw, You should remove all other and use clicky. Click is something different
When a person comments/logins to your blog, clicky tracks the username and shows it in the analytics so you can see the visitors by name too πForum: Fixing WordPress
In reply to: need a plugin: who read my postUsing a plugin would cause a heavy load on your server. Instead, you can use http://getclicky.com analytics. It shows everything!
- daily/monthly/weekly visitors
- ability to name visitors based on their cookies/IP
- from where visitors came
- no. of actions by them
- Their IP, browser and screen resolution
- and much more…
Just sign-up on their website (free) and install the wordpress pugin
http://ww.wp.xz.cn/extend/plugins/clicky/
Trust me, i’m using on my blog tooForum: Themes and Templates
In reply to: Featured image module missingyeah my theme is from the wordpress 2.xx days
I can get the featured module by adding that code but my theme uses the custom field everywhere to show the thumbnails so i will have to edit too much of code.
btw, can you help me with finding a free theme like “red carpet” (it’s not free anymore) or “The stars theme” (discontinued)
I want to start an entertainment magazine which will have three type of posts – photos,news and videos. So a theme like these two will be greatForum: Themes and Templates
In reply to: Featured image module missingI have to say….the support here at wordpress is awful. You guys should learn something from PHPBB and other free softwares..their support is awesome (you get helped in less that 5 minutes)
————————-
@blitz999 i figured that out π My theme supports featured images but i had to use a custom field for that.Forum: Themes and Templates
In reply to: Featured image module missingwell…there is nothing related to “featured image” in screen options. I ticked everything but it still did not show up. π