From the monthly archives:

March 2012

My website (doordems.org) is hosted by WordPress.org. Theme is Weaver-II. I am the only one user with admin privileges. Attempt to log-in results in “invalid username”. I have used the same username since I started. It is the same as the one I used to access this forum. I am able to log-in to doordems.org [...]

{ 0 comments }

Looking forward to your coming in April to enjoy DISCOUNT APRIL and heal!

{ 0 comments }

I’m having this same problem too.

{ 0 comments }

I am attempting to import a Blogger blog over to a self-hosted WordPress site (onegoodthingbyjillee.com). The first time I ran the importer it successfully imported all the posts and about half the comments. Since then I have tried to rerun the importer several times to get the remaining comments and each time I do it [...]

{ 0 comments }

I inherited a site that is currently upgraded to 3.3.1, but I cannot see where to change themes. Currently the Atahualpa Theme is in use. The dashboard does not have an “Appearances” option. I’m wondering where the theme installing is found. Thanks for your help. kathy3

{ 0 comments }

I do not seem to be able to get to my login screen for my wordpress blog http://www.artofthestate.co.uk/blog/ The posts still appear in the archive but I cannot navigate to the login page for my admin account and consequently I calso cannot get to my dashboard to make any corrections. I would very much appreciate [...]

{ 0 comments }

I have been running a wordpress blog on my Windows Home Server 2011 fine for a few months now and would like to add another blog. I would like to have each blog link to different domains i.e. http://www.myworkblog.co.uk (Existing) and http://www.myhomeblog.co.uk. I have a fixed ISP and the domain names are through 1and1 and [...]

{ 0 comments }

Hi all, i’ve put this in misc because i believe it should go here, but if i’m wrong please let me know/move it to wherever appropriate I have a question about adding an advert to my home page, but not sure if it’s possible. My home page is here>>>> (it’s just a demo at the [...]

{ 0 comments }

@alchymyth, I add this code into my theme, but nothing changed, everything remains the same. I use this code: add_filter ( 'wp_tag_cloud', 'tag_cloud_count' ); function tag_cloud_count( $return ) { $tags = explode('</a>', $return); $regex = "#(.*title[=]')(.*)( topic.*)#e"; foreach( $tags as $tag ) { $tagn[] = preg_replace($regex, "('$1$2$3&nbsp($2&nbsp;post'.(($2!=1)?'s':'').')')", $tag ); } $return = implode('</a>', $tagn); return [...]

{ 0 comments }

Hmm looks like the culprit is located in wpsc-functions.php as it has heaps of is_404 references. See if I can figure my way around it…arggg wp ecommerce!

{ 0 comments }

I experiencing this same issue on two sites. Both are hosted at GoDaddy and entered the full path. I keep getting not only excluded directories but get the same scan results over and over for files that were changed or added days ago. I am now trying multiple combination to keep my email box from [...]

{ 0 comments }

My noip went down for about 2 days till I found out it was not running on boot up. So I was working on it to log me at just using my LAN. My server name in this house is small2 so I went to http://small2/blog/wp-login.php put in my name and password and it just [...]

{ 0 comments }

…also I need to hide the ip address in the submissions data. Many Thanks in advance.

{ 0 comments }

Yeah, it definitely looks like a quick site. Overall, it is simple, loads quickly and has a clean yet professional look about it, would recommend you to get a logo, that will make it a bit more brandable. I would suggest you to write longer review of the products you are trying to sell. Blog [...]

{ 0 comments }

If the tinymce toolbar is not showing in Visual mode after installing ShrimpTest just comment out (with //) the line tinymce.PluginManager.requireLangPack('variant_shortcode'); in shrimptest/plugins/variant-shortcode/tinymce.js http://wordpress.org/extend/plugins/shrimptest/

{ 0 comments }

Use ftp to overwrited the broken functions.php file with the functions.php file from a newly downloaded copy of the theme

{ 0 comments }

Thanx for the donation. This works however only for logged in users, i fixed that also, please update to 4.4.5 (e.t.a monday apr 2 2012)

{ 0 comments }

I was hoping you added an option next to the url field to specify the target. I will add that feature also, in 4.4.5, maybe on next monday. 95 % of the work has been done with the previous extensions, so it is quit straigt ahaid for me to implement configurable targets for pslinks. Hope [...]

{ 0 comments }

Hi. No, sorry. That’s not done yet. The current visibility options “Always” and “Never” suggest that there will also be something like a “Sometimes” or “When condition is met”. That’s definitely on my to-do list. However until your question I had only show/hide in mind, not enabled/disabled. I will track this issue as https://github.com/l90r/jazzy-forms-dev/issues/54 . [...]

{ 0 comments }

I need to build a wiki into my wordpress based website. I need the following 1) A public facing wiki that will have a developer guide frame (like javadocs) 2) Java docs for my client library 3) Download library pages 4) Issues / Bug repository 5) Home page 6) Ability to add more static content [...]

{ 0 comments }