palachinka
Forum Replies Created
-
Forum: Plugins
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] Unable to activate pluginThank you HappyGezim! I had PHP 5.2 enabled on GoDaddy. I upgraded the version and managed to activate the plugin.
Same here. Also, it does not allow editing previously saved posts and drafts.
Forum: Themes and Templates
In reply to: [Fashionistas] AT TabsI would like to make Popular tab show the most popular posts in the last week. And I know how to do that using data I have from WordPress Popular Posts plugin. I just don’t want to change files inside the theme, but to put the changes in my child theme. Is there a way to make it work like the way I can change how a single post looks like (I mean copying single.php to the child theme folder and then editing it)?
Forum: Networking WordPress
In reply to: Dashboard not workingFixed!
Thank you so much!
Forum: Networking WordPress
In reply to: Dashboard not workingNow I’m getting “Error establishing a database connection” 🙁
Forum: Networking WordPress
In reply to: Dashboard not workingWhat’s in your .htaccess file?
#Wordpress Multi site
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]
#END WordPress Multi Site