chaaban
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How Do I Automatically Put Ads Into Every Post?you can edit the template …
if u want edit the file called ” single.php”
Forum: Installing WordPress
In reply to: Can I delete folders I won’t use?comments are placed in a database and not in a folder …
it’s not a good idea to mess with the wordpress core …
it’s a small program < 2 mb so it’s like nothing 🙂
Forum: Requests and Feedback
In reply to: Need to hire a expert on wordpress[email removed – mod] … contact the wordpress list :
Forum: Everything else WordPress
In reply to: where is the link to log in ?to log to wordpress cp you just to click on the admin button if there is one ..
or just type : domain/wp-admin or domain/wp-login.php …
Forum: Fixing WordPress
In reply to: Adding a permanent “Home” link on all blog pagesu can just add the link to your blogroll , so anytime u make post the link will be show in the blogroll list .
Forum: Fixing WordPress
In reply to: Home page — display more postsno you dont know :p
it’s not in the theme editor , you have to do it from your control panel :
option -> reading .
your-domain/wp-admin/options-reading.php
Blog PagesShow at most (type the number you want ..)
Forum: Fixing WordPress
In reply to: WordPress database error: Out of memoryThis is not a WordPress specific problem … Your server is running out of free memory.
Basically, you need to call your host and have them sort out the MySQL server.
Some users have reported success by using “Repair Tables” in PHPMyAdmin.
Forum: Fixing WordPress
In reply to: error in static front page installationthe home.php should be in your theme and not in your site root .
wp-content/themes/your-theme/here
2) sem-static-front.php should be in your plugin folder
wp-content/plugins/here
Forum: Fixing WordPress
In reply to: Rss and images not showing up..help :)it’s something normal 🙂
your images will not appear on your rss , it will only contain a link and some info about the post …
Forum: Fixing WordPress
In reply to: Google erroneously indexing with wrong URLdo you have a link ?
google will not index something that it’s not here …
maybe u submited a wrong sitemap ?
or there is a link somewhere to tell google to follow the wrong url …
Forum: Installing WordPress
In reply to: moved servers, lost commentsyou are not supposed to loose the comments since they are on the same database …
can you check if you have access to phpmyadmin the database if the comments are there ?
it might be just a problem of display ?
Forum: Plugins
In reply to: amazon aStore as a pagei did the same but using iframes .
here is the code :
<iframe src="http://astore.amazon.com/httpwwwthaibo-20/104-2713405-9541512" marginwidth="0" marginheight="0" border="0" width="650" height="1000" frameborder="0" style="border:none;" scrolling="no"></iframe>you just need to change the src for yours … except if u want to sell stuff for me :p
And yes just make a new page template … and add the code ..
Forum: Installing WordPress
In reply to: Upload imagesplesk and ftp should does allow chmod editing .
even you can just open your internet explorer
ftp://domain , log in , right click on the folder and change the chmod et voila !
Forum: Installing WordPress
In reply to: Header Errorhumm you are not supposed to get those errors , except if you changed the core of wordpress ..
are you trying to run some php application (code) from your theme ?
Forum: Installing WordPress
In reply to: Error establishing a database connectionwhere is the message error ?
by default .. usualy the password is empty “” , and the user is “root”
if you are trying to install on your local machine .