johnibom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link not visible on pageplace the link so I can view it,,
Forum: Fixing WordPress
In reply to: Problem with Category and Archivingthat’s this issue resolved?
Forum: Fixing WordPress
In reply to: No Notification Emailsgo to the admin profile (your profile) under the USERS at wp-admin change/SET the settings
Thanks
Forum: Fixing WordPress
In reply to: Display a post for a specific time !on the 3rd line where it says:
$my_query = new WP_Query(‘cat=11&showposts=1’);you can change this code to accomplish what you’re looking for,.,
for example:
$my_query = new WP_Query(‘cat=2,5,7&showposts=3’);
Forum: Fixing WordPress
In reply to: Link not visible on pageseems like a CSS issue? place the URL here..
Forum: Fixing WordPress
In reply to: Problem with Category and ArchivingI see,
There’s another way to get it work!
store the result into a STRING before the query_post.. don’t forget to use echo=0 into the archive function.. ð
Forum: Fixing WordPress
In reply to: Facebook Grabs Strange ImageFacebook BOT first find the following meta to fetch the content.. if these info not found then it fetches the page randomly..
Put this code dynamically on every page where you want FB link button to be appeared
<meta property=”og:title” content=”title”/>
<meta property=”og:url” content=”http://www.pie-solutions.com/”/>
<meta property=”og:image” content=”http://www.pie-solutions.com/images/this.jpg”/>Forum: Fixing WordPress
In reply to: Blank Screen on Log-InPlease go to the PHPMYADMIN: >> WP DATABASE >> WP OPTIONS
find the row: stylesheet: and Template/theme: rename their Values to a different theme, the best will be twentyten or default themeForum: Fixing WordPress
In reply to: Problem with Category and Archivingthe code you’re using is deprecated…
Please use this code: http://codex.wordpress.org/Template_Tags/wp_get_archives
Forum: Fixing WordPress
In reply to: Blank Screen on Log-InI really wanna help you out can you email me the access info to: mahaidery@gmail.com
Forum: Fixing WordPress
In reply to: One more timeHey mlapage!
First of all! download the latest wordpress from it’s repository!
extract the zip and FTP INTO the public_html
now when you just type the domain name you will be landed to the Installation screen.. you don’t need to manually enter the DB infos into the config file..Forum: Fixing WordPress
In reply to: Blank Screen on Log-Inokay rename them too,
I have another question for you!
did you transfer or migrate the site, lately?
Forum: Fixing WordPress
In reply to: Blank Screen on Log-Injust rename every plugin like for example:
akismet to _akismetForum: Fixing WordPress
In reply to: Problem with Category and ArchivingThe <?php wp_reset_query(); ?> reset the last query!
so either put it at starting or ending of your query..Forum: Fixing WordPress
In reply to: Blank Screen on Log-InI think you’re using a plugin which deals with the wp-login interface..
don;t need to de-activate all plugin, just deactivate the plugin(s) which extending/altering the wp-login interface..for this just login via FTP or CPANEL rename the plugin folder..
I hope it helps..