Robin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: index.html is added on my links. Can't see admin or login pageBackup your website, disable your plugins or if you have access to your ftp rename your plugins folder to plugins-old
Forum: Fixing WordPress
In reply to: index.html is added on my links. Can't see admin or login pagecould you paste your htacess code
Forum: Fixing WordPress
In reply to: index.html is added on my links. Can't see admin or login pageYour header file has
<link rel="canonical" href="index.html" />
you might need to check this first
I think this is being added through your SEO Yoast pluginForum: Hacks
In reply to: extracting custom fields values from wp-database in a nested foreach loopGot fixed
Forum: Themes and Templates
In reply to: Novice seeking tips 8/29so basically in simple terms
you make a child theme if you want to custom style or add your new functions on your WordPress themeStructure —
You have a parent theme (could be even twentyten)
in the same directory (wp-content/themes) you make your own theme folder (your child theme)
so how does this child theme knows who is the parent
that is where you add your style.css (and add the code i showed above)
Most of the options in the code above are self explanatory
Just a thing to keep in mind
Template : (this would be name of your parent theme folder)Child theme styles and functions would be called before the parent themes so you can over ride any default styling of your parent theme style
Forum: Hacks
In reply to: Get City and State from visitorI havnt used it but this should work for you
AD injection pluginForum: Themes and Templates
In reply to: Novice seeking tips 8/29Hi
you have to create your own child theme,
create a folder using ftp
wp-contents/themes/(your-child-theme-folder)
and add style.css
and add this on top of your style.css/* Theme Name: your-child-theme-name Theme URI: http://example.com/ Description: Child theme for the Twenty Eleven theme Author: Your Name Author URI: http://example.com/about/ Template: twentyeleven Version: 0.1.0 */ @import url("../twentyeleven/style.css");Template is the theme your are going to make child of
follow this codex for more in -depth understanding
http://codex.wordpress.org/Child_ThemesForum: Hacks
In reply to: extracting custom fields values from wp-database in a nested foreach loopthe problem is it displays 1 photo, name and region in all the 15 div and not actually looping
Forum: Fixing WordPress
In reply to: Any way to shorten page title/links on pagination?cheers 🙂
Forum: Fixing WordPress
In reply to: Any way to shorten page title/links on pagination?This is from where he started off, someone had the same issue as u and so he ended up putting that thing into a plugin
http://wordpress.org/support/topic/substr-still-echoing-whole-string-help?replies=8
he has explained the function in the support thread so you can play it around with it
Forum: Fixing WordPress
In reply to: Any way to shorten page title/links on pagination?Hi Agnes
this plugin should solve your problemhttp://www.filmtraveler.com/2008/11/18/wordpress-plugin-shorten-link-text/
Forum: Fixing WordPress
In reply to: Sidebar moves downhttp://wordpress.org/extend/themes/ you will find all the themes here
i can’t post job on wordpress,as i live in india.
???
anyone can post a jobForum: Fixing WordPress
In reply to: Sidebar moves downand if you would like to use your theme please contact the theme development team or post a job to fix the issue at
Forum: Fixing WordPress
In reply to: Sidebar moves downGudoz, If someone can help you that would be great. But please be aware that the theme you are using is from a non-GPL source and those are not welcome here.
Your chosen theme is not released under GPL. Non GPL products are not welcome in the WordPress community. Official WordPress policy states that all plugins and themes that are publicly released are required to adhere to http://wordpress.org/about/gpl/
Any support requests for non-GPL products are usually ignored, in the interests of supporting the community and its freedoms.
Please consider using a theme that is compatible with the GPL instead.
Forum: Fixing WordPress
In reply to: Sidebar moves downThis is not a wordpress files this is your theme