Jo?o Leit?o
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_nav_menu drop down issuethank you for the tip! ?? quite easy! greetings from Marrakech!
Forum: Plugins
In reply to: Increase number of pages/posts in “Edit Posts” and “Edit Pages” pagegreetings!
I just solved the problem adding this
function change_admin_pagination(){ global $per_page, $wp_query; $per_page = 500; $posts_per_page = 25; $wp_query->query('showposts='. $posts_per_page); } add_action('admin_head', 'change_admin_pagination');
to the admin-header inside code.
thank you jcow
Forum: Fixing WordPress
In reply to: WordPress Stats stopped working after 2.8.4yes <?php wp_footer(); ?> was also my problem, somehow during a website design update I erased it… ?? thank you all, greetings from Lisbon.
Forum: Fixing WordPress
In reply to: How can I upload user photo? P2 themehello, im sorry but how did you fix this problem?
Forum: Plugins
In reply to: [P2 TIP 002] add login/logout to frontpagegreat!!! thanks!
Forum: Fixing WordPress
In reply to: In which file is this code please? (search box-related)exactly what i needed! thank you.
Forum: Fixing WordPress
In reply to: WordPress and Google Analytics are gone since i changed Designok done!
basically i just deleted
<?php wp_footer(); ?>
and this way neither wordpress stats nor google analytics could add their plugin since it is supposed to be located after this same code.easy.
Forum: Fixing WordPress
In reply to: WordPress and Google Analytics are gone since i changed Designthank you. that is a good ideia. i should have known better actually… :S
After reading some other posts here on the forum, my question now is:
Should I actually remove date from post permalinks? it seems its good to leave numbers between site name and post in terms of performance to wordpress better distinguish posts and pages structure.
maybe i just leave it like this. ??
opinions and tips please?
Forum: Installing WordPress
In reply to: Lost database, how to set it up if had 2 sites in one databse?hello. thank you for the help. im with bluehost, i just call them and they said they have no backup. can it be that they have? and the lady just doesnt know? i deleted it this morning. they should have backups. i should have backups but just didnt know i had 2 sites in one database. thanks.
Forum: Fixing WordPress
In reply to: Image Header CSS codeAlso just notice that this doesn’t work in Internet Explorer. Can I have this code for the content to roll below my header / footer image? in all browsers?
Forum: Fixing WordPress
In reply to: Can’t Create Pages, please help.ok hehe i solved my problem. the thing was that i was using an .html page as homepage and all the WP php pages were not working until i set up the homepage as the WP index.php page.
thank you.Forum: Fixing WordPress
In reply to: Can’t Create Pages, please help.This is what i get:
500 Server Error
A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again. URL: https://joaoleitaofoto.com/aaa-experiencia/