• I want a clean and simple looking site such as the WordPress theme I just set up yesterday but I want it to be more like a static site than a blog. Nothing on it will be particularly time-sensitive and I don’t want the articles on it to be organized by date posted. I need visitors to be able to navigate easily with menus and sub-menus, and be able to search by category, tags, or content. I also need to be able to add new content easily myself, and categorize and tag it easily. It would be good to have a comment feature that I can turn on or off.

    Can anyone direct me to a stock WordPress theme that can be used?

    • This topic was modified 7 years, 4 months ago by sdinenno.
Viewing 10 replies - 1 through 10 (of 10 total)
  • There are thousands. What you described is all about WordPress, not the theme.

    Thread Starter sdinenno

    (@sdinenno)

    “What you described is all about WordPress, not the theme.”

    Not sure what that means. It seems that the theme I chose can’t be made to do what I need it to do without custom modifications (coding) which I don’t know how to do.

    Not knowing how doesn’t change which codebase controls it.
    This “I want a clean and simple looking site” is the only part of your description that is controlled by the theme. The rest is WordPress modified by plugins.

    Thread Starter sdinenno

    (@sdinenno)

    Thanks for your advice, Joy.

    I now see how it works. You have to import plugins to make WordPress do simple things that it already should be able to do, and if that doesn’t work, then you have to manually modify the code, which also might not work until you download another plugin and try again.

    For example, I wanted to NOT have the author name and the date of posting appear next to my posts. A reasonable request, I thought, but there’s no option for it in WordPress as it is (which is astounding to me), so I searched the Internet for options and someone recommended a plugin called “WP Meta and Date Remover” which has plenty of good reviews and claims to “remove meta information such as author and date from posts and pages”. I downloaded it, activated it, checked all the right boxes, cleared the cache on my browser and reopened it, tested it from two other browsers, and guess what? It didn’t change anything, so then I had to try to modify the code.

    I searched the Internet again for how to manually change the code and found an article that had some html code I copied and pasted into the site editor. But, of course, that didn’t change anything either, even though I tried it in two different style sheets.

    The same article gave me another method for accomplishing this seemingly simple task which is deleting a line of code. However, that line of code was nowhere to be found in the body of code that I have.

    Then I search again and find a YouTube video that shows me how to modify the code using another plugin and gives me the code that I need to enter. I load the plugin, activate it, and enter the code. This time it works.

    Is it typical for one to go through this convoluted, time-consuming process to make what should be simple changes in the appearance of a WordPress site?

    I suppose for someone new, your experience might be typical. I have no way to know what is typical.

    I think most people don’t look at the base of what WordPress is and does before they try to do something else. If you play with WP with nothing added, you will see what can be done. Then, with the understanding of the basis, you can easily see that WP is the engine that manages the content and how it is organized, and the theme is responsible for how the front end pages look (and what is on them), and plugins provide functionality that modifies the WP base or adds to it.

    Your example of not showing the author and date could be approached very differently. You could see it as data that isn’t wanted on posts, although the search engine is looking for exactly this information (part of goo SEO is having “fresh” content). Most themes show it on posts for this reason, and give an option to hide it with CSS so the search engines still see it. In this way, it’s a theme thing. But some themes don’t have that option, so trying a plugin would come to mind (it wouldn’t come to my mind), but each theme can output it differently, so plugins are not likely to work for all themes.

    An alternative is to see your posts as a different post type: one without a date or author, since part of the definition of Posts is that an author is making a chronological log of thoughts. If you use a plugin to define a different post type, with no author field or date, then of course the theme will display it that way.

    For your list of wants, you shouldn’t have to code anything. If you are creating a site, it’s always a good idea to create a child theme so that you have a place for gathering your custom tweaks to styles and minor code that filters things. But even this isn’t needed as there are plugins that will hold your CSS and others that will help you make the actions and filter changes that you might want.

    Thread Starter sdinenno

    (@sdinenno)

    Thank you again for the advice, Joy.

    What I really need is a website with static pages, rather than a blog, because my articles will not be time-sensitive and I don’t want them to appear in a chronological order according to when they were posted. The theme I have now is set up in a blog format and I’m wondering if I can modify it fairly easily to differ from that or if I should use another template, perhaps even a non-Wordpress template.

    I know I can add static pages to what I now have, and place my articles on separate static pages instead of posting them as blog updates. Do you know if there is a limit to the number of static pages I can add? I might eventually need over a hundred.

    Also, can I delete or hide the blog completely? I know that WordPress is primarily a blog platform but a blog is not something that I need.

    All I really want is a simple and clean looking site with menu choices down one side of the page, with the option of creating sub-menus within the top level menu, and maybe even a second layer of sub-menus under the first level of sub-menus.

    Even though I don’t like the look of this site, it’s an example of what I really need with a menu down one side and a sub-menu when you click on Authors within the top level menu: https://www.truecovenanter.com/

    Stuart

    WordPress is blogging software, but it comes standard with Posts and Pages. Posts are the blog portion, Pages are not. Pages have a date and author, but themes are not supposed to show the date or author. You don’t have to do anything special to have this the way you want. There is no limit to the number of pages.

    Themes handle both Posts and Pages, so your theme isn’t limited to just looking like a blog.

    You can create menus consisting of all Pages (that is the fallback menu anyway). Pages have menu_order, which you can use to arrange them in the fallback menu. Or you can create the menu with any order and nesting as you want.
    There is a menu widget you can put in the sidebar. Most themes have a menu location at the top.

    You can choose to show a Page as your home page. At the same time, you can choose another Page to show any Posts you have. Or don’t, and you won’t have a URL that is for Posts. You don’t have to write any Posts.

    Thread Starter sdinenno

    (@sdinenno)

    Thank you, Joy.

    Do you know if there is a way to eliminate the horizontal menu along the top of the page? That is built into the theme but I haven’t found a way to turn it off.

    I added a navigation menu to the sidebar and figured out how to have a sub-menu under the top level pages. Is there an option to make the sub-menu a drop-down menu that only appears when the first level option is clicked? As it is now, the second level menu shows all the time.

    https://www.christianityapplied.org/

    For the menu at the top of the page, that is up to the theme. You should ask at your theme’s support forum, or find a different theme.

    The core widget for Menus is plain and does not do anything special. It just shows the menu, as you said you wanted. You can find a plugin that supplies a different widget for a menu that folds or whatever other functionality you want.

    Thread Starter sdinenno

    (@sdinenno)

    Thank you, Joy.

    I didn’t know there were support forums for the individual themes and I have now posted in the Libre forum.

    I’ve been trying to create a better menu with a plugin called Max Menu but so far I haven’t been able to get it to do anything. I might have to try a different plug in. If you know a good one for menus, please let me know.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘need help finding a theme’ is closed to new replies.