Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help setting up a Picture Gallery – multiple uploadsHello,
The best Pirep I can give you is to start searching for a plugin that will do all that.
Forum: Fixing WordPress
In reply to: Log out users when visitng a certain page?You could write a function using the following. You’d place it in the functions.php or header.php file.
Example:
if is_page(put page name or ID here){
wp_logout();}
Forum: Fixing WordPress
In reply to: Deleted newer version of draft after wordpress.org errorHi Sean I highly doubt that its in the database and not showing in the revisions tab.
Forum: Fixing WordPress
In reply to: Category ID including posts not in that categoryThe reading-2 is a page? What template is assigned to it?
Forum: Fixing WordPress
In reply to: add_editor_style editor_style.css creates blank login pageIf you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
Forum: Fixing WordPress
In reply to: autmatic password generator to email does not workDid you get this solved?
Forum: Fixing WordPress
In reply to: How to set a og:image for homepage only.You would just wrap it in a conditional in the Header.php file or in the Functions.php file like the other example you were shown.
https://wordpress.org/support/topic/how-to-add-a-code-on-header-for-homepage-only?replies=5
if ( is_front_page() ) {
og:image code}
Forum: Networking WordPress
In reply to: WP Multisite problemsYou might get more help here:
https://wordpress.org/support/plugin/wordpress-mu-domain-mapping
Forum: Fixing WordPress
In reply to: Zip Code radius search in postsYou might try a Business Directory plugin ..then set up each lost pet as a Business entry. This one has a ZIP code add-on.
businessdirectoryplugin.com
Forum: Fixing WordPress
In reply to: logged in user -> nav element direct to his CPTI think you’ll have better help in the plugins forum.
Forum: Fixing WordPress
In reply to: How can i view posts in other page by comments?You’d have to design and code your own Template file. There is no easy answer.
Forum: Fixing WordPress
In reply to: Why does private page appear in menu?Nope that’s not how it works. Why would you add it to the Menu if its private? If you click on the menu item it does not show the content correct?
Forum: Fixing WordPress
In reply to: Would like to align pics side-by-side above each otherThe path to the CSS file is above. Make sure you are in the right file. Then open it with a text editor and do a search for section I showed above.
Forum: Fixing WordPress
In reply to: Warning: Creating default object from empty value inYes you’d have to use FTP or Hostgator’s cPanel to look at the file.
Forum: Fixing WordPress
In reply to: Database issue after migrationYes makes perfect sense. That protections has nothing to at all to do with WordPress’s database. It might have written to you .htaccess file but would not have touched the database. So I’m confident that if you remove the folder nothing will happen with the WordPress install.