tr123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is an XML safe to import after hackingThanks James. I have backups, I was using Codeguard and have a bout 3 months worth but I don’t know how to tell which is pre-hack. I have looked through what changed on each and can see that the later ones are definitedly infected but not sure on the earlier ones.
Forum: Plugins
In reply to: Podpress feed validation problemOk thanks again
Forum: Plugins
In reply to: Podpress feed validation problemHi Tim
Removing the custom field seems to have let it validate – thanks very much. I just need to remember to do this each time now ??
Forum: Plugins
In reply to: Podpress feed validation problemHi Tim
I will try removing the custom field and see if that works thank you. I don’t know how to get round using https:// as the file is on amazon S3 secure server.
I will aslo try disabling the statistics.
Thanks for your help.
Tara
Forum: Fixing WordPress
In reply to: Hide parent navigation pageHI
In case anyone else is looking for the same thing the plugin “Page Lists Plus” did what I needed.
Forum: Fixing WordPress
In reply to: Header Image and CSS Helpsorry don’t know on those
Forum: Fixing WordPress
In reply to: how to do complete backupIf you search the wordpress plugins for backup I think there are a few plugins that help you so this
Forum: Fixing WordPress
In reply to: Header Image and CSS HelpHi
Try changing the padding here
#logo {
float:left;
padding:40px 0pt 0pt 47px;
width:449px;
}If you change the 40px to a lower amount the logo will move up
Forum: Fixing WordPress
In reply to: Bump post to top after it has been updated?HI you could change the time on the post on the right hand side in publish just edit the time/date. You can aslo make a post a sticky post with a plugin WP-Sticky
Forum: Fixing WordPress
In reply to: Changing font sizeHi
It should be in the CSS of your theme.
Forum: Fixing WordPress
In reply to: Hide parent navigation pageThank you for the suggestion ClaytonJames, I will look into that but ideally I would just like there not to be a link there.
Forum: Fixing WordPress
In reply to: CSS question with current pages of a wordpress themeHi
did you find a solution for this please?
Thanks
Forum: Themes and Templates
In reply to: CSS for styling wp_list_bookmarks current linkHi Otto
Thanks for the suggestion, that’s an option. Ideally I would like for my client to be be able to edit everything but I may have to try that.
Hi Moshu
I have tried my advanced cut and pasting skills ?? but I run into problems as I am setting a page to be my home page instead of my blog, but when i tried that method the blog and home page links seemed to highlight at the wrong times.Forum: Themes and Templates
In reply to: CSS for styling wp_list_bookmarks current linkWhat I am trying to do is use the bookmarks for internal links, because if I use wp-list-pages as far as I can work out I have to have the link name the same as the page title so if my page title is “Welcome to or company” that is what the navigation link will be. I want the navigation link to be something short like “welcome”.
I know I could create the links by hand using HTML but I want to be able to highlight the current link a user is on. I have read the section on codex about dynamic links but can’t get this to work. (I don’t know PHP)
Forum: Themes and Templates
In reply to: Template with Page and Blog (Post) BelowI am not very technical, but couldn’t you just edit index.php and put your static
just after <?php get_header(); ?><?php get_sidebar(); ?>
and just before <div id=”content”>