kozaek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Manage Principles in WPThank you for the response kjodle.
I tried to approach this with a plugin, but since the coding is not my best part, it doesn’t help me anyway. I tried to add a list of links as you said, I downloaded the plugin https://wordpress.org/plugins/simple-link-list-widget/
and then I placed this code on the bottom of the style.css file/* Styles for Simple Link List Widget */ .widget_link_list ul {} /* Style for unordered list */ .widget_link_list ol {} /* Style for ordered list */ .widget_link_list ul li {} /* Style for unordered list item */ .widget_link_list ol li {} /* Style for ordered list item */I expected to have a new button at the menu from where to add list of links but this doesn’t happened, so I decided to do this just with a simple links.
You can see the solution here – http://i.imgur.com/VT1WOhp.jpg
Now I am trying to get rid of the links in the square, because I don’t need them anymore.Another thing –
Here is how the principles looks right now
http://i.imgur.com/ZR3OEqb.jpg
With all those links on the bottom.
So I want not to expand them, just to click on the title which will get you to the page where is the information and the links.
This is the code which I use
[listposts showposts="7" orderby="date" order="DESC" excerpt="no" divider="yes" linktitle="yes"]
But then this is the result
http://i.imgur.com/M1RmBAH.jpg
The title is invisible, you have to mark it to see it.
Any suggestions?Forum: Fixing WordPress
In reply to: Dashboard is emptyYep, you are right. How can I obtain administrator privileges, seems admin username and password aren’t enough?