• Resolved umairee95

    (@umairee95)


    On my widgetized home-page and also on the individual pages, it shows starting text of the particular post that is in view and continues with […] sign by default. Can I somehow modify it to show meta description which I have set for that post instead?

    Also, how I make one footer widget size to 2/4 instead of 1/4?

    • This topic was modified 8 years, 1 month ago by umairee95.
    • This topic was modified 8 years, 1 month ago by umairee95.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Umairee95,

    thanks for using MH Magazine lite.

    Can I somehow modify it to show meta description instead?

    Meta descriptions for SEO purposes are not handled by WordPress themes or WordPress itself, this usually is handled by SEO plugins.

    If you mean the excerpt that is generated automatically by WordPress, and in case you would like to have a custom excerpt, then you could simply enter your preferred excerpt in the field that is provided by WordPress: How to add a custom excerpt in WordPress.

    Also, how I make one footer widget size to 2/4 instead of 1/4?

    That isn’t something that is possible out of the box.

    Thread Starter umairee95

    (@umairee95)

    Thanks, I have read the link. Where should I place the code in functions.php file to add pages excerpt option?

    If you’re not familiar with coding, then you rather may want to use a plugin instead: Excerpts for Pages.

    Thread Starter umairee95

    (@umairee95)

    And another question, Why everything — that is in the main menu and footer area — appears in upper case letters?, even if that page/category is originally in lower case letters. How can I make everything appear as it is in my WordPress dashboard?

    • This reply was modified 8 years, 1 month ago by umairee95.
    • This reply was modified 8 years, 1 month ago by umairee95.

    Why everything — that is in the main menu and footer area — appears in upper case letters?

    Because it has been designed that way. Actually this isn’t unusual and common practice as it simply looks better for some elements.

    In general, if you want something different, feel free to modify whatever you want. When it comes to CSS customizations, you can always use your browsers inspection tool to inspect the elements on your site and then use that information to add your own code modifications, for example:

    .mh-main-nav { text-transform: none; }

    Thread Starter umairee95

    (@umairee95)

    Amazing. Can please also provide me with hex code of black and red used in your theme?

    And with the support as good as yours, I am definitely looking forward to buying the premium version of this theme. For premium users, do you provide users with complete codes to get the job done? How much added assistance should I expect if buy the premium theme?

    Thanks a ton.

    • This reply was modified 8 years, 1 month ago by umairee95.

    Can please also provide me with hex code of black and red used in your theme?

    You could find this easily when having a look at the stylesheet (style.css) or using your browsers inspection tool (as mentioned in the previous reply). But here it is:

    #e64946
    #2a2a2a

    How much assistance should I expect if buy the premium theme?

    We provide quick and helpful theme support, that means we answer theme related questions regarding the installation, usage or configuration of the theme. Please keep in mind that WordPress themes are available at low cost. For that low price you of course don’t have a personal developer included who will code free customizations for you. That’s something you can either do by yourself or hire a developer for custom development.

    However, usually people simply use the theme which doesn’t require code modifications at all. It’s already very flexible anyway.

    By the way, if you have questions that are not related to the initial topic of this thread, please create new threads to not mess up this thread and confuse other people who are looking for help as well. Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Meta Description’ is closed to new replies.