I have created a second menu which I'd like to now use as my primary menu on the site (http://ima-mfa.hunter.cuny.edu). However, when I select the new menu it will not show up on the site. If I use another theme it works, so where might I find this problem? Some PHP file?
Here is your solution download ckeditor its very easy to install and use try to use this plugin if you have any trouble in using then let me know i will help you.
Related
I want to do something that is not offered in the basic theme options and would like to edit some backend code. Can someone tell me if this is possible to do via the online editor or if I need to create a local environment?
Here is the current menu showing articles on the site:
Current Dropdown Menu Image
What I am trying to do:
As you can see right now the menu is only displaying the title of the article. My goal is to display in excerpt from the article. This function is available for blog post on other parts of the site and I would like to make it available in the menu location.
Here is a list of the files I am able to edit online via Wordpress:
Available Wordpress Files Image
Is what I need to edit on this list? I know once I find where I need to be working I can figure this out. Since I am totally clueless about wordpress I don't know where to start.
Any help is greatly appreciated. Thanks
You can access the backend files. Here is an overview of what the different files are responsible for:
https://developer.wordpress.org/themes/basics/template-hierarchy/#the-template-hierarchy-in-detail
Here is a dedicate article for excerpts:
https://codex.wordpress.org/Excerpt
Hey so it is actually very easy to edit the theme files and view them through a plugin called Wp-Editor.
Just install it, activate it and go to Appearance > Theme Editor and then you will see your existing files in your theme.
This is what i want to create in wordpress. I can create simple menu sub menu but not this type of structure. Any help would be appreciated.
if your're using WordPress's default templates, as i know this is not possible, but you can use other themes or templates for your site and check if they have this capability, or maybe you can find a plugin to do that for you and override this function your actual template,
i wish i could help.
I've been trying to develop my own theme and in need of some help regarding adding content to the footer.
I need to add some text to the footer which could be changed via the admin panel. I know about the Advanced Custom Fields Plugin, but I would like to learn how this can be done without using it.
I've seen theme's where the footer(or other) changes can be made via Appearance > Theme Options section in the wordpress dashboard and I too would like to do the same.
I would be grateful if anyone could provide me a link or help me start with the process of doing so.
Regards,
Vinith Almeida
You can install the OptionTree plugin for WordPress. Then you can set your theme settings via the plugin, and then when you come to the footer section, you can use the ot_get_option() function to use the user value.
You can also watch this video for more help : http://www.youtube.com/watch?v=wS0WlHITVfc or this http://www.youtube.com/watch?v=J9JQJAu0X30
You can always register your own code for an option page that can contains options for your theme, but this requires deeper knowledge of the WordPress.
I have a wordpress site and a phpbb3 site, I want to use the wordpress navigation(menu) in the phpbb3 site also.
Since the Menus will be changing in constantly (I use Wp-Menus) I do not just want to copy and paste the HTML code.
Please Help!
The easiest way to do this would be to copy the HTML/CSS and then fetch menu items from the WP database. Involving Wordpress would only make this more advanced and add more overhead.
I want to find the universal way to scroll to comment box in WP powered blog.
Unfortunately I cannot use ... because sometimes its named different way.
Any idea on how to do that ?
Tested on WordPress 3.1.2
To go directly to the first comment
http://example.com/path/slug/#comments
To go directly to the form to enter a new comment
http://example.com/path/slug/#respond