In wordpress when we are customizing a menu, we can add custom links as menu items in it. Can these links be used to access the pages created in wordpress?
I believe the answer is yes. If I understand the question what you would actually be doing is creating a custom "title". If the page exists in WordPress it should be available via the menu, and the title can be change to whatever you wish. If for some reason your page doesn't show up in the pages list of the custom menu section you can always use the custom links input area to ad whatever link you need.
Related
I made a little game using html and new I´m looking to publish it on my wordpress site. There is only on problem though, I don´t know how to add a page in html code. If I add a new Site I can only edit the text and attach pictures, but is there a way to add a complete page under a domain like www.example.com/page ?
Upload the HTML file to your website's root directory using FTP. If you name it game.html, you should be able to open the file by navigating directly to it www.example.com/game.html.
You go to My Page. Then there is a submenu Publish. Click on the button Add next to Pages. When you did that, there is that small menu in the middle where you can choose several options such as header, bold, italics, etc.. In the top right corner of that menu, there are two options: Visual | HTML. Just click on HTML and you can add HTML code.
This is more of a process question than coding. I have a custom homepage with logo, menu, footer similar to other pages. But there are few other contents which are different in the homepage, as usual, i.e, a title, a description div, a social links div and a few more, which are only in the home page.
Now the question is, since I want the admin to change this dynamically, how should I easily implement this for the site owner. Should I make a top-level menu named Homepage in WordPress dashboard and add all these meta boxes (with title, description, social fields) on that admin page so that he can fill this in from the back-end or make a custom post-type with the mentioned custom fields? Or should I add a menu under appearance with the relevant fields to be filled.
I am confused about the standard way. I am new to WordPress and just learning. This clarification will help me get a pre-idea. I completed the HTML and now converting the site to WordPress. Just give me a general overview please, nothing detail, I'll get the rest done. I would like to know the difference between the options mentioned above in a nut-shell (what is for what actually) and what is the standard way to add the custom home page fields for the site admin to input page contents easily.
Thanks in advance.
You would need to create a static front page.
https://codex.wordpress.org/Creating_a_Static_Front_Page
Basically you can create a standard page and then from wordpress customizer make that page a front page. Client will edit it from the back end just as any other standard page.
I've a wordpress website, I'm also have a html page. Now I need to add the separate html page to wordpress.
This is an well designed order form. I want to add the order form in to my wordpress site. I need a "OrderNOw" menu and when visitor click on this menu then order form page will show and customer will fill the form and able to submit an order to me.
Please give me a better solution.
I usually create a template page in the current theme from the given HTML (remember to rename the extension to .php).
Then create a new page from the Wordpress administration and set the Template field accordingly (just set the title and leave the content blank).
Finally you just need to add this page to your menu.
acausedesbrunettes.com and I am trying to change the HTML code for the navigation bar (home - category) into the individual pages "events" "fashion" "food" "travel" so that my posts using the #events, #fashion, #food, #travel appear on these individual pages. Can anyone help me in how I have to entry this in the template's HTML?
I would also like for the thumbnails to be bigger; how can I adjust this?
And if you place your mouse on a post you see the "comments" section, I would also want to delete this so that the text of the post istelf only shows.
To change the navigation bar, you'll want to use your WordPress admin area, instead of changing HTML code (you could change the HTML code, but you would have to dig and dig to find where it is in the PHP files in your site's directory). Hover over "Appearance" and select "Menus".
For the size of thumbnails, use CSS in the style.css file (hopefully you're using a child theme). And to remove comments, try a plugin called "disable comments".
I need to add some links with image above my banner which must be editable by admin in wordpress.
See the attached design:
![wp] https://lh4.googleusercontent.com/aCt9W7KPY80RZbyRM2rvGvvsUGvR1KxUcrEh6t2LzGjum9KnNTQAvu7EQOl3fCIyNQyRb1vKn9U
How can i do this? I need to use plugin.?
You can put this html code in custome widgets and call the custom widgest wherever you want to use and admin will easily able to change the link from widgest area in admin panel.
I have acheived this by creating another menu and then using image plugin for menu.