0
votes
2answers
72 views

How to display page title+link of page created by user

I want to check if user is logged in and if have created a page. If so, option 1 is shown. This all works fine. But how to display page title+link of page created by that user between {page title ...
2
votes
3answers
262 views

Change the_title() of a page dynamically

I'm developing a plugin that doesn't use a custom post type, but separate database tables. It's a plugin that displays a list of courses with links that lead to the different course detail pages, ...
2
votes
2answers
152 views

page title, parent tilte and grand parent title

I am using a page hierarchy and I want to show the title of the parents and grand parents page (if there is any). The structure is something like Startpage Startpage > Second page Startpage > ...
0
votes
1answer
80 views

Require title for pages

Is there a way to force users to write a page title before publishing? I have found example of requiring post titles, but not page titles.
0
votes
1answer
225 views

How to remove title (home) from static page skeleton template

I am trying to remove the page title (home) from my index page. I made my home page my static page. I am using the skeleton theme https://github.com/simplethemes/skeleton_wp I'm new to wordpress so ...
0
votes
1answer
81 views

Catagorized hierarchy menu for PAGES!

Yes, I am a noob at all this so please excuse my ignorance! So, for the past couple of days, I've been searching for a drop down page menu widget, but I would like to have the pages separated into ...
0
votes
1answer
164 views

Change Home Text

I'm pretty sure this can be done with a filter or some kind of find and replace...but I'm not sure how I would to do it... I have a page called Home like so: Screenshot When the link is displayed ...
0
votes
1answer
62 views

Is there a way to specify an extra class for a post or page with no title?

If I do a post or a page with no title, I'm left with an empty h1 tag at the top of the post/page. I'd like to either get rid of the h1 in these cases, or else be able to add an extra CSS class to ...