155 reputation
7
bio website
location
age
visits member for 1 year, 4 months
seen yesterday
stats profile views 4

Jun
23
comment Image still attached to post even after removing it as featured image
you can use wordpress.org/extend/plugins/file-gallery to detach media files
Jun
22
comment Need help getting this page nav working correctly
add the following at the end of default.css: code.wp-pagenavi span.pages, .current{color:#ccc; clear:both !important; text-align:left !important; margin:5px !important; padding:0 20px 0 0 !important;} .wp-pagenavi a.larger, .smaller, .previous, .last, .nextpostslink, .previouspostslink{width:auto !important; padding:20px 15px !important;margin-top:15px;}code
Jun
21
comment Need help getting this page nav working correctly
well, you still have a couple CSS issues, but at least it's working fine now
Jun
21
comment Need help getting this page nav working correctly
hey Rick, here's the issue: you have 2 pagination systems at the same time. One is internal, the other is for pagenavi. So, what you have to do is open pagination.php and replace everything from lines 25 to 35 with the pagenavi code. That should work (although you should make a backup first) . If you still have issues, try using wp-paginate plugin (see it at wordpress.org/extend/plugins/wp-paginate ), it's easier and less buggy than wp-pagenavi
Jun
21
comment Need help getting this page nav working correctly
the thing is that the code you added isn't related to what you're looking for, so really don't know what to tell you without seeing it. Could you paste your index.php code? You can use pastebin.com if needed . My bet is you'll have a conditional for home page and a faulty code for the remaining pages
Mar
13
comment how can I add a “read more” tag directly in the template?
that's exactly what I ws looking for, many thanx!!!
Feb
1
comment Problems with Wordpress in subfolder, posts show a blank page
you can do it via your control panel or you can simply take a look at tamingthebeast.net/articles3/spiders-301-redirect.htm (since it depends on your site and there are several options)
Jan
24
comment WP Category Meta plugin fix?
thank you thank you thank you!!!! I want to vote but it doesn't allow me to, but please know I really appreciate it!
Jan
24
comment Show child pages by menu order using Superfish Dropdown menu?
if your problems persist, you can hardcode those pages (sorry, this page doesn't allow me to post the code you need) or try another plugin, there are several with similar capabilities
Jan
24
comment WP Category Meta plugin fix?
Wow, I think this is it! However, although I could make the admin part work as a charm, I can't make the output work, no matter what. I know I'm being annoying, but is it too much to ask if you post the exact code to display the data? for example, in an archive page, I want to display the thumb for that category, what do I need to write in the code? Thankl you in advance!