markyeoj
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Different Navigation on each pageThis how I registered my navigation on funtions.php
I registered 2,
if (function_exists('register_nav_menus')) { register_nav_menus( array( 'navlist' => 'Main Navigation Menu' ) ); } if (function_exists('register_nav_menus')) { register_nav_menus( array( 'navlist' => 'Sub Nav Menu 1' ) ); }
correct me if i’m wrong please
Forum: Fixing WordPress
In reply to: Different Navigation on each pageHello again, I already broke my theme up into templates, I just can’t call the appropriate menus on the page? Can I do that using wordpress or I still have to encode it?
Forum: Fixing WordPress
In reply to: HTML Navigation Menu to wordpressSorry for the late reply, Thank you,, it works, I just thought that it will still work if I us the ul id.. and what u suggested was very helpful, Thank you so much.
I have another question, The navigation menus are different in other pages, the other has lesser menus while the other has more menus than than main page.. I registered my navigation on wordpress so that the admin can add a menu on the navigation, but what I did mekes my job complicated, If I add a menu on the homepage navigation the other pages also add.. so How can I possibly do that? Is there any way? Thank you sir.
Forum: Fixing WordPress
In reply to: Activating PlugIns in databasegoing into the control panel and activate it. I practicing in creating a plugin and what I want is a plug in that can automatically activate a plugin in my chosen theme,. for example:
I chose twenty ten, and what I want is, every time I chose it there is a plugins that automatically activated.
That’s why I am asking if it is possible to to activate a plugin into the database, or any way to activate the plugins through code..please excuse my ignorance, I’m just a newbie.
Forum: Fixing WordPress
In reply to: Moving theme to main pageYehey, thank you master, although i did not follow all the instructions but i got an idea because of you, what i did is, I just I copy all the wordpress files to my public_html and then I edited my database by exporting and editing it in a texteditor then I changed all the url to https://example.com from https://example.com/wordpress, and it works.. thank you so much mr.fonglh!
Forum: Fixing WordPress
In reply to: Moving theme to main pagethanks, i tried to follow the instructions, but it didn’t work,
by the way
I installed the wordpress in public_html, so it is still the instructions that i have to follow?Forum: Installing WordPress
In reply to: Installing WP in webserverok, thank you so much guys! I got it.
Forum: Fixing WordPress
In reply to: Cannot find "HOME" field in wp_optionsAh! yeah I got it! thanks.. the table only shows 30, when i entered 50, it appears.. hahaha, please excuse my innocence, I’m just a newbie.
Forum: Fixing WordPress
In reply to: Cannot find "HOME" field in wp_optionsok, thanks for that, but I can’t still find the “home” field at the table of wp_options, even ctrl+f didn’t work, is it possible if it changed into other name? but I think it would not happen because I installed my wordpress yesterday.
Forum: Fixing WordPress
In reply to: No Display in my Main Page(/localhost/wordpress/)Thanks! your first suggestion really works.. God Bless You:)